Definition of s4envi:SecondaryEnergy
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Energy recovered from a previous use or from waste (source: ISO 21928-2:2023, clause 3.36).
Definition as a Named Individual
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4envi:SecondaryElectricity skos:broader s4envi:SecondaryEnergy .
s4envi:SecondaryHeat skos:broader s4envi:SecondaryEnergy .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:SecondaryEnergy ;
dct:subject s4envi:SecondaryEnergy .
s4envi:SecondaryEnergy a owl:Thing,
saref:FeatureKind,
s4envi:SecondaryRawResourceKind ;
rdfs:label "Secondary energy"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Energy recovered from a previous use or from waste (source: ISO 21928-2:2023, clause 3.36)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
skos:hiddenLabel "SecondaryEnergy" ;
skos:narrower s4envi:SecondaryElectricity,
s4envi:SecondaryHeat .