@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:0000021 a bioregistry.schema:0000003 ;
    rdfs:label "NFDI4Energy Resources" ;
    dc:contributor orcid:0000-0003-4423-4370 ;
    dc:description "Prefixes for ontologies relevant for the NFDI4Energy" ;
    dcterms:hasPart bioregistry:bonsai,
        bioregistry:brick,
        bioregistry:cim,
        bioregistry:digitalconstruction.energy,
        bioregistry:docbias,
        bioregistry:dogont,
        bioregistry:energymarketroles,
        bioregistry:meno,
        bioregistry:oeo,
        bioregistry:openadr,
        bioregistry:saref.ener,
        bioregistry:saref.grid,
        bioregistry:sargon,
        bioregistry:tib.re,
        bioregistry:udsaes.fmi,
        bioregistry:udsaes.sms,
        bioregistry:zbw.stw ;
    doap:maintainer orcid:0009-0009-2960-3474 ;
    foaf:logo "https://www.nfdi.de/wp-content/uploads/2023/03/01_Logo_NFDI4Energy.png"^^xsd:anyURI .

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

orcid:0009-0009-2960-3474 rdfs:label "Amanda Wein" .

