Unverified Commit 46c34441 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

documentation generated from TS

parent 02ced54f
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line

For the purposes of the present document, the following abbreviations apply:

* COSEM: Companion Specification for Energy Metering
* DLMS: Device Language Message Specification
* GPS: Global Positioning System
* MAC: Media Access Control
* OBIS: OBject Identification System
* OLTC: On-Load Tap Changer
* OWL: Web Ontology Language
* PRIME: PoweRline Intelligent Metering Evolution
* RDF: Resource Description Framework
* RDF-S: Resource Description Framework Schema
* SAREF: Smart Applications REFerence ontology
* SAREF4GRID: SAREF extension for the Smart Grid domain
* SKOS: Simple Knowledge Organization System
* UML: Unified Modelling Language
* UTC: Universal Time Coordinated
 No newline at end of file
+10 −3
Original line number Diff line number Diff line
<div class="alert-warning">NOTE: The text in this section is extracted from ETSI TS 103 410-12 (V2.1.1) <a href="#[0]">[0]</a>, and therefore falls inside the <a href="https://www.etsi.org/intellectual-property-rights">ETSI IPR Policy</a></div>
# SAREF4GRID ontology and semantics

[The technical specification ETSI TS 103 410-12](#[0]) is a technical specification of SAREF4GRID, an extension of SAREF for the Smart Grid domain. This extension has been created by investigating resources from potential stakeholders of the ontology, such as standardization initiatives, associations, and existing ontologies and standards, as reported in ETSI TR 103 904 [[i.1]](#[i.1]). In addition, the use cases defined in ETSI TR 103 904 [[i.1]](#[i.1]) were also considered, namely:

## Introduction and overview


The present document is a technical specification of SAREF4GRID, an extension of SAREF for the Smart Grid domain. This extension has been created by investigating resources from potential stakeholders of the ontology, such as standardization initiatives, associations, and existing ontologies and standards, as reported in ETSI TR 103 904 [i.1]. In addition, the use cases defined in ETSI TR 103 904 [i.1] were also considered, namely:

* **Use case 1**: Remote management of meters.
* **Use case 2**: Management of tertiary sensor devices.
@@ -9,8 +13,11 @@

SAREF4GRID is an OWL ontology that extends SAREF and reuses two other ontologies. SAREF4GRID includes 56 classes (41 defined in SAREF4GRID and 15 reused from the SAREF and oneM2M), 50 object properties (28 defined in SAREF4GRID and 22 reused SAREF from and oneM2M), 45 data type properties (43 defined in SAREF4GRID and 2 reused from SAREF and oneM2M), and 28 individuals.


SAREF4GRID focuses on extending SAREF in order to create a common core of general concepts for smart grid data oriented to the IoT field. The main idea is to identify the core components, as mentioned, that could be extended for particular smart grid subdomains, for example, for high voltage networks.

The prefixes and namespaces used in SAREF4GRID and in [the technical specification ETSI TS 103 410-12](#[0]) are listed in [the Namespace Declarations section](#namespacedeclarations).

The prefixes and namespaces used in SAREF4GRID and in the present document are listed in Table 1.

{{table_1}}
+41 −0
Original line number Diff line number Diff line

# Change history

<table data-docx-preferred-width="2.76cm 1.43cm 12.69cm">
  <tr>
    <th>Date</th>
    <th>Version</th>
    <th>Information about changes</th>
  </tr>
  <tr>
    <td>02-12-2022</td>
    <td style="text-align:center">0.0.1</td>
    <td>Early draft</td>
  </tr>
  <tr>
    <td>07-09-2023</td>
    <td style="text-align:center">0.1.1</td>
    <td>Stable draft</td>
  </tr>
  <tr>
    <td>16-10-2023</td>
    <td style="text-align:center">0.2.0</td>
    <td>Final draft</td>
  </tr>
  <tr>
    <td>November 2023</td>
    <td style="text-align:center">V1.1.1</td>
    <td>First published version</td>
  </tr>
  <tr>
    <td>July 2024</td>
    <td style="text-align:center">V2.1.1</td>
    <td>Second published version</td>
  </tr>
</table>





+945 −100

File changed.

Preview size limit exceeded, changes collapsed.

+113 −92

File changed.

Preview size limit exceeded, changes collapsed.

Loading