@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 doap: <http://usefulinc.com/ns/doap#> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dpbo .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:dpbo .

bioregistry:dpbo a bioregistry.schema:0000001 ;
    rdfs:label "DataPLANT Biology Ontology" ;
    dcterms:contributor orcid:0000-0002-0476-9699 ;
    dcterms:description "With the DataPLANT biology ontology (DPBO), DataPLANT provides an intermediate ontology that acts as a broker and bridge between the individual researcher/domain experts and main ontology providers. DPBO enables easy and agile collection of missing vocabulary as well as relationships between terms for (meta)data annotation using DataPLANT’s Swate tool."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/nfdi4plants/nfdi4plants_ontology> ;
    skos:exactMatch tib.ts:dpbo ;
    dcat:keyword "dataplant",
        "life sciences, biology",
        "ontology" ;
    foaf:homepage <https://www.nfdi4plants.org/> ;
    bioregistry.schema:0000005 "0010015"^^xsd:string ;
    bioregistry.schema:0000006 "https://purl.org/nfdi4plants/ontology/dpbo/DPBO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/nfdi4plants/nfdi4plants_ontology/refs/heads/main/dpbo.obo> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9905-4011 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://purl.org/nfdi4plants/ontology/dpbo/DPBO_"^^xsd:string ;
    bioregistry.schema:0000027 <https://purl.org/nfdi4plants/ontology/dpbo/DPBO_0010015> ;
    bioregistry.schema:0000029 "dpbo" .

orcid:0000-0002-0476-9699 rdfs:label "Hannah Dörpholz" ;
    foaf:mbox "h.doerpholz@fz-juelich.de" .

orcid:0000-0002-9905-4011 rdfs:label "Kathryn Dumschott" ;
    foaf:mbox "k.dumschott@fz-juelich.de" .

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

tib.ts:dpbo dcterms:isPartOf bioregistry.metaresource:tib .

