@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:coho .

bioregistry.metaresource:ols dcterms:hasPart ols:coho .

bioregistry:coho a bioregistry.schema:0000001 ;
    rdfs:label "Cohort Ontology" ;
    dcterms:description "A lightweight ontology for consistent identification and description of human cohorts. It defines a unique cohort identifier with minimal metadata, enabling linkage, discovery, and integration of cohort-related data while supporting both named and implicitly defined cohorts."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/EBISPOT/cohort-ontology> ;
    skos:exactMatch ols:coho ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/EBISPOT/cohort-ontology> ;
    bioregistry.schema:0000005 "0000016"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ebi.ac.uk/coho/COHO_$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/EBISPOT/cohort-ontology/refs/heads/main/coho.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.ebi.ac.uk/coho/COHO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ebi.ac.uk/coho/COHO_0000016> ;
    bioregistry.schema:0000029 "coho" .

ols:coho dcterms:isPartOf bioregistry.metaresource:ols .

