@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:CSO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cso .

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

bioregistry.metaresource:tib dcterms:hasPart tib.ts:cso .

bioregistry:cso a bioregistry.schema:0000001 ;
    rdfs:label "Computer Science Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Ontology to describe general clinical studies."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:CSO,
        bioportal:CSO,
        fairsharing:FAIRsharing.y4z3tx,
        tib.ts:cso ;
    dcat:keyword "clinical studies",
        "computer science",
        "hospital",
        "medical informatics",
        "monitoring",
        "nfdixcs",
        "ontology" ;
    foaf:homepage <https://cso.kmi.open.ac.uk/home> ;
    bioregistry.schema:0000005 "image_subtraction"^^xsd:string ;
    bioregistry.schema:0000006 "https://cso.kmi.open.ac.uk/topics/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://cso.kmi.open.ac.uk/download/version-3.5/CSO.3.5.owl.zip> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Cameron Coffran" ;
            foaf:mbox "cameron@rockefeller.edu" ] ;
    bioregistry.schema:0000024 "https://cso.kmi.open.ac.uk/topics/"^^xsd:string ;
    bioregistry.schema:0000027 <https://cso.kmi.open.ac.uk/topics/image_subtraction> ;
    bioregistry.schema:0000029 "cso" .

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

aberowl:CSO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CSO dcterms:isPartOf bioregistry.metaresource:bioportal .

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

tib.ts:cso dcterms:isPartOf bioregistry.metaresource:tib .

