@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 miriam: <https://registry.identifiers.org/registry/> .
@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:bioregistry dcterms:hasPart bioregistry:pkdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:pkdb .

bioregistry:pkdb a bioregistry.schema:0000001 ;
    rdfs:label "PK-DB" ;
    dcterms:description "PK-DB an open database for pharmacokinetics information from clinical trials as well as pre-clinical research. The focus of PK-DB is to provide high-quality pharmacokinetics data enriched with the required meta-information for computational modeling and data integration."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:pkdb ;
    foaf:homepage <https://www.hu-berlin.de/?set_language=en&cl=en> ;
    bioregistry.schema:0000005 "PKDB00198"^^xsd:string ;
    bioregistry.schema:0000006 "https://pk-db.com/data/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^PKDB[0-9]{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://pk-db.com/data/"^^xsd:string ;
    bioregistry.schema:0000027 <https://pk-db.com/data/PKDB00198> ;
    bioregistry.schema:0000029 "pkdb" .

miriam:pkdb dcterms:isPartOf bioregistry.metaresource:miriam .

