@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:grassbase .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P1832 .

bioregistry:grassbase a bioregistry.schema:0000001 ;
    rdfs:label "GrassBase" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "GrassBase provides an interactive guide to nomenclature for the whole grass family. It provides lists of over 60,000 names for any given genus, geographical region or genus within a geographical region, helps find the accepted name, synonyms and distribution for any given name, and gives a desription for each species."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P1832 ;
    foaf:homepage <https://www.kew.org/data/grasses-syn/index.htm> ;
    bioregistry.schema:0000005 "imp10873"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.kew.org/data/grasses-db/www/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(imp|gen)\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.kew.org/data/grasses-db/www/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.kew.org/data/grasses-db/www/imp10873> ;
    bioregistry.schema:0000029 "grassbase" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

wikidata:P1832 dcterms:isPartOf bioregistry.metaresource:wikidata .

