@prefix dcterms: .
@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_Com a fip:FAIR-Implementation-Community;
rdfs:comment "The Nanopublication Community is a group of people using nanopublications to create machine-readable information creating assertions to refer to digital objects or to describe digital objects with minimal metadata.";
rdfs:label "NP_Com | Nanopublication Community";
rdfs:seeAlso ;
fip:has-research-domain , .
}
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 "R6fCrYuq8leAI1n/JvDIMr52lUaqfSkjgyPY7JRVrCk+0TUtpC+BNQ5QVWuIkwsP1c0IdV2Tg2yJI0XqcAnJMoEyByNjFCvTq7EBlWp9/yyBXc/xvrR7Gpdkit8DKV0JaOUVbQww4iYulZhWzR5J/yLIQNqyLSEJsR/15SNm5Tk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-03-29T02:52:51.580Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
npx:introduces sub:NP_Com;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}