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

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P6220 .

bioregistry:opentrials a bioregistry.schema:0000001 ;
    rdfs:label "OpenTrials ID" ;
    dcterms:description "identifier for OpenTrials database over clinical trials"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P6220 ;
    foaf:homepage <https://explorer.opentrials.net> ;
    bioregistry.schema:0000005 "89afb115-4059-4f4c-8da7-33290869a77d"^^xsd:string ;
    bioregistry.schema:0000006 "https://explorer.opentrials.net/trials/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://explorer.opentrials.net/trials/"^^xsd:string ;
    bioregistry.schema:0000027 <https://explorer.opentrials.net/trials/89afb115-4059-4f4c-8da7-33290869a77d> ;
    bioregistry.schema:0000029 "opentrials" .

wikidata:P6220 dcterms:isPartOf bioregistry.metaresource:wikidata .

