@prefix schema: <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAssqzMlWn3yHMsfL4bwe-fjwMtkFAjBHzVkuSVxc0d-E> .
@prefix sub: <http://purl.org/np/RAssqzMlWn3yHMsfL4bwe-fjwMtkFAjBHzVkuSVxc0d-E#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:HGNC schema:url <https://www.genenames.org/> ;
    a <fip:Available-FAIR-Enabling-Resource> , fip:FAIR-Enabling-Resource , fip:Metadata-data-linking-schema , fip:Registry ;
    rdfs:comment "The HGNC is responsible for approving unique symbols and names for human loci, including protein coding genes, ncRNA genes and pseudogenes, to allow unambiguous scientific communication." ;
    rdfs:label "HUGO Gene Nomenclatur" ;
    rdfs:seeAlso <https://www.genenames.org/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-3435-7775 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Vz/X4qiF8r5aG0+Wf30DpzHoreTWf9vZmmrAFsegn+w3Hf3S8P13jOq7okmbfUqy/O8yVNQbgFZVWAhvJsh7gXDIoCVmmExaQGSu2Uohq0Nd97ueBPblHjI25xUkxCFIMh105FCzQCiA8LOZiPs10DLRZl43hZHzpDhl4/d8UI0=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-30T14:51:36Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:HGNC ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9f9d7150-5838-48d5-bced-25269f5a0792> .
}