@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:0000024 a bioregistry.schema:0000003 ;
    rdfs:label "FAIRmat Collection" ;
    dc:contributor [ rdfs:label "NFDI Section Metadata WG Ontology Harmonization and Mapping" ] ;
    dc:description "A placeholder collection of ontologies, controlled vocabularies, and schemas relevant for the FAIRmat Consortium seeded from corresponding the [TIB OLS collection](https://service.tib.eu/terminology/collections/fairmat). The [NFDI Section Metadata WG Ontology Harmonization and Mapping](https://github.com/nfdi-de/section-metadata-wg-onto/) is in the process of identifying FAIRmat Consortium members appropriate for maintaining this collection." ;
    dcterms:hasPart bioregistry:bfo,
        bioregistry:nexus,
        bioregistry:tfsco,
        bioregistry:voc4cat ;
    doap:maintainer orcid:0000-0002-7117-5196 ;
    foaf:logo "https://www.nfdi.de/wp-content/uploads/2025/02/aktuelles_logo_02.25.png"^^xsd:anyURI .

orcid:0000-0002-7117-5196 rdfs:label "Markus Kühbach" ;
    foaf:mbox "markus.kuehbach@physik.hu-berlin.de" .

