@prefix this: <http://purl.org/np/RA8xxVgd9hlYL8RQx0gEXmoEKhBpzInoHh4KxWyyi8dpM> .
@prefix sub: <http://purl.org/np/RA8xxVgd9hlYL8RQx0gEXmoEKhBpzInoHh4KxWyyi8dpM#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a metadata longevity plan" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 , sub:st5 .
  sub:comment a nt:LiteralPlaceholder ;
    rdfs:label "description of the metadata longevity plan" .
  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 longevity plan" .
  sub:resource a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short name, used as URI suffix" .
  sub:st0 rdf:object fip:Metadata-longevity-plan ;
    rdf:predicate rdf:type ;
    rdf:subject sub:resource ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:resource ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:comment ;
    rdf:predicate rdfs:comment ;
    rdf:subject sub:resource ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  sub:st3 rdf:object fip:FAIR-Enabling-Resource ;
    rdf:predicate rdf:type ;
    rdf:subject sub:resource ;
    a rdf:Statement ;
    nt:statementOrder 3 .
  sub:st4 rdf:object sub:years ;
    rdf:predicate fip:metadata-availability-in-years ;
    rdf:subject sub:resource ;
    a rdf:Statement ;
    nt:statementOrder 4 .
  sub:st5 rdf:object sub:datapolicy-doc ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement ;
    nt:statementOrder 5 .
  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:FAIR-Enabling-Resource rdfs:label "FAIR-Enabling Resource" .
  fip:Metadata-longevity-plan rdfs:label "Metadata longevity plan" .
  fip:metadata-availability-in-years rdfs:label "declares minimum metadata longevity in years as" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "pKes7Wr5riLWDyCXvZ8D9ImPQmqWGLVWJ1AyRKlf16uo1QKlO8h0nNQ4lemx8w6kxl91mt0fKbw4gukWjcbWrxe1lcojhsRPF2EUX5Q5ehwiZmlnLxXYaEtYiNHrDv85UkmIWqboFbk8sqbcLJA+EgaLoOL/04kChwORpJdrPfE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-10-09T14:46:22.834+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RAUF4xScVUUQL_qyG5YM5Liq3wLOpYfXMpxy3wQQ36wsc> .
}