# OnCo record hgnc-symbol (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/hgnc-symbol/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "hgnc-symbol" ;
  schema:name "HGNC gene symbol"@en ;
  schema:alternateName "HGNC symbol"@en, "HGNC gene symbol"@en, "approved gene symbol"@en, "official gene symbol"@en, "gene symbol"@en, "HGNC id"@en, "HGNC ID"@en ;
  schema:description "The HGNC symbol is the one official short name for each human gene (ERBB2, not HER2 or NEU), so that datasets can be joined without guessing."@en ;
  schema:url <https://onco.cc/terms/hgnc-symbol/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/HUGO_Gene_Nomenclature_Committee> ;
  schema:citation <https://www.genenames.org/about/>, <https://en.wikipedia.org/wiki/HUGO_Gene_Nomenclature_Committee> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/targets/her2/>, <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/ensembl-gene-id/>, <https://onco.cc/terms/genome-builds/> .
