@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cheminf: <https://semanticscience.org/resource/CHEMINF_> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:chembl .

bioregistry.metaresource:cheminf dcterms:hasPart cheminf:000412 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02555 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:chembl .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:chembl .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010539 .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0174 .

bioregistry:chembl a bioregistry.schema:0000001 ;
    rdfs:label "ChEMBL" ;
    dcterms:description "ChEMBL is a database of bioactive compounds, their quantitative properties and bioactivities (binding constants, pharmacology and ADMET, etc). The data is abstracted and curated from the primary scientific literature."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc02555,
        prefixcommons:chembl,
        miriam:chembl,
        cheminf:000412,
        re3data:r3d100010539,
        uniprot.resource:DB-0174 ;
    dcat:keyword "chemical compound",
        "chemical structure",
        "chemistry databases",
        "drug",
        "interaction/pathway",
        "molecules",
        "protein",
        "repository" ;
    foaf:homepage <https://www.ebi.ac.uk/chembl> ;
    bioregistry.schema:0000005 "CHEMBL4303805"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/chembl/id_lookup/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CHEMBL\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0294-5484 ;
    bioregistry.schema:0000023 "ChEMBL",
        "ChEMBL_ID",
        "chembl" ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/chembl/id_lookup/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/chembl/id_lookup/CHEMBL4303805> ;
    bioregistry.schema:0000029 "chembl" .

orcid:0000-0002-0294-5484 rdfs:label "David Mendez Lopez" ;
    foaf:mbox "dmendez@ebi.ac.uk" .

integbio:nbdc02555 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:chembl dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:chembl dcterms:isPartOf bioregistry.metaresource:miriam .

cheminf:000412 dcterms:isPartOf bioregistry.metaresource:cheminf .

re3data:r3d100010539 dcterms:isPartOf bioregistry.metaresource:re3data .

uniprot.resource:DB-0174 dcterms:isPartOf bioregistry.metaresource:uniprot .

