Unverified Commit 26cc5d80 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

correct skos namespace

parent d1ed9a63
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -11,8 +11,8 @@
	<p>SAREF4GRID does not aim to provide an exhaustive definition of all the properties defined in the IEC 62056-6-2:2017. Instead, it defines a set 
	<p>SAREF4GRID does not aim to provide an exhaustive definition of all the properties defined in the IEC 62056-6-2:2017. Instead, it defines a set 
	of general properties (those shown in <a href="#Figure_6">Figure 6</a>, e.g., <a href="#s4grid:ScreenDisplay">s4grid:ScreenDisplay</a> in the figure) 
	of general properties (those shown in <a href="#Figure_6">Figure 6</a>, e.g., <a href="#s4grid:ScreenDisplay">s4grid:ScreenDisplay</a> in the figure) 
	and specific properties can be related to these general properties using the SKOS ontology. Using SKOS more specific properties can be defined specifying 
	and specific properties can be related to these general properties using the SKOS ontology. Using SKOS more specific properties can be defined specifying 
	from which general property they are derived (<a href="http://www.w3.org/2008/05/skos#narrower">skos:narrower</a>), and which properties belong to a general property 
	from which general property they are derived (<a href="http://www.w3.org/2004/02/skos/core#narrower">skos:narrower</a>), and which properties belong to a general property 
	(<a href="http://www.w3.org/2008/05/skos#broader">skos:broader</a>).</p>
	(<a href="http://www.w3.org/2004/02/skos/core#broader">skos:broader</a>).</p>


	<figure>
	<figure>
	  <a href="diagrams/SAREF4GRID_Example_meter_1.png"><img src="diagrams/SAREF4GRID_Example_meter_1.png" alt="Example of electric grid meter information I"/></a>
	  <a href="diagrams/SAREF4GRID_Example_meter_1.png"><img src="diagrams/SAREF4GRID_Example_meter_1.png" alt="Example of electric grid meter information I"/></a>
@@ -103,7 +103,7 @@
	<p>As with meter properties, SAREF4GRID does not aim to provide an exhaustive definition of all the properties defined in the IEC 62056-6-2:2017. Instead, it defines a set of 
	<p>As with meter properties, SAREF4GRID does not aim to provide an exhaustive definition of all the properties defined in the IEC 62056-6-2:2017. Instead, it defines a set of 
	general properties (those shown in <a href="#Figure_14">Figure 14</a> and <a href="#Figure_15">Figure 15</a>, e.g., <a href="#s4grid:ActiveEnergy">s4grid:ActiveEnergy</a> in the figure) and 
	general properties (those shown in <a href="#Figure_14">Figure 14</a> and <a href="#Figure_15">Figure 15</a>, e.g., <a href="#s4grid:ActiveEnergy">s4grid:ActiveEnergy</a> in the figure) and 
	specific properties can be related to these general properties using the SKOS ontology. Using SKOS more specific properties can be defined specifying from which general property they are derived 
	specific properties can be related to these general properties using the SKOS ontology. Using SKOS more specific properties can be defined specifying from which general property they are derived 
	(<a href="http://www.w3.org/2008/05/skos#narrower">skos:narrower</a>), and which properties belong to a general property (<a href="http://www.w3.org/2008/05/skos#broader">skos:broader</a>).</p>
	(<a href="http://www.w3.org/2004/02/skos/core#narrower">skos:narrower</a>), and which properties belong to a general property (<a href="http://www.w3.org/2004/02/skos/core#broader">skos:broader</a>).</p>


	<figure>
	<figure>
	  <a href="diagrams/SAREF4GRID_Example_measurement_1.png"><img src="diagrams/SAREF4GRID_Example_measurement_1.png" alt="Example of electric grid meter measurements I"/></a>
	  <a href="diagrams/SAREF4GRID_Example_measurement_1.png"><img src="diagrams/SAREF4GRID_Example_measurement_1.png" alt="Example of electric grid meter measurements I"/></a>
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2> .


<https://saref.etsi.org/saref4grid/v1.1.1/example/Measurements#> a dctype:Dataset ;
<https://saref.etsi.org/saref4grid/v1.1.1/example/Measurements#> a dctype:Dataset ;
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .


<https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#> a dctype:Dataset ;
<https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2> .


<https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#> a dctype:Dataset ;
<https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#> a dctype:Dataset ;