@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 dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:NBRC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nbrc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:nbrc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:nbrc .

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:nbrc .

bioregistry:nbrc a bioregistry.schema:0000001 ;
    rdfs:label "NITE Biological Research Center Catalogue" ;
    dcterms:description "NITE Biological Research Center (NBRC) provides a collection of microbial resources, performing taxonomic characterization of individual microorganisms such as bacteria including actinomycetes and archaea, yeasts, fungi, algaes, bacteriophages and DNA resources for academic research and industrial applications. A catalogue is maintained which states strain nomenclature, synonyms, and culture and sequence information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:NBRC,
        n2t:nbrc,
        ncbi.resource:NBRC,
        prefixcommons:nbrc,
        miriam:nbrc ;
    dcat:keyword "microbial",
        "taxonomy" ;
    foaf:homepage <http://www.nbrc.nite.go.jp/e/index.html> ;
    bioregistry.schema:0000005 "00001234"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.nbrc.nite.go.jp/NBRC2/NBRCCatalogueDetailServlet?ID=NBRC&CAT=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.nbrc.nite.go.jp/NBRC2/NBRCCatalogueDetailServlet?ID=NBRC&CAT="^^xsd:string ;
    bioregistry.schema:0000026 ror:044jdke57 ;
    bioregistry.schema:0000027 <http://www.nbrc.nite.go.jp/NBRC2/NBRCCatalogueDetailServlet?ID=NBRC&CAT=00001234> ;
    bioregistry.schema:0000029 "nbrc" .

biocontext:NBRC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:nbrc dcterms:isPartOf bioregistry.metaresource:n2t .

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

prefixcommons:nbrc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:nbrc dcterms:isPartOf bioregistry.metaresource:miriam .

