@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:HGNC.GENEFAMILY .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hgnc.genefamily .

bioregistry.metaresource:miriam dcterms:hasPart miriam:hgnc.genefamily .

bioregistry.metaresource:n2t dcterms:hasPart n2t:hgnc.genefamily .

bioregistry:hgnc.genefamily a bioregistry.schema:0000001 ;
    rdfs:label "HGNC gene family" ;
    dcterms:description "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides a unique numerical ID to identify gene families, providing a display of curated hierarchical relationships between families."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:HGNC.GENEFAMILY,
        n2t:hgnc.genefamily,
        miriam:hgnc.genefamily ;
    dcat:keyword "gene",
        "gene family",
        "gene group" ;
    foaf:homepage <http://www.genenames.org> ;
    bioregistry.schema:0000005 "2029"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.genenames.org/cgi-bin/genefamilies/set/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000016 bioregistry:hgnc.genegroup ;
    bioregistry.schema:0000019 orcid:0000-0002-8380-5247 ;
    bioregistry.schema:0000023 "GFAM",
        "HGNC_GROUP",
        "hgnc.family" ;
    bioregistry.schema:0000024 "https://www.genenames.org/cgi-bin/genefamilies/set/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.genenames.org/cgi-bin/genefamilies/set/2029> ;
    bioregistry.schema:0000029 "hgnc.genefamily" .

orcid:0000-0002-8380-5247 rdfs:label "Elspeth Bruford" ;
    foaf:mbox "elspeth@genenames.org" .

biocontext:HGNC.GENEFAMILY dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:hgnc.genefamily dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:hgnc.genefamily dcterms:isPartOf bioregistry.metaresource:miriam .

