@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:drks .

bioregistry:drks a bioregistry.schema:0000001 ;
    rdfs:label "German Clinical Trials Register" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The German Clinical Trials Register (DRKS) is the German WHO primary registry. It is competent for the registration of all patient-oriented clinical trials conducted in Germany. The DRKS now contains well over 14,000 studies. Currently, around 2,000 studies are added annually. (from website)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <http://drks.de> ;
    bioregistry.schema:0000005 "DRKS00031815"^^xsd:string ;
    bioregistry.schema:0000006 "https://drks.de/search/en/trial/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^DRKS\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://drks.de/search/en/trial/"^^xsd:string ;
    bioregistry.schema:0000027 <https://drks.de/search/en/trial/DRKS00031815> ;
    bioregistry.schema:0000029 "drks" .

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

