@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Identifier-service; ; rdfs:comment "CID -- PubChem Compound Identification, a non-zero integer PubChem accession identifier for a unique chemical structure. For example, the CID of aspirin is 2244."; rdfs:label "PubChem CID | PubChem Compound Identification"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0319-6542 . } sub:pubinfo { this: dct:created "2025-08-21T12:31:32Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "OPzxJLCpAxZEDNCrikXLx58240dLlzu5gxOaiAp7xUkl8g8uFQ1Ktw+mLJZLve7uhsRt7VT+Z8zuQVLSZbB+G/AOFXOW8q5YtyBr6yHoNQ35mfWAfE4FBWotIFXh0LrsIOUVODvOpeuk9C4LFIlPNkFNvg9p2ObzpdEISkYzdlQ="; npx:hasSignatureTarget this: . }