@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:genbase .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100014353 .

bioregistry:genbase a bioregistry.schema:0000001 ;
    rdfs:label "GenBase" ;
    dcterms:contributor orcid:0009-0001-1912-5132 ;
    dcterms:description "GenBase is a genetic sequence database that accepts user submissions (mRNA, genomic DNAs, ncRNA, or small genomes such as organelles, viruses, plasmids, phages from any organism) and integrates data from INSDC."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch re3data:r3d100014353 ;
    foaf:homepage <https://ngdc.cncb.ac.cn/genbase/?lang=en> ;
    bioregistry.schema:0000005 "C_AA001108.1"^^xsd:string ;
    bioregistry.schema:0000006 "https://ngdc.cncb.ac.cn/genbase/search/gb/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3019-8615 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://ngdc.cncb.ac.cn/genbase/search/gb/"^^xsd:string ;
    bioregistry.schema:0000027 <https://ngdc.cncb.ac.cn/genbase/search/gb/C_AA001108.1> ;
    bioregistry.schema:0000029 "genbase" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-3019-8615 rdfs:label "Xuetong Zhao" ;
    foaf:mbox "zhaoxuetong@big.ac.cn" .

orcid:0009-0001-1912-5132 rdfs:label "Tanay Shah" ;
    foaf:mbox "shah.tanay2@northeastern.edu" .

re3data:r3d100014353 dcterms:isPartOf bioregistry.metaresource:re3data .

