@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:0000031 a bioregistry.schema:0000003 ;
    rdfs:label "NFDI-MatWerk 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 NFDI-MatWerk Consortium created in cooperation with the [NFDI Section Metadata WG Ontology Harmonization and Mapping](https://github.com/nfdi-de/section-metadata-wg-onto/)." ;
    dcterms:hasPart bioregistry:bfo,
        bioregistry:chebi,
        bioregistry:mwo,
        bioregistry:nfdi.core,
        bioregistry:pmdco,
        bioregistry:prima ;
    doap:maintainer orcid:0000-0002-2691-6995,
        orcid:0000-0002-7541-115X ;
    foaf:logo "https://www.nfdi.de/wp-content/uploads/2022/03/Logo_NFDI-MatWerk-1000px.png"^^xsd:anyURI .

orcid:0000-0002-2691-6995 rdfs:label "Ebrahim Nourouzi" ;
    foaf:mbox "norouzi.iut@gmail.com" .

orcid:0000-0002-7541-115X rdfs:label "Heike Fliegl" ;
    foaf:mbox "Heike.Fliegl@fiz-karlsruhe.de" .

