@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:CTO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CTO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cto .

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

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:cto .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:CTO .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q113009139 .

bioregistry:cto a bioregistry.schema:0000001 ;
    rdfs:label "Clinical Trials Ontology" ;
    dcterms:description "The core Ontology of Clinical Trials (CTO) will serve as a structured resource integrating basic terms and concepts in the context of clinical trials. Thereby covering clinicaltrails.gov. CoreCTO will serve as a basic ontology to generate extended versions for specific applications such as annotation of variables in study documents from clinical trials."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/ClinicalTrialOntology/CTO> ;
    skos:exactMatch aberowl:CTO,
        ontobee:CTO,
        wikidata:Q113009139,
        bioportal:CTO,
        fairsharing:FAIRsharing.qp211a,
        obofoundry:cto ;
    dcat:keyword "biomedical science",
        "disease",
        "neurobiology",
        "obo",
        "ontology",
        "preclinical studies" ;
    foaf:homepage <https://github.com/ClinicalTrialOntology/CTO/> ;
    bioregistry.schema:0000005 "0000022"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/CTO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:cto.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9896-3531 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/CTO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:CTO_0000022 ;
    bioregistry.schema:0000029 "cto" .

orcid:0000-0001-9896-3531 rdfs:label "Dr. Alpha Tom Kodamullil" ;
    foaf:mbox "alpha.tom.kodamullil@scai.fraunhofer.de" .

aberowl:CTO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:CTO dcterms:isPartOf bioregistry.metaresource:ontobee .

wikidata:Q113009139 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

bioportal:CTO dcterms:isPartOf bioregistry.metaresource:bioportal .

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

obofoundry:cto dcterms:isPartOf bioregistry.metaresource:obofoundry .

