@prefix schema: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:HGNC a , fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema,
fip:Registry;
schema:url ;
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 .
}
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 ;
dcterms:license ;
npx:introduces sub:HGNC;
prov:wasDerivedFrom .
}