Skip to content

Commit

Permalink
corrected bug: hide sosa examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelefrancois86 committed May 17, 2017
1 parent 37e1bce commit d944732
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ssn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Semantic Sensor Network Ontology</title>
<script class="remove" src="https://www.w3.org/Tools/respec/respec-w3c-common"></script>
<script class="remove" src="config.js"></script>
<script type="text/javascript" src="toggles.js"></script>
<script type="text/javascript" src="http://www.w3.org/2007/OWL/toggles.js"></script>
<script type="text/javascript">

function hide_ssn(hide,element) {
Expand Down Expand Up @@ -5982,7 +5982,7 @@ <h3>Appartment 134</h3>
sosa:hasSimplResult true ;
sosa:resultTime "2017-04-18T17:24:00+02:00"^^xsd:dateTimeStamp .
</pre></div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/appartment-134-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix time: &lt;http://www.w3.org/2006/time#&gt;.
Expand Down Expand Up @@ -6152,7 +6152,7 @@ <h3>Tree height measurement</h3>
rdfs:label "the height of tree #125"@en ;
ssn:isPropertyOf &lt;tree/124&gt; .</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/tree-height-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;.
Expand Down Expand Up @@ -6269,7 +6269,7 @@ <h3>Seismographs</h3>
&lt;VCAB-DP1-BP-40#location&gt; ssn:hasProperty &lt;VCAB-DP1-BP-40#groundDisplacementSpeed&gt; ;
</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/seismograph-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;.
Expand Down Expand Up @@ -6394,7 +6394,7 @@ <h3>Wind sensor spinning cups</h3>
&lt;observation/148#spinningCupsMovement&gt; rdf:type ssn:Stimulus ;
ssn:isProxyFor &lt;location/4687#windSpeed&gt; .</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/spinning-cups-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix sosa: &lt;http://www.w3.org/ns/sosa/&gt; .
Expand Down Expand Up @@ -6482,7 +6482,7 @@ <h3>Ice Core</h3>

&lt;iceCore/12#CO2&gt; ssn:isPropertyOf &lt;iceCore/12&gt; .</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/ice-core-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix time: &lt;http://www.w3.org/2006/time#&gt;.
Expand Down Expand Up @@ -6661,7 +6661,7 @@ <h3>DHT22 Description</h3>
qudt-1-1:numericValue "98.4"^^xsd:double ;
qudt-1-1:unit qudt-unit-1-1:Percent ] .</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/dht22-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;.
Expand Down Expand Up @@ -6808,7 +6808,7 @@ <h3>DHT22 Deployment</h3>

</pre>
</div>
<div class="sosa">
<div class="sosa" style="display: none">
<p>An RDF file containing a <a href="https://github.com/w3c/sdw/blob/gh-pages/ssn/integrated/example/dht22-deployment-sosa.ttl">graph corresponding to this example is available</a>. </p>
<pre class="example">@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;.
Expand Down

0 comments on commit d944732

Please sign in to comment.