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

bioregistry:kcris a bioregistry.schema:0000001 ;
    rdfs:label "Korean Clinical Research Information Service" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """The Clinical Research Information Service (CRIS) is a non-profit online registration system for clinical trials (researches) to be conducted in Korea. It has been established at the Korea Disease Control and Prevention Agency (KDCA) with support from the Ministry of Health and Welfare (MOHW). It joined the WHO International Clinical Trials Registry Platform (ICTRP) as 11th member of Primary Registry. (from about page)
Note that the web page that resolves this trial does not correspond to the semantic space"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://cris.nih.go.kr> ;
    bioregistry.schema:0000005 "KCT0008394"^^xsd:string ;
    bioregistry.schema:0000008 "^KCT\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "kcris" .

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

