@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:eNanoMapper a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
fip:Registry;
schema:url ;
rdfs:comment "The Nanosafety Data Interface provides aggregated findable, accessible, interoperable and reusable (FAIR) data to support safety assessment of nanomaterials";
rdfs:label "Nanosafety Data Interface";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-3435-7775 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUw9w6lz43CD5hHTsFcNmKqfbsKj27reI9X1fP6FjCRr1gnNeSiKJ8fwx5HtW7BeiPTMIwIFZhQdhRxKEehixG3/MoGCn4qwcSeE58XvBXOs77T+479MbiUefNukwTei0GAQI1aVJfMs+9Y8pATzki5jndvwgkVvu9E9eLv3IfDQIDAQAB";
npx:hasSignature "SSiGmpd8U4hXD9FGdvhI584JW6+1fxvcQaWW3P7PiouZqgKcPJujV52xVU+KP+uUUmhI59NmQRMx4Jf2vKl4P9rUx82DxnfeuCyu1i15z2EgZ3cRyx9+V1XcT0YwZM2okBge891FshHF1W8QqrggCwYWXeUUm9uIpTtWqFQlfjw=";
npx:hasSignatureTarget this: .
this: dct:created "2023-01-19T13:09:05.786Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-3435-7775;
dct:license ;
npx:introduces sub:eNanoMapper;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}