@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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:biocontext dcterms:hasPart biocontext:NCBIGI .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ncbigi .

bioregistry.metaresource:edam dcterms:hasPart edam:2314 .

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

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

bioregistry:ncbigi a bioregistry.schema:0000001 ;
    rdfs:label "GenInfo Identifier" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A GI number (for GenInfo Identifier, sometimes written in lower case, _gi_) is a simple series of digits that are assigned consecutively to each sequence record processed by NCBI. The GI number bears no resemblance to the Version number of the sequence record. Each time a sequence record is changed, it is assigned a new GI number."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2314,
        biocontext:NCBIGI,
        go.resource:NCBI_gi,
        ncbi.resource:GI ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/genbank/sequenceids/> ;
    bioregistry.schema:0000005 "568815597"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?val=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000016 bioregistry:genbank ;
    bioregistry.schema:0000023 "NCBI_gi",
        "ncbi.gi" ;
    bioregistry.schema:0000024 "http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?val="^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?val=568815597> ;
    bioregistry.schema:0000029 "ncbigi" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

edam:2314 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:NCBIGI dcterms:isPartOf bioregistry.metaresource:biocontext .

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

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

