@prefix this: <https://w3id.org/np/RA5iz-MmbyP9U2Z2YNdMXY_3Moy2pZmeZpLV2cexN0s58> .
@prefix sub: <https://w3id.org/np/RA5iz-MmbyP9U2Z2YNdMXY_3Moy2pZmeZpLV2cexN0s58#> .
@prefix schema: <http://schema.org/> .
@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:DC_Policy schema:url <https://support.datacite.org/docs/doi-persistence> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Persistency-Policy ;
    rdfs:comment "This is the persistency policy of the DataCite DOIs." ;
    rdfs:label "DataCite Policy" ;
    fip:availability-in-years 50 .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2415-228X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "gCCxOq6KxzZFTKBRv0q1oR622md6uSeJRbOcCsLgz5F25q12T6i2PNlbuGHD4OZfPy7HJBWq5LYVeobFJXwVGzR6POgKSTysEBhbCKYBvzcAFGUiyDDQdtyVDuaY1+Z+em9Y311J+2e6oL8kmnemeG8U6WCApSTmB88XLdTq+Cw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-08T11:24:12Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DC_Policy ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/21ea31c2-ac19-4aaf-ad81-5aa42517b009> .
}