@prefix schema: .
@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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_schema a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
fip:Metadata-schema;
schema:url ;
rdfs:comment "The Nanopublication Guidelines specify the general structure of nanopublications.";
rdfs:label "NP_schema | Nanopublication Guidelines";
rdfs:seeAlso .
}
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 "UBVaVHEFfYtee3Lcm5ED9tUZxYos6pU25SLZEFicPeq1bJVwYAuDc2QY29hJ7gJKaYPQqoPwkDUPr/e1LjlN+XRTxXWfwPe8qwv4hdGhpzbZbnNhcwJD5mEEO0OyGWffGgO4EgqzWcqq+ZFDiePOrzrvfIhFg3hr50pXXe4NbyA=";
npx:hasSignatureTarget this: .
this: dct:created "2023-03-29T02:58:24.131Z"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
dct:license ;
npx:introduces sub:NP_schema;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}