@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry:chembl dcterms:hasPart bioregistry:chembl.mechanism .

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

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

bioregistry:chembl.mechanism a bioregistry.schema:0000001 ;
    rdfs:label "ChEMBL mechanism" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This controlled vocabulary contains terms to describe the mechanism of action for a chemical-target interaction. The terms can be retrieved from ACTION_TYPE table in ChEMBL's SQL dump and are used to annotate the DRUG_MECHANISM table. Because these aren't really identifiers, they are transformed by lowercasing and replacing spaces with dashes to form 'identifiers'. The pattern in the Bioregistry record contains an enumeration of the 33 allowed values as of ChEMBL v35."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:chembl ;
    foaf:homepage <https://www.ebi.ac.uk/chembl> ;
    bioregistry.schema:0000005 "activator"^^xsd:string ;
    bioregistry.schema:0000008 "^activator|agonist|allosteric-antagonist|antagonist|antisense-inhibitor|binding-agent|blocker|chelating-agent|cross-linking-agent|degrader|disrupting-agent|exogenous-gene|exogenous-protein|hydrolytic-enzyme|inhibitor|inverse-agonist|methylating-agent|modulator|negative-allosteric-modulator|negative-modulator|opener|other|oxidative-enzyme|partial-agonist|positive-allosteric-modulator|positive-modulator|proteolytic-enzyme|reducing-agent|releasing-agent|rnai-inhibitor|sequestering-agent|stabiliser|substrate|vaccine-antigen$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0294-5484 ;
    bioregistry.schema:0000029 "chembl.mechanism" .

