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

bioregistry:ctri a bioregistry.schema:0000001 ;
    rdfs:label "India Clinical Trials Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """The mission of the Clinical Trials Registry-India (CTRI) is to ensure that all clinical trials conducted in India are prospectively registered, i.e. before the enrolment of the first participant. Additionally, post-marketing surveillance studies, BA/BE studies as well as clinical studies as part of PG thesis are also expected to be registered in the CTRI. (from homepage)

Note that the identifier in this semantic space is not the one used in the webpages"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://ctri.nic.in> ;
    bioregistry.schema:0000005 "CTRI/2023/04/052053"^^xsd:string ;
    bioregistry.schema:0000006 "https://trialsearch.who.int/Trial2.aspx?TrialID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CTRI/\\d{4}/\\d{2,3}/\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://trialsearch.who.int/Trial2.aspx?TrialID="^^xsd:string ;
    bioregistry.schema:0000027 <https://trialsearch.who.int/Trial2.aspx?TrialID=CTRI/2023/04/052053> ;
    bioregistry.schema:0000029 "ctri" .

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

