@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@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:bioregistry dcterms:hasPart bioregistry:vegbank .

bioregistry.metaresource:miriam dcterms:hasPart miriam:vegbank .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010153 .

bioregistry:vegbank a bioregistry.schema:0000001 ;
    rdfs:label "VegBank" ;
    dcterms:description "VegBank is the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification. VegBank consists of three linked databases that contain (1) vegetation plot records, (2) vegetation types recognized in the U.S. National Vegetation Classification and other vegetation types submitted by users, and (3) all plant taxa recognized by ITIS/USDA as well as all other plant taxa recorded in plot records. Vegetation records, community types and plant taxa may be submitted to VegBank and may be subsequently searched, viewed, annotated, revised, interpreted, downloaded, and cited."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:vegbank,
        re3data:r3d100010153 ;
    foaf:homepage <http://vegbank.org/> ;
    bioregistry.schema:0000005 "VB.Ob.3736.GRSM125"^^xsd:string ;
    bioregistry.schema:0000006 "http://vegbank.org/cite/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^VB\\.[A-Za-z][A-Za-z]\\..*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://vegbank.org/cite/"^^xsd:string ;
    bioregistry.schema:0000026 ror:0146z4r19 ;
    bioregistry.schema:0000027 <http://vegbank.org/cite/VB.Ob.3736.GRSM125> ;
    bioregistry.schema:0000029 "vegbank" .

miriam:vegbank dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100010153 dcterms:isPartOf bioregistry.metaresource:re3data .

