Nanopublication

< Home

ID

https://w3id.org/np/RAJ5LUDvASlc-CW9TBMZwD4P6dLI3895QayzenkLOJOOI

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAJ5LUDvASlc-CW9TBMZwD4P6dLI3895QayzenkLOJOOI> .
@prefix sub: <https://w3id.org/np/RAJ5LUDvASlc-CW9TBMZwD4P6dLI3895QayzenkLOJOOI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/fair/fip/terms/Persistency-Policy> a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:isDefinedBy <https://w3id.org/fair/fip/latest/Persistency-Policy>;
    rdfs:label "Persistency Policy"@en;
    rdfs:subClassOf <https://w3id.org/fair/fip/terms/FAIR-Data-Policy>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>;
    <http://www.w3.org/2004/02/skos/core#definition> "A policy with respect to persistency of resources."@en;
    <https://w3id.org/fair/fip/terms/enables> <https://w3id.org/fair/principles/terms/A2>,
      <https://w3id.org/fair/principles/terms/F1>, <https://w3id.org/fair/principles/terms/F4> .
}

sub:provenance {
  sub:assertion dct:creator <https://orcid.org/0000-0001-8888-635X>, <https://orcid.org/0000-0002-1267-0234>,
      <https://orcid.org/0000-0003-2195-3997> .
}

sub:pubinfo {
  this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0001-8888-635X>, <https://orcid.org/0000-0002-1267-0234>,
      <https://orcid.org/0000-0003-2195-3997>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/fair/fip/terms/Persistency-Policy>;
    npx:supersedes <https://w3id.org/fair/fip/np/Persistency-Policy/RAMGNNx_ceK7aeMXqIR7Rue0DAHLWLAKW09AQYTRIJpxc>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAbb0YfzIdoM-3COyaCMtjH7UnMqkqxIEiUM5y1vCSWrQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "HGQo/ITS/obPHwlAec7u1P/ZWdSvtdewc2FU9fv6IxM1N4L/M6rXMaClDAQszE8c3fReieUOfFfYf/I5c2eGy3v8EMVtzG7FBcFJR7Drdm9nJLBz0govOyGw/DcFENaBk+fBZh6+9G+WW8lWexTkIUTbhzkJuZnA+Y413s7H1L4=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0002-1267-0234> .
}