@prefix this: <http://purl.org/np/RAgiguZ7odRIgqS5PB6DTN8Mn-74Apgfcfd-ZUmbplk74> .
@prefix sub: <http://purl.org/np/RAgiguZ7odRIgqS5PB6DTN8Mn-74Apgfcfd-ZUmbplk74#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:EnvDS a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Environmental Data Science book showcase and support the publication of data, research and open-source tools using Data Science and AI for monitoring and modelling a wide diversity of environmental systems. Through the publication of executable use cases with. Jupyter Notebooks, the resource aims to be a living, open and community-driven online resource guiding the scientific community about information extraction and analysis from environmental sensors (including ground sensors, drones, and satellite Earth observations) and other type of data from a wide diversity of sources, innovative research and open-source tools." ;
    rdfs:label "The Environmental Data Science" ;
    rdfs:seeAlso <https://the-environmental-ds-book.netlify.app/welcome.html> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1784-2920 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "IbbRasMqh40keCcRt6R7MGeNgLXOiIa7+yLyiITTqYirci8xTJZ12zUtptPV5WhfCAEp7oIHDKhEFRgqh0s1z335eKNS9psig/XrN83XnAsogjm4FhOZOxMarcly9QhPAeDICnJU9d+p6CzOwzAaWfN6VTrbvQKJK0dA6ME+gzk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-02T09:53:40Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EnvDS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/20994afd-f805-432c-b837-68dae628e178> .
}