@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:UBIO.NAMEBANK .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ubio.namebank .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ubio.namebank .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ubio.namebank .

bioregistry:ubio.namebank a bioregistry.schema:0000001 ;
    rdfs:label "uBio NameBank" ;
    dcterms:description "NameBank is a \"biological name server\" focused on storing names and objectively-derived nomenclatural attributes. NameBank is a repository for all recorded names including scientific names, vernacular (or common names), misspelled names, as well as ad-hoc nomenclatural labels that may have limited context."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:UBIO.NAMEBANK,
        n2t:ubio.namebank,
        miriam:ubio.namebank ;
    foaf:homepage <http://www.ubio.org> ;
    bioregistry.schema:0000005 "2555646"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ubio.org/browser/details.php?namebankID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://www.ubio.org/browser/details.php?namebankID="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ubio.org/browser/details.php?namebankID=2555646> ;
    bioregistry.schema:0000029 "ubio.namebank" .

biocontext:UBIO.NAMEBANK dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ubio.namebank dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ubio.namebank dcterms:isPartOf bioregistry.metaresource:miriam .

