Commit e4dbba42 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

changed namespace

parent d81caca8
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4syst-ex: <https://saref.etsi.org/saref4syst/example/example/> .
@prefix ex: <https://saref.etsi.org/saref4syst/v1.1.2/example/example/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@@ -18,13 +18,13 @@

# -- the instantiation of the SAREF4SYST pattern. --

s4syst-ex:ElectricPowerSystem a owl:Class ;
ex:ElectricPowerSystem a owl:Class ;
  rdfs:subClassOf s4syst:System ;
  rdfs:label "Electric Power System"@en ;
  rdfs:comment "The class of electric power systems."@en .


s4syst-ex:subElectricPowerSystemOf a owl:ObjectProperty ;
ex:subElectricPowerSystemOf a owl:ObjectProperty ;
  rdfs:subPropertyOf s4syst:subSystemOf ;
  rdfs:label "sub electric power system of"@en .

@@ -45,11 +45,11 @@ s4syst-ex:subElectricPowerSystemOf a owl:ObjectProperty ;
<electric_vehicle> s4syst:connectedTo <electric_vehicle_service_equipment> .


# for example s4syst-ex:exchangesElectricityWith can be defined to specify that electric energy flows between the <electric_vehicle_service_equipment> and the electric vehicle <electric_vehicle>.
# for example ex:exchangesElectricityWith can be defined to specify that electric energy flows between the <electric_vehicle_service_equipment> and the electric vehicle <electric_vehicle>.

s4syst-ex:exchangesElectricityWith a owl:ObjectProperty . 
ex:exchangesElectricityWith a owl:ObjectProperty . 

<electric_vehicle> s4syst-ex:exchangesElectricityWith <electric_vehicle_service_equipment> .
<electric_vehicle> ex:exchangesElectricityWith <electric_vehicle_service_equipment> .

# A system can be a sub-system of another system.
<battery> s4syst:subSystemOf <electric_vehicle> .
@@ -57,7 +57,7 @@ s4syst-ex:exchangesElectricityWith a owl:ObjectProperty .
# Properties of subsystems somehow contribute to the properties of the super system.
# The exact meaning of this contribution is defined by sub properties of s4syst:subSystemOf.

<fridge/1> s4syst-ex:subElectricPowerSystemOf <kitchen/1> .
<fridge/1> ex:subElectricPowerSystemOf <kitchen/1> .


# A connection between two s4syst:Systems, modelled by s4syst:connectedTo,