https://purl.org/peco/peco-core#energy_allocation_period
Period across which the energy consumption and production is summed up and matched for allocation
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| peco-core:Allocation_model | peco-core:energy_allocation_period | time:Duration |
@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 .