@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:uminctr .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.802961 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01470 .

bioregistry:uminctr a bioregistry.schema:0000001 ;
    rdfs:label "University hospital Medical Information Network Clinical Trial Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An additional Japanese clinical trial registry"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc01470,
        fairsharing:FAIRsharing.802961 ;
    dcat:keyword "bibliography/documents",
        "clinical studies",
        "epidemiology",
        "health/disease",
        "preclinical studies",
        "virology" ;
    foaf:homepage <https://www.umin.ac.jp/ctr/index.htm> ;
    bioregistry.schema:0000005 "UMIN000049383"^^xsd:string ;
    bioregistry.schema:0000008 "^UMIN\\d+$|^C\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5934-0681 ;
    bioregistry.schema:0000029 "uminctr" .

orcid:0000-0001-5934-0681 rdfs:label "Professor Takahiro Kiuchi" ;
    foaf:mbox "tak-kiuchi@umin.ac.jp" .

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

integbio:nbdc01470 dcterms:isPartOf bioregistry.metaresource:integbio .

fairsharing:FAIRsharing.802961 dcterms:isPartOf bioregistry.metaresource:fairsharing .

