@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:cgnc .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:CGNC .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:cgnc .

bioregistry:cgnc a bioregistry.schema:0000001 ;
    rdfs:label "Chicken Gene Nomenclature Consortium" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Nomenclature Consortium around Chicken genes (analogous to the HGNC for humans)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:CGNC,
        prefixcommons:cgnc ;
    dcat:keyword "gene",
        "ontology" ;
    foaf:homepage <http://birdgenenames.org> ;
    bioregistry.schema:0000005 "10087"^^xsd:string ;
    bioregistry.schema:0000006 "http://birdgenenames.org/cgnc/GeneReport?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/cgnc/cgnc.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2175-5464 ;
    bioregistry.schema:0000023 "BirdBase",
        "CGNC" ;
    bioregistry.schema:0000024 "http://birdgenenames.org/cgnc/GeneReport?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://birdgenenames.org/cgnc/GeneReport?id=10087> ;
    bioregistry.schema:0000029 "cgnc" .

orcid:0000-0003-2175-5464 rdfs:label "Fiona M McCarthy" ;
    foaf:mbox "fionamcc@arizona.edu" .

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

cellosaurus.resource:CGNC dcterms:isPartOf bioregistry.metaresource:cellosaurus .

prefixcommons:cgnc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

