@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:ncbi a bioregistry.schema:0000002 ;
    rdfs:label "National Center for Biotechnology Information Registry" ;
    dc:description "A database-specific registry supporting curation in the NCBI GenBank and related NCBI resources" ;
    foaf:homepage "https://www.ncbi.nlm.nih.gov/genbank/collab/db_xref/" ;
    bioregistry.schema:0000005 "ECOCYC" ;
    bioregistry.schema:0000019 [ rdfs:label "GenBank Support" ;
            foaf:mbox "gb-admin@ncbi.nlm.nih.gov" ] .

