Skip to content

Commit

Permalink
[SSN] Fix typo in Examples 10 and 11 and add erratum (#1016)
Browse files Browse the repository at this point in the history
See #977. While the typo had been fixed in the Editor's Draft for Example 10,
the companion RDF file had not been fixed, and the typo also existed in Example
11.

The update also adds an entry to the errata document to mention the typo in the
published Recommendation.
  • Loading branch information
tidoust committed Mar 16, 2018
1 parent e827a5f commit 1020d39
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
13 changes: 11 additions & 2 deletions ssn/errata.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ <h2 id="known-errors">Known errata in the Semantic Sensor Network Ontology</h2>
<li><a href="#entry-6">Unsatisfiable classes in SSNX alignment module</a></li>
<li><a href="#entry-7">Unsatisfiable classes in DUL and SSNX alignment modules</a></li>
<li><a href="#entry-8">Use of <code>qudt-1-1:numericalValue</code> instead of <code>qudt-1-1:numericValue</code> in Examples 12 and 13</a></li>
<li><a href="#entry-9">Syntax error in apartment 134 examples</a></li>
</ol>

<p>Entries are detailed below:</p>
Expand Down Expand Up @@ -157,12 +158,20 @@ <h2 id="known-errors">Known errata in the Semantic Sensor Network Ontology</h2>
<dd>Note: the change is made both in the specification and in the files containing <a href="http://www.w3.org/ns/ssn/dul">the DUL alignment</a> and <a href="http://www.w3.org/2017/01/ssn-ssnx/">SSN-SSNX</a>.</dd>

<dt><a id="entry-8">8. Use of <code>qudt-1-1:numericalValue</code> instead of <code>qudt-1-1:numericValue</code> in Examples 12 and 13</a></dt>
<dd>Added: 14 December 2017</dd>
<dd>Added: 15 March 2018</dd>
<dd>Type: Editorial</dd>
<dd>Refers to: Example <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/#tree-height">B.4 Tree height measurement</a></dd>
<dd>Description: Use of <code>qudt-1-1:numericalValue</code> instead of <code>qudt-1-1:numericValue</code> in the referred examples.</dd>
<dd>Correction: change <code>qudt-1-1:numericalValue</code> to <code>qudt-1-1:numericValue</code>.</dd>

<dd>Note: the same syntax error exists in the specification and in the RDF files containing a <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/integrated/examples/tree-height.ttl">graph corresponding to Example 12</a> and a <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/integrated/examples/tree-height-sosa.ttl">graph corresponding to Example 11</a>.</dd>

<dt><a id="entry-9">9. Syntax error in apartment 134 examples</a></dt>
<dd>Added: 15 March 2018</dd>
<dd>Type: Editorial</dd>
<dd>Refers to: <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/#apartment-134">B.3 apartment 134</a></dd>
<dd>Description: The examples reference a non-existing <code>sosa:hasSimplResult</code> predicate.</dd>
<dd>Correction: Replace <code>sosa:hasSimplResult</code> with <code>sosa:hasSimpleResult</code> in Example 10 and Example 11.</dd>
<dd>Note: the same syntax error exists in the specification and in the RDF files containing a <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/integrated/examples/seismograph.ttl">graph corresponding to Example 10</a> and a <a href="https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/integrated/examples/apartment-134-sosa.ttl">graph corresponding to Example 11</a>.</dd>
</dl>
</section>
</section>
Expand Down
5 changes: 3 additions & 2 deletions ssn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6377,8 +6377,8 @@ <h3>apartment 134</h3>

&lt;actuation/188&gt; rdf:type sosa:Actuation ;
sosa:actsOnProperty &lt;window/104#state&gt; ;
sosa:madeByActuator &lt;windowCloser/987&gt; ;
sosa:hasSimplResult true ;
sosa:madeByActuator &lt;windowCloser/987&gt; ;
sosa:hasSimpleResult true ;
sosa:resultTime "2017-04-18T17:24:00+02:00"^^xsd:dateTimeStamp .
</pre></div>
<div class="buttonpanel" style="justify-content: center;">
Expand Down Expand Up @@ -7611,6 +7611,7 @@ <h3>Changes since W3C Recommendation 19 October 2017 <a href="https://www.w3.org
<li>Fixed Seismographs example, replacing the final <code>;</code> with a <code>.</code></li>
<li>Fixed targets of <code>sosa:hosts</code> and <code>ssn:hasSubSystem</code> in DHT Deployment example</li>
<li>Fixed domain/range for <code>actsOnProperty</code> and <code>isActedOnBy</code> in actuation diagrams</li>
<li>Fixed <code>sosa:hasSimplResult</code> syntax errors in apartment 134 examples</li>
<li>Replaced inexistent <code>sosa:actuationMadeBy</code> by <code>sosa:madeByActuator</code> in apartment 134 example</li>
<li>Relaxed axioms in 6.2 SSNX Alignment Module:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion ssn/integrated/examples/apartment-134-sosa.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
<actuation/188> rdf:type sosa:Actuation ;
sosa:actsOnProperty <window/104#state> ;
sosa:actuationMadeBy <windowCloser/987> ;
sosa:hasSimplResult true ;
sosa:hasSimpleResult true ;
sosa:resultTime "2017-04-18T17:24:00+02:00"^^xsd:dateTimeStamp .
2 changes: 1 addition & 1 deletion ssn/integrated/examples/apartment-134.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
<actuation/188> rdf:type sosa:Actuation ;
sosa:actsOnProperty <window/104#state> ;
sosa:actuationMadeBy <windowCloser/987> ;
sosa:hasSimplResult true ;
sosa:hasSimpleResult true ;
sosa:resultTime "2017-04-18T17:24:00+02:00"^^xsd:dateTimeStamp .

0 comments on commit 1020d39

Please sign in to comment.