@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:InChI a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language;
rdfs:comment "InChI is an algorithmically generated character string for identifying distinct chemical structures as separately distinguishable entities. The InChI algorithm is stewarded by IUPAC and the InChI Trust. ";
rdfs:label "International Chemical Identifier ";
rdfs:seeAlso , .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0003-2968-1674 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "aonQkFQ1i1ZA7Q42f5aGrsu05OOYB7SEQ6yNSt0PWr8OmRrc8PKfAgoSrFpCJ2MfS16lXA0m9aUyw/KRjTc9HEk8lnCVLMe3DQy1SaACp5H9eJ688lZ+j16S8HZNvNfZuuOxnE9xBvdp19C3FESHIxt8MKTg8gvQLloj9WBC/nE=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-09-26T22:19:56Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:InChI;
prov:wasDerivedFrom .
}