@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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 ror: <https://ror.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tno.eo .

bioregistry:tno.eo a bioregistry.schema:0000001 ;
    rdfs:label "Odysseus Energy Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Odysseus dynamic Energy Profile Card (dEPC) Ontology (or the Odysseus \"Energy Ontology\" in short) is  an  advanced open semantic information  structure  covering  a  wide variety of information types relevant for improved (fossil) energy - efficiency and CO2 reduction in city's neighbourhoods. The ontology covers entities like buildings where people perform activities; but also street lighting sections, windmill parks, solar parks etc., all under the required indoor/outdoor climate conditions. (text from https://studyres.com/doc/2789908/odysseus_depc-ontology)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "energy" ;
    foaf:homepage <https://w3id.org/eo> ;
    bioregistry.schema:0000005 "Appliance"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/eo#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/eo#"^^xsd:string ;
    bioregistry.schema:0000026 ror:01bnjb948 ;
    bioregistry.schema:0000027 <https://w3id.org/eo#Appliance> ;
    bioregistry.schema:0000029 "tno.eo" .

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

