@prefix this: <https://w3id.org/np/RAD80Zvz8-mJ-Uy-1gbzIYzTjXvxSboVZotw4YU1N6Z8w> .
@prefix sub: <https://w3id.org/np/RAD80Zvz8-mJ-Uy-1gbzIYzTjXvxSboVZotw4YU1N6Z8w#> .
@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#> .
@prefix orcid: <https://orcid.org/> .
@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:NP_onto <http://schema.org/url> <http://www.nanopub.org/nschema> ;
    a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/Metadata-data-linking-schema> , <https://w3id.org/fair/fip/terms/Semantic-model> ;
    rdfs:comment "The Nanopuplication Ontology defines the structure of a nanopublication including the predicates how the data (the nanopublication itself) and the metadata is linked to each other. A nanopublication consists of an assertion, the provenance of the assertion (simply called \"provenance\"), and the provenance of the whole nanopublication (called \"publication info\"). Nanopublications are implemented and aligned with Semantic Web technologies, such as RDF, OWL, and SPARQL." ;
    rdfs:label "NP_onto | Nanopublication Ontology" ;
    <http://www.w3.org/2004/02/skos/core#exactMatch> <https://doi.org/10.25504/FAIRsharing.a6dcff> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.a6dcff> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "HG1MBohjMIFzw9hGLi0n+xhD4P3bXfAGa6BPCP58aU4dsMSLZqSCYfMl8QzuWmZ/SwXsxxqAgIe+8NKjSm0hoE75cqSwF308wQ6vETt13MHeK2XStjMfbQRVKXWUU/iEsu5NBSQnrUl2VQy64l+t/WFD4iAiFBogdL0eanb7hks=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-28T21:02:07.174Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:NP_onto ;
    npx:supersedes <http://purl.org/np/RApuC_EaTSyzyYUWO3FP961yP_KnVvjXMzKfaCabJtiAo> ;
    rdfs:label "FAIR-enabling resource: NP_onto | Nanopublication Ontology" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAdpMl4VHC4_3VnGLX6zOknWfZ2iSlX_aVQeaTp0ix8Jw> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAtG8zeo_0OYP63K60rrot8vFOkHNOg_1_zu618NbL4pI> .
}