@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:0000035 a bioregistry.schema:0000003 ;
    rdfs:label "NFDIxCS 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 NFDIxCS Consortium." ;
    dcterms:hasPart bioregistry:amv,
        bioregistry:bfo,
        bioregistry:cito,
        bioregistry:cso,
        bioregistry:datacite,
        bioregistry:dblp.schema,
        bioregistry:dcterms,
        bioregistry:doap,
        bioregistry:fabio,
        bioregistry:gufo,
        bioregistry:hpc,
        bioregistry:iao,
        bioregistry:infosecsos,
        bioregistry:iotlite,
        bioregistry:mathmoddb,
        bioregistry:schema,
        bioregistry:seon,
        bioregistry:swo ;
    doap:maintainer orcid:0000-0002-9418-1580 ;
    foaf:logo "https://nfdixcs.org/fileadmin/PR/NFDIxCS/NFDIxCS_Logo2024_deepblue_crop.png"^^xsd:anyURI .

orcid:0000-0002-9418-1580 rdfs:label "Fabian Huch" ;
    foaf:mbox "huch@in.tum.de" .

