Skip to content

Commit

Permalink
[SSN] Fix definitions <PCBoard2> and <PCBoard3> in Example 23
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust committed Dec 11, 2017
1 parent 983cb0e commit a27cb2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ssn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7082,8 +7082,8 @@ <h3>DHT22 Deployment</h3>
&lt;PCBBoard2&gt; a ssn:System , sosa:Platform ;
rdfs:label "PCB Board 2"@en ;
rdfs:comment "PCB Board 2 hosts DHT22 temperature and humidity sensor #4579 permanently, one can say it has it as one of its subsystems."@en ;
sosa:hosts &lt;DHT22/4578&gt; ;
ssn:hasSubSystem &lt;DHT22/4578&gt; .
sosa:hosts &lt;DHT22/4579&gt; ;
ssn:hasSubSystem &lt;DHT22/4579&gt; .

&lt;DHT22/4579&gt; a ssn:System ;
rdfs:label "DHT22 sensor #4579."@en ;
Expand All @@ -7093,8 +7093,8 @@ <h3>DHT22 Deployment</h3>
&lt;PCBBoard3&gt; a ssn:System , sosa:Platform ;
rdfs:label "PCB Board 3"@en ;
rdfs:comment "PCB Board 3 hosts DHT22 temperature and humidity sensor #4580 permanently, one can say it has it as one of its subsystems."@en ;
sosa:hosts &lt;DHT22/4578&gt; ;
ssn:hasSubSystem &lt;DHT22/4578&gt; .
sosa:hosts &lt;DHT22/4580&gt; ;
ssn:hasSubSystem &lt;DHT22/4580&gt; .

&lt;DHT22/4580&gt; a ssn:System ;
rdfs:label "DHT22 sensor #4580."@en ;
Expand Down

0 comments on commit a27cb2a

Please sign in to comment.