@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RA6XoggP_IosEgL3lh3niJVrFVnI3VBYPt7yhpctbbFaQ> .
@prefix sub: <http://purl.org/np/RA6XoggP_IosEgL3lh3niJVrFVnI3VBYPt7yhpctbbFaQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

<http://purl.org/np/RA6XoggP_IosEgL3lh3niJVrFVnI3VBYPt7yhpctbbFaQ> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2023-01-03T20:56:53.990+01:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0002-1267-0234;
  npx:supersedes <http://purl.org/np/RAqeFrB4y4VJWbuDL8Ly67JI-mQNi3MbKCk7zSH51vSBU>;
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
  nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
    <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
  nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Defining a metadata preservation policy";
  nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5;
  nt:hasTag "FAIR";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:available-or-to-be-developed a nt:RestrictedChoicePlaceholder;
  rdfs:label "FAIR Enabling Resource that is available or to be developed";
  nt:possibleValue fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed .

sub:comment a nt:LiteralPlaceholder;
  rdfs:label "description of the metadata preservation policy" .

sub:datapolicy-doc a nt:UriPlaceholder;
  rdfs:label "link to data policy document" .

sub:name a nt:LiteralPlaceholder;
  rdfs:label "the name of the metadata preservation policy" .

sub:resource a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "short name, used as URI suffix" .

sub:st0 rdf:object fip:Metadata-preservation-policy;
  rdf:predicate rdf:type;
  rdf:subject sub:resource .

sub:st1 rdf:object sub:name;
  rdf:predicate rdfs:label;
  rdf:subject sub:resource .

sub:st2 rdf:object sub:comment;
  rdf:predicate rdfs:comment;
  rdf:subject sub:resource .

sub:st3 rdf:object sub:available-or-to-be-developed;
  rdf:predicate rdf:type;
  rdf:subject sub:resource .

sub:st4 rdf:object sub:years;
  rdf:predicate fip:metadata-availability-in-years;
  rdf:subject sub:resource .

sub:st5 a nt:OptionalStatement;
  rdf:object sub:datapolicy-doc;
  rdf:predicate rdfs:seeAlso;
  rdf:subject sub:resource .

sub:years a nt:LiteralPlaceholder;
  rdfs:label "number of years";
  nt:hasRegex "[0-9]+" .

rdf:type rdfs:label "is a" .

rdfs:comment rdfs:label "has the description" .

rdfs:label rdfs:label "is called" .

rdfs:seeAlso rdfs:label "has data policy document at" .

fip:Available-FAIR-Enabling-Resource rdfs:label "available FAIR Enabling Resource" .

fip:FAIR-Enabling-Resource-to-be-Developed rdfs:label "FAIR Enabling Resource to be developed" .

fip:Metadata-preservation-policy rdfs:label "Metadata preservation policy" .

fip:metadata-availability-in-years rdfs:label "declares minimum metadata preservation in years as" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "OuoAbWDdnCY2Ns7Oqz7/efD9KiSTFzj77lnvNFidZmJfKJErEmFo3rWf6wJAxRoHtqRjAvjWVYaSeYRneE1m9iV0xzk5XDKKr/Z9wN6uNBbppd5tfHIAfo+xNbog5ccomCdfs4wGYqZlZJO/GDt8l0qMHziXMRoEn0IEGEgr+Lg=";
  npx:hasSignatureTarget <http://purl.org/np/RA6XoggP_IosEgL3lh3niJVrFVnI3VBYPt7yhpctbbFaQ> .

