@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:bioregistry dcterms:hasPart bioregistry:hgnc.genegroup .

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

bioregistry.metaresource:ols dcterms:hasPart ols:hgnc.genegroup .

bioregistry:hgnc.genegroup a bioregistry.schema:0000001 ;
    rdfs:label "HGNC Gene Group" ;
    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 miriam:hgnc.genegroup,
        ols:hgnc.genegroup ;
    dcat:keyword "gene",
        "gene family",
        "gene group",
        "ontology" ;
    foaf:homepage <https://www.genenames.org> ;
    bioregistry.schema:0000005 "141"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.genenames.org/data/genegroup/#!/group/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/hgnc.genegroup/hgnc.genegroup.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8380-5247 ;
    bioregistry.schema:0000024 "https://www.genenames.org/data/genegroup/#!/group/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.genenames.org/data/genegroup/#!/group/141> ;
    bioregistry.schema:0000029 "hgnc.genegroup" .

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

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

ols:hgnc.genegroup dcterms:isPartOf bioregistry.metaresource:ols .

