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

bioregistry.collection:0000014 a bioregistry.schema:0000003 ;
    rdfs:label "NFDI4Chem Collection" ;
    dc:contributor orcid:0000-0002-1595-3213,
        orcid:0000-0003-4423-4370 ;
    dc:description """A collection of ontologies relevant within the [NFDI4Chem project](https://www.nfdi4chem.de/) that is mostly based on the overview paper [Ontologies4Chem: the landscape of ontologies in chemistry](https://doi.org/10.1515/pac-2021-2007).

NFDI4Chem deploys a [custom instance](https://terminology.nfdi4chem.de/ts/) of the Ontology Lookup Service (OLS), called NFDI4Chem Terminology Services (TS), that provides the ontologies in this list. This list contains ontologies that cover various domains of chemistry (e.g. ChEBI, CHMO, and RXNO), those that are dependencies of these chemistry specific ontologies (e.g. BFO, RO, IAO, and OBI) as well as those ontologies, which where indexed in the NFDI4Chem TS for interoperability research purposes (e.g. PROV-O, SOSA, and OBOE).""" ;
    dcterms:hasPart bioregistry:afo,
        bioregistry:bfo,
        bioregistry:bto,
        bioregistry:chebi,
        bioregistry:cheminf,
        bioregistry:chemrof,
        bioregistry:chiro,
        bioregistry:chmo,
        bioregistry:duo,
        bioregistry:edam,
        bioregistry:efo,
        bioregistry:enm,
        bioregistry:envo,
        bioregistry:fair,
        bioregistry:fix,
        bioregistry:gainesville.core,
        bioregistry:iao,
        bioregistry:mod,
        bioregistry:mop,
        bioregistry:ms,
        bioregistry:ncit,
        bioregistry:nmr,
        bioregistry:obi,
        bioregistry:oboe,
        bioregistry:om,
        bioregistry:ontorxn,
        bioregistry:pato,
        bioregistry:proco,
        bioregistry:prov,
        bioregistry:reproduceme,
        bioregistry:rex,
        bioregistry:ro,
        bioregistry:rxno,
        bioregistry:sepio,
        bioregistry:sio,
        bioregistry:sosa,
        bioregistry:ssn,
        bioregistry:ssn.system,
        bioregistry:suprabank.additive,
        bioregistry:suprabank.buffer,
        bioregistry:suprabank.interaction,
        bioregistry:suprabank.molecule,
        bioregistry:suprabank.solvent,
        bioregistry:swo,
        bioregistry:time,
        bioregistry:uo,
        bioregistry:vibso,
        bioregistry:voc4cat,
        bioregistry:worldavatar.compchem,
        bioregistry:worldavatar.kin,
        bioregistry:worldavatar.os ;
    doap:maintainer orcid:0000-0002-1595-3213 ;
    foaf:logo "https://nfdi4chem.de/wp-content/themes/wptheme/assets/img/logo.svg"^^xsd:anyURI ;
    schema:keywords "chemistry" .

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

orcid:0000-0002-1595-3213 rdfs:label " Philip Strömert" ;
    foaf:mbox "philip.stroemert@tib.eu" .

