peco-core:energy_allocation_period leaf node


URI

https://purl.org/peco/peco-core#energy_allocation_period

Label

energy_allocation_period

Description

Period across which the energy consumption and production is summed up and matched for allocation

Usage

DOMAINPROPERTYRANGE
peco-core:Allocation_model peco-core:energy_allocation_period time:Duration

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix peco-core: <https://purl.org/peco/peco-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .

peco-core:energy_allocation_period a owl:ObjectProperty ;
    rdfs:comment "Period across which the energy consumption and production is summed up and matched for allocation" ;
    rdfs:domain peco-core:Allocation_model ;
    rdfs:range time:Duration .