@prefix this: <https://w3id.org/np/RAB1s1OT9RrPpg0fxXSuWQll8k-oEsEo__s_T-Gwe4Mdo> .
@prefix sub: <https://w3id.org/np/RAB1s1OT9RrPpg0fxXSuWQll8k-oEsEo__s_T-Gwe4Mdo#> .
@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:EarthCODE a fip:Emerging-Community , fip:FAIR-Implementation-Community ;
    rdfs:comment "The EarthCODE Community is ESA's Collaborative Open Development Environment for Earth System Science, designed to advance FAIR Open Science principles across ESA-funded activities and Science Clusters. Serving as a central hub, it integrates tools, data, and services to facilitate seamless research development, execution, and publication, while fostering collaboration and ensuring the long-term preservation and reuse of scientific outputs." ;
    rdfs:label "Earth Science Collaborative Open Development Environment Community" ;
    rdfs:seeAlso <https://earthcode.esa.int> ;
    fip:has-description-source <https://earthcode.esa.int> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559> , <http://aims.fao.org/aos/agrovoc/c_6498> .
}
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 "Nj7GhgZvmbetiPHYNH0h1VgQ58l4yYMAf+OIjs9jqyovPghzhXe8QdZEeS+vxvd8AwrNQMPwVfRo4YR0KsKR8D9WoRla5RJbmTaeLbv0Uhs/IxD+LMls4Dfcvq7fss19WpMi+ruT7S+tOHJzktCQxX/pPBh4HqNHOygAfT4z+Js=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-19T16:39:40Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EarthCODE ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f208eb51-0dff-4758-ade0-066c23dc69d3> .
}