@prefix this: <https://w3id.org/np/RAKMq0HkViErNTtlbtO_KEfWML_YIZtdY1CbM4RzJV9eE> .
@prefix sub: <https://w3id.org/np/RAKMq0HkViErNTtlbtO_KEfWML_YIZtdY1CbM4RzJV9eE/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  <https://w3id.org/np/RAlrrB0WCO0v-2Cwez-WeVsU8fsPeSoyaLyIuJuEGLyvU#PubChemCDB> <http://schema.org/url> <https://pubchem.ncbi.nlm.nih.gov/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The PubChem Compound Database contains validated chemical depiction information provided to describe substances in PubChem Substance. Structures stored within PubChem Compounds are pre-clustered and cross-referenced by identity and similarity groups." ;
    rdfs:label "PubChem Compound Database" ;
    skos:broadMatch <https://doi.org/10.25504/FAIRsharing.qt3w7z> ;
    fip:has-description-source <https://www.ncbi.nlm.nih.gov/pccompound/> ;
    fip:uses-identifier-service <https://w3id.org/np/RALGzv6X0tjUaQ--X_7HYv5L7w1P5AUQh_-hLDnrpBGSM#PubChemCID> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542 .
}
sub:pubinfo {
  this: dct:created "2025-08-27T12:42:18Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/np/RAlrrB0WCO0v-2Cwez-WeVsU8fsPeSoyaLyIuJuEGLyvU#PubChemCDB> ;
    npx:supersedes <https://w3id.org/np/RAkPQVpzCWcdHYrfs676uf09iUhohKfZW94QNh18jARvs> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/70bffa7c-426d-42e3-bac1-474b8cd4f58d> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "UgfpQj0ba/0OsRGPYHGxjkl9lRzi0Aek7ZRL55UQlKPBBOM+oPqn+91v9wi8eZv2b0rX0w7GHBuceB9QdPrmgu9q0WYhNJjc9+7tIaNMGXiQAac1Wkxdp+8C5Jid5OS9gqOIIaPMvoH/s8+YYorxEOT4ukqmNC/lo/83cH6y0sA=" ;
    npx:hasSignatureTarget this: .
}