@prefix this: <http://purl.org/np/RAUh1FuOGpFhun5n8L4V_EUD4H3AGh8ZeiPKjmmzJa-LE> .
@prefix sub: <http://purl.org/np/RAUh1FuOGpFhun5n8L4V_EUD4H3AGh8ZeiPKjmmzJa-LE#> .
@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:DestinE a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Destination Earth initiative actively involves users and community members in the co-design, development and use of Destination Earth. By joining the DestinE community, members will receive regular newsletters, summarising the latest progress and updates on the project as well as information on upcoming events, procurement opportunities, and much more. " ;
    rdfs:label "Destination Earth (DestinE) Community" ;
    rdfs:seeAlso <https://destination-earth.eu> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559> , <http://aims.fao.org/aos/agrovoc/c_9000089> .
}
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 "KAPHo6WFebrMlyVUkQV7ZsUa7x0+mzyj0RCm4Du412HwZ86MhrbDPVQC/eK1vi3IwL1VqGHKunf0HSriETXN4CB3lpHjbFRlHRQ2+4yysio03qhqiD0hWEIOR2dSGaflDBEudlcq0Dnq/WSjJr/IEUD728d9bh12ss82MHnvmN8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-01T08:39:07Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DestinE ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f0060a2b-2e7a-4b9b-833e-8d35d48b9714> .
}