In energy domain, a simplified infrastructure topology of the system should be described in order to deliver intelligent services. The infrastructure topology facilitates the description of an infrastructure in a flexible way by allowing to describe the infrastructure’s components and its relations.
Infrastructure ontology provides OWL classes and properties to allow infrastructure of an energy system to be described.
This Infrastructure Ontology helps to define the infrastructure system of OMEGA-X use cases. The main class is the system which can be a physical system, a virtual system, an equipment or a site. A system can have a system configuration encompassing different properties, in general defined from the data sheet or from an initial configuration of the system. New module can be created to define the infrastructure of a specific use case family. This new module should be aligned with the general infrastructure ontology.
ID | Question in natural language | Example |
---|---|---|
cq-1 | What is the identifier of specific system? | the id of a specific system |
cq-2 | What is the system connected to a specific system? | A weather station is connected to meter |
cq-3 | What is the location of a specific site? | the geolocation of a solar plant |
cq-1 | What is the system configuratin of a specific equipment? | the configuration of a specific battery includig the nominal charge voltage |
ID | Question in natural language | Example |
---|---|---|
iq-1 | What are the systems connected to another system? | the list of systems connected via connected to target and connected to source relations |
iq-2 | What are the systems having a specific system configuration? | the list of batteries having the same configuration |
infra:System
can be an eds:EvaluationPoint
(see https://w3id.org/omega-x/ontology/EnergyDataSet/EvaluationPoint/) once an energy data set is attached to it. infra:System
can be defined in infra:SystemConfiguration
. infra:System
can have a location. infra:System
can consist of an another infra:System
or many infra:System
.infra:System
can be connected to another An infra:System
. To precise the direction of the connection the object properties infra:isConnectedTo
and An infra:isConnectedFrom
seas:System: The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled.
seas:connectedTo: Links a system to a system it is connected to. Connected systems interact in some way. The exact meaning of interact is defined by sub properties of [seas:connectedTo].