@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:eNM a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
rdfs:comment "The eNanoMapper ontology covers the full scope of terminology needed to support research into nanomaterial safety. It builds on multiple pre-existing external ontologies such as the NanoParticle Ontology.";
rdfs:label "eNanoMapper ontology";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-1849-5246 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "WXfzAOWb83h9+wkVOAFLbw5IqT4nJqejaR4YN0rUZwYtrEEpuT8dfvVBXbgv8w9h+9ELSBm8x/lKpVdF/bBpuracim+SKVjBTpepS8u6SRFssYwo64EyL+sQSkYfmxnU5O+D951SoPb9I5lEgkJYV4PZ6cVA3gkRg1yQMnGyY98=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-10-06T12:25:37Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:eNM;
prov:wasDerivedFrom .
}