Open areleu opened 1 year ago
What about introducing a special object property here. Something like has aggregate value
: A relation between an entity and a quantity value that indicates that the quantity value is a result of some kind of aggregation.
Then we can express for your use case (e.g. in the OEKG or the intended composed module) something like: 'maximum value' and 'is aggregate value of' all ('power capacity' 'is quantity value of some ('energy transformation unit' 'located in' Germany))
.
This probably needs some further refinement, but I hope it provides the gist of my proposal.
We once introduced aggregation type
, which we should apply here.
Description of the issue
In regard to my question from the dev meeting 47. I am wondering what is the best approach to deal with information aggregates, specially those at a regional level. It is clear to me that we can model, for example, a
power generating unit
and associate apower capacity
(power rating
) to it, this can also be extended to a powerplant to which likewise we can assign apower capacity
as itsnameplate capacity
. These two concepts have a relationshiphas part
which helps to do the assigment of the capacities of the instances ofpower generating unit
to an instance ofpower plant
1. An example the of the power plant level on the wild is the data of StrommarktdatenThe problem arises when dealing with data aggregated to national or regional levels. There is no equivalent way of representing the
total installed capacity
of (.i.e.) a country. Strommarktdaten reports this on a yearly basis for their own technological aggregation approach.This extends not only for power plant capacities but as I meantioned in the meeting. Also for consumption of specific sectors like the electric vehicle sector. The parallels can be done using the capacity of a
electric motor
How would I represent something like the
electric power demand
associated to all the instances ofelectric motor
within the boundaries ofGermany
?1 I do not think that this can happen thorugh the reasoner as
quantity value of
is not extensible through thehas part
property. But this is not an issue, as long as the relatiohship can be made I think this is a compromise we can deal with.Ideas of solution
I have some ideas but, yet have to develop them further. I will write them in this issue when I have them figured out. Roughly I would suggest adding an
energy transformation unit
that represents thenational installed capacity
of a country (I have my doubts with national as I think this class should be able to contain an arbitrary 2D spatial region)Workflow checklist
I am aware that