@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:probesanddrugs .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P11199 .

bioregistry:probesanddrugs a bioregistry.schema:0000001 ;
    rdfs:label "Probes and Drugs" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Probes & Drugs portal (P&D) is a hub for the integration of high-quality bioactive compound sets enabling their analysis and comparison. Its main focus is on chemical probes and drugs but it also includes additional relevant sets from specialist databases/scientific publications, and vendor sets. Upon these, established bioactive chemistry sources (such as ChEMBL, BindingDB, Guide To Pharmacology, DrugCentral or DrugBank) are utilized for compounds' biological annotation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P11199 ;
    foaf:homepage <https://www.probes-drugs.org> ;
    bioregistry.schema:0000005 "PD000596"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.probes-drugs.org/compound/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^PD\\d{6}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5325-4934 ;
    bioregistry.schema:0000024 "https://www.probes-drugs.org/compound/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.probes-drugs.org/compound/PD000596> ;
    bioregistry.schema:0000029 "probesanddrugs" .

orcid:0000-0001-5325-4934 rdfs:label "Ctibor Škuta" ;
    foaf:mbox "ctibor.skuta@img.cas.cz" .

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

wikidata:P11199 dcterms:isPartOf bioregistry.metaresource:wikidata .

