@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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:aberowl dcterms:hasPart aberowl:CHR .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CHR .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CHR .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:chr .

bioregistry:chr a bioregistry.schema:0000001 ;
    rdfs:label "Chromosome Ontology" ;
    dcterms:contributor orcid:0000-0001-5705-7831 ;
    dcterms:description "The Chromosome Ontology is an automatically derived ontology of chromosomes and chromosome parts."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/monarch-initiative/monochrom> ;
    skos:exactMatch aberowl:CHR,
        bioportal:CHR,
        biocontext:CHR ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/monarch-initiative/monochrom> ;
    bioregistry.schema:0000005 "10090-chr10qC"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/CHR_$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/monarch-initiative/monochrom/refs/heads/master/chr.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6601-2165 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/CHR_"^^xsd:string ;
    bioregistry.schema:0000027 obo:CHR_10090-chr10qC ;
    bioregistry.schema:0000029 "chr" .

orcid:0000-0001-5705-7831 rdfs:label "Harry Caufield" ;
    foaf:mbox "jhc@lbl.gov" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

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

aberowl:CHR dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CHR dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:CHR dcterms:isPartOf bioregistry.metaresource:biocontext .

