@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:MateriomIdentifier a fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed,
fip:Identifier-type;
rdfs:comment "A handle-based resource for persistent identifiers";
rdfs:label "Materiom Identifier" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-5929-0354 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5FpxZiRvHCxF/ypHGs5lWPtrR06WDI6FAeP7zvb4RroXVdUoKTTPDIgEN5SioiCoZ+BW5LHp/SNsVwFcH962dxunfdyMYpkcdgyIFGb3JzVsfovBDBaMseKsX6JNvdlLmsV5qtn32yEbUT3dPIKzHs5CQvD7fLp//bB+qCOB/9QIDAQAB";
npx:hasSignature "N+RSMfiR1RdMlTZHU13CPIvyZadqmyPQlJyHit+2U2F+GufrGCWqpUbSYmDfvzi1x0QGV34BFpKX3FQF46GMD+ou3vwOFuB5c2DX0hRyA9U+bEs2rLvWy1F7cgrE5Fnxvn2sTykPhfc9xnRA4gu2DGOMNlhSL4VpnnnGzpTkQOA=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-03T06:43:39.857-05:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-5929-0354;
npx:introduces sub:MateriomIdentifier;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}