@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 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:0000011 a bioregistry.schema:0000003 ;
    rdfs:label "NDFI4Cat Collection" ;
    dc:contributor orcid:0000-0001-5886-7860,
        orcid:0000-0003-4423-4370 ;
    dc:description """A collection of ontologies relevant for chemistry.

The NFDI program deploys a [custom instance](https://terminology.tib.eu/ts/ontologies?collection=NFDI4CAT&and=false&page=1) of the Ontology Lookup Service (OLS) that provides the ontologies in this list.

A further analysis of the metadata landscape of the ontologies in this list can be found [here](https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat).

OntoCompChem and OntoKin appear on the NFDI4Cat list but have not yet been registered in the Bioregistry because the resources are missing/incomplete such that they do not meet minimum Bioregistry metadata standards. These might be added in the future if additional metadata can be found.""" ;
    dcterms:hasPart bioregistry:afo,
        bioregistry:bao,
        bioregistry:bfo,
        bioregistry:cao,
        bioregistry:chebi,
        bioregistry:cheminf,
        bioregistry:chmo,
        bioregistry:dolce,
        bioregistry:edam,
        bioregistry:emmo,
        bioregistry:emmo.cif,
        bioregistry:envo,
        bioregistry:iso15926,
        bioregistry:m4i,
        bioregistry:mop,
        bioregistry:ms,
        bioregistry:nfdi4chem.ontocape,
        bioregistry:nfdi4chem.osmo,
        bioregistry:obi,
        bioregistry:om,
        bioregistry:rex,
        bioregistry:rxno,
        bioregistry:sbo,
        bioregistry:voc4cat,
        bioregistry:worldavatar.compchem,
        bioregistry:worldavatar.kin ;
    foaf:logo "https://www.nfdi.de/wp-content/uploads/2021/06/Logo_Ohne-BG.png"^^xsd:anyURI .

orcid:0000-0001-5886-7860 rdfs:label " Hendrik Borgelt" ;
    foaf:mbox "hendrik.borgelt@tu-dortmund.de" .

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

