@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:AdvancedNanoIN a fip:FAIR-Implementation-Community;
rdfs:comment "The AdvancedNanoIN is a FAIR Implementation Network for safety data of nanomaterials and advanced materials";
rdfs:label "AdvancedNano Implementation Network";
rdfs:seeAlso ;
fip:has-research-domain , ,
.
}
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 "O/y42VYpMOuUZf3NHT2tdFHqPyYVoCZrvTW+AsbBYX4MAr9D8/HlHgZhhYyXIr61JCVx8dPE6jGKGgKHrgeXEsNeIv46XWz1Dwsly0wCUqbJgFMd5iTXJ1tZwwoBP2T298i3BNzApv3blGB5sjeoyo8DTHBHIU9NxIdQCUNzmZ4=";
npx:hasSignatureTarget this: .
this: dct:created "2023-01-19T12:49:39.790Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-3435-7775;
npx:introduces sub:AdvancedNanoIN;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}