@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:treehub .

bioregistry:treehub a bioregistry.schema:0000001 ;
    rdfs:label "TreeHub" ;
    dcterms:contributor orcid:0009-0000-6974-6386 ;
    dcterms:description "TreeHub is a taxonomical database for trees. TreeHub contains extracted phylogenetic data and integrates relevant species information for each identifier."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "dendrology",
        "taxonomy",
        "tree" ;
    foaf:homepage <https://www.plantplus.cn/treehub> ;
    bioregistry.schema:0000005 "T00232742"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.plantplus.cn/treehub/tree/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^T\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2430-9689 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://www.plantplus.cn/treehub/tree/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.plantplus.cn/treehub/tree/T00232742> ;
    bioregistry.schema:0000029 "treehub" .

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

orcid:0000-0003-2430-9689 rdfs:label "Hui Wu" ;
    foaf:mbox "wuhui@ibcas.ac.cn" .

orcid:0009-0000-6974-6386 rdfs:label "Maaya Manoj" ;
    foaf:mbox "maaya.m466@gmail.com" .

