@prefix this: <https://w3id.org/np/RALGzv6X0tjUaQ--X_7HYv5L7w1P5AUQh_-hLDnrpBGSM> .
@prefix sub: <https://w3id.org/np/RALGzv6X0tjUaQ--X_7HYv5L7w1P5AUQh_-hLDnrpBGSM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:PubChemCID <http://w3id.org/roh#isProvidedBy> <https://ror.org/02meqm098> ;
    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 | PupChem Compound Identification" ;
    fip:has-description-source <https://pubchem.ncbi.nlm.nih.gov/search/help_search.html#Cid> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "EWEuG/dMhUP3LxskA1w3PxS8ITYh3HQTVzfWKH+aQzVRysZeCt+ue358ibwqAxnzVZcss7Egikrw9tbD8KYULAZqOgsu4sTR9PMmZw/60zV01HOHa/5NLv2abz8k+Nf3FjSqeG5Lpxh8aJJ6RRASsQZrfugp71tgg22/ITHmpDM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-01T14:53:48Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PubChemCID ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5ed7ed3e-410a-49c7-8122-e377c3db32d9> .
}