@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CHEMDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:chemdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:chemdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:chemdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:chemdb .

bioregistry:chemdb a bioregistry.schema:0000001 ;
    rdfs:label "ChemDB" ;
    dcterms:description "ChemDB is a chemical database containing commercially available small molecules, important for use as synthetic building blocks, probes in systems biology and as leads for the discovery of drugs and other useful compounds."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CHEMDB,
        n2t:chemdb,
        prefixcommons:chemdb,
        miriam:chemdb ;
    dcat:keyword "small molecule" ;
    foaf:homepage <http://cdb.ics.uci.edu/> ;
    bioregistry.schema:0000005 "3966782"^^xsd:string ;
    bioregistry.schema:0000006 "http://cdb.ics.uci.edu/cgibin/ChemicalDetailWeb.py?chemical_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8752-4664 ;
    bioregistry.schema:0000024 "http://cdb.ics.uci.edu/cgibin/ChemicalDetailWeb.py?chemical_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://cdb.ics.uci.edu/cgibin/ChemicalDetailWeb.py?chemical_id=3966782> ;
    bioregistry.schema:0000029 "chemdb" .

orcid:0000-0001-8752-4664 rdfs:label "Pierre Baldi" ;
    foaf:mbox "pfbaldi@uci.edu" .

biocontext:CHEMDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:chemdb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:chemdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:chemdb dcterms:isPartOf bioregistry.metaresource:miriam .

