@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAiUvy-zqZtTyRAJQjPGHhK5mb8m-1M8WfLco-ho6GpnQ> .
@prefix sub: <http://purl.org/np/RAiUvy-zqZtTyRAJQjPGHhK5mb8m-1M8WfLco-ho6GpnQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:eLTER_DMP_Draft a fip:FAIR-Enabling-Resource , fip:Metadata-longevity-plan ;
    rdfs:comment "Draft Data Management Plan for eLTER based on the requirements of the eLTER projects preparing the implementation of the eLTER RI. This draft DMP includes a Data Policy, which is not shared publically at the moment. The draft DMP and DP will be superseede" ;
    rdfs:label "eLTER Data Management Plan Draft" ;
    fip:metadata-availability-in-years "5" .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-0631-8231 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ZAIXHG9RiSn8G6nCu1+/zzkxQ/6Pb1F+JruK6HMsVpmhyyPaf87yPh5iT1L44bd7Vaym2fuf82Oup3Qk5pZDSXD+OjpC8+gWPOurfHeo3n9Q86w/NqCoo2JUd2J+k3a3S7PdxjwSRJYfP8543O/i9FbFWrLYFdnucHa7BgTLyG8=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-02-14T15:08:26Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:eLTER_DMP_Draft ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a097b50c-f272-4eca-b0c4-988fb860492b> .
}