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

bioregistry:jrct a bioregistry.schema:0000001 ;
    rdfs:label "Japan Registry of Clinical Trials" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This system submits an implementation plan to the Minister of Health, Labor and Welfare for clinical research conducted at medical institutions, etc. based on the provisions of the 'Clinical Research Act' and the 'Act on Ensuring Safety of Regenerative Medicine, etc.' It is a system for performing notification procedures such as In addition, based on the clinical research practice standards stipulated in the same law, we disclose information that the World Health Organization (WHO) requires to be disclosed, information that ensures the transparency of the research process, and information that contributes to the selection of participation in clinical research by the public. (translated from website)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://jrct.niph.go.jp> ;
    bioregistry.schema:0000005 "jRCTs041220087"^^xsd:string ;
    bioregistry.schema:0000006 "https://jrct.niph.go.jp/en-latest-detail/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^jRCT\\w?\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://jrct.niph.go.jp/en-latest-detail/"^^xsd:string ;
    bioregistry.schema:0000027 <https://jrct.niph.go.jp/en-latest-detail/jRCTs041220087> ;
    bioregistry.schema:0000029 "jrct" .

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

