@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.collection: <https://bioregistry.io/collection/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.collection:0000023 a bioregistry.schema:0000003 ;
    rdfs:label "DataPLANT Collection" ;
    dc:contributor [ rdfs:label "NFDI Section Metadata WG Ontology Harmonization and Mapping" ] ;
    dc:description "A collection of ontologies, controlled vocabularies, and schemas relevant for the DataPLANT Consortium seeded from corresponding the [TIB OLS collection](https://service.tib.eu/terminology/collections/dataplant). See also a [recent review](https://doi.org/10.3389/fpls.2023.1279694) on ontologies for plant research data." ;
    dcterms:hasPart bioregistry:agro,
        bioregistry:bao,
        bioregistry:bco,
        bioregistry:bfo,
        bioregistry:bioportal.bof,
        bioregistry:bioportal.geospecies,
        bioregistry:bto,
        bioregistry:chebi,
        bioregistry:chmo,
        bioregistry:cob,
        bioregistry:dpbo,
        bioregistry:edam,
        bioregistry:efo,
        bioregistry:envo,
        bioregistry:eo,
        bioregistry:flopo,
        bioregistry:gaz,
        bioregistry:go,
        bioregistry:mmo,
        bioregistry:mod,
        bioregistry:ms,
        bioregistry:msio,
        bioregistry:ncbitaxon,
        bioregistry:ncit,
        bioregistry:obi,
        bioregistry:omp,
        bioregistry:pato,
        bioregistry:pco,
        bioregistry:peco,
        bioregistry:po,
        bioregistry:ppeo,
        bioregistry:ppo,
        bioregistry:pso,
        bioregistry:ro,
        bioregistry:stato,
        bioregistry:swo,
        bioregistry:to,
        bioregistry:uberon,
        bioregistry:uo ;
    doap:maintainer orcid:0000-0002-0476-9699,
        orcid:0000-0002-8000-0400,
        orcid:0000-0002-9905-4011 ;
    foaf:logo "https://www.nfdi.de/wp-content/uploads/2021/05/DataPLANT_logo_square_bg_transparent.svg"^^xsd:anyURI .

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

orcid:0000-0002-8000-0400 rdfs:label "Angela Kranz" ;
    foaf:mbox "a.kranz@fz-juelich.de" .

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

