@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix oid: <https://oid-base.com/get/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:NCBIGene .

bioregistry.metaresource:biolink dcterms:hasPart biolink:NCBIGene .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ncbigene .

bioregistry.metaresource:edam dcterms:hasPart edam:1027 .

bioregistry.metaresource:go dcterms:hasPart go.resource:NCBIGene .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.340 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00073 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ncbigene .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ncbigene .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:GeneID .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ncbigene .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010650 .

bioregistry.metaresource:togoid dcterms:hasPart togoid:Ncbigene .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0118 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P351 .

bioregistry:ncbigene a bioregistry.schema:0000001 ;
    rdfs:label "NCBI Gene" ;
    dcterms:contributor orcid:0000-0002-9578-0788 ;
    dcterms:description "Entrez Gene is the NCBI's database for gene-specific information, focusing on completely sequenced genomes, those with an active research community to contribute gene-specific information, or those that are scheduled for intense sequence analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:1027,
        wikidata:P351,
        biocontext:NCBIGene,
        biolink:NCBIGene,
        go.resource:NCBIGene,
        n2t:ncbigene,
        ncbi.resource:GeneID,
        integbio:nbdc00073,
        oid:2.16.840.1.113883.6.340,
        prefixcommons:ncbigene,
        miriam:ncbigene,
        togoid:Ncbigene,
        re3data:r3d100010650,
        uniprot.resource:DB-0118 ;
    dcat:keyword "dna",
        "gene",
        "genome",
        "genome annotation databases",
        "genome/gene",
        "repository",
        "sequence" ;
    foaf:homepage <http://www.ncbi.nlm.nih.gov/> ;
    bioregistry.schema:0000005 "100010"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/gene/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9311-9745 ;
    bioregistry.schema:0000023 "EGID",
        "EntrezGene",
        "GeneID",
        "NCBIGene",
        "NCBI_GeneID",
        "entrez",
        "entrez gene/locuslink",
        "nihgeneid" ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/gene/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/gene/100010> ;
    bioregistry.schema:0000029 "ncbigene" .

orcid:0000-0001-9311-9745 rdfs:label "Terence D. Murphy" ;
    foaf:mbox "murphyte@ncbi.nlm.nih.gov" .

orcid:0000-0002-9578-0788 rdfs:label "Rhiannon Cameron" ;
    foaf:mbox "rcameron@sfu.com" .

edam:1027 dcterms:isPartOf bioregistry.metaresource:edam .

wikidata:P351 dcterms:isPartOf bioregistry.metaresource:wikidata .

biocontext:NCBIGene dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:NCBIGene dcterms:isPartOf bioregistry.metaresource:biolink .

go.resource:NCBIGene dcterms:isPartOf bioregistry.metaresource:go .

n2t:ncbigene dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:GeneID dcterms:isPartOf bioregistry.metaresource:ncbi .

integbio:nbdc00073 dcterms:isPartOf bioregistry.metaresource:integbio .

oid:2.16.840.1.113883.6.340 dcterms:isPartOf bioregistry.metaresource:hl7 .

prefixcommons:ncbigene dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:ncbigene dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:Ncbigene dcterms:isPartOf bioregistry.metaresource:togoid .

re3data:r3d100010650 dcterms:isPartOf bioregistry.metaresource:re3data .

uniprot.resource:DB-0118 dcterms:isPartOf bioregistry.metaresource:uniprot .

