@prefix dcterms: .
@prefix schema: .
@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:NP_onto a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema,
fip:Semantic-model;
schema:url ;
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.";
rdfs:label "NP_onto | Nanopublication Ontology" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
npx:hasSignature "GQcBSATjrp/pfVJJ5zXZvjEPoq3NdpLlWn9b0iYDcuiKG8A/I9rbzfers2yEPcQsv84U4xQKLVRnnKdcHe/6fwFyq0ZkrSC6rl9CRx9g9RVxZNJ6scLxyciuRHjx1rDSjozm14v6eRiUOqKjmH3bSIKplpr/lzeUN2envVgZjwk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-03-29T03:00:11.243Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
dcterms:license ;
npx:introduces sub:NP_onto;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}