@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAv-Ag4D3PNIg5eFQpTCrosvCAw0Iu5Qar9BqV8TlAsD0> .
@prefix sub: <http://purl.org/np/RAv-Ag4D3PNIg5eFQpTCrosvCAw0Iu5Qar9BqV8TlAsD0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dcat: <https://www.w3.org/ns/dcat#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:declaration a fip:FIP-Declaration ;
    fip:considerations "Used for datasets shared via B2SHARE. issuing DOI from the eLTER CDN will be implemented in 2022." ;
    fip:declared-by <http://purl.org/np/RA9GLc5qwnKHfaLwDtIwdzmTE7jFBoIWquFZ49tuFeUAM#eLTER-RI> ;
    fip:declares-current-use-of <http://purl.org/np/RAvSpggcYeB-tEfjF6SwIkM3R6LmxuOvK4FqJqIDIkxt0#Handle_System> ;
    fip:refers-to-question fip:FIP-Question-F1-D ;
    dcat:endDate "2020-12-31"^^xsd:date ;
    dcat:startDate "2020-01-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "jOKuT5U8shhYCKWo5CQnkLe9R41gKfarrz8pGryAOTMME2cjDHU3VRuGOSKIAgv4C9evxJK/loap39rDyBKqZQKYZ0jGWxKLh1IBL4uonhgiFiScWozgXObZAgybgtMKueZOuhJ7jL8WYAZB9XEDCX5lzTwzvW9GKLxwIx8EqAU=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-17T01:18:54Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8151d98e-7256-464a-926c-20b62e1afa70> .
}