--- a/ldp-ucr.html Tue Sep 24 12:05:19 2013 +0100
+++ b/ldp-ucr.html Tue Sep 24 12:32:08 2013 +0100
@@ -115,7 +115,16 @@
},
"CHANGESET": {
title: "Changeset",
- href: "http://vocab.org/changeset/schema.html"
+ href: "http://vocab.org/changeset/schema.html",
+ "authors": [
+ "S. Tunnicliffe",
+ "I. Davis"
+ ],
+ }
+ "SSN": {
+ title: "Semantic Sensor Network XG Final Report",
+ href: "http://www.w3.org/2005/Incubator/ssn/XGR-ssn/",
+ publisher: "W3C"
}
}
};
@@ -1148,10 +1157,7 @@
<h3>Primary scenario: determine if a resource has changed</h3>
<p>
Based on the user story, <a>Constrained Devices and Networks</a>, an LDP server could be configured to
- act as a proxy for a CoAP [[COAP]] based <a
- href="http://en.wikipedia.org/wiki/Web_of_Things"
- title="http://en.wikipedia.org/wiki/Web_of_Things" rel="nofollow">Web
- of Things</a>. As an observer of CoAP resources, the LDP server registers
+ act as a proxy for a CoAP [[COAP]] based Web of Things [[WOT]]. As an observer of CoAP resources, the LDP server registers
its interest so that it will be notified whenever the sensor
reading changes. Clients of the LDP can interrogate the server to
determine if the state has changed.
@@ -1159,10 +1165,8 @@
<p>
In this example, the information about a sensor and corresponding
sensor readings can be represented as RDF resources. The first
- resource below, represents a sensor described using the <a
- href="http://www.w3.org/2005/Incubator/ssn/"
- title="http://www.w3.org/2005/Incubator/ssn/" rel="nofollow">Semantic
- Sensor Network</a> ontology.
+ resource below, represents a sensor described using the Semantic
+ Sensor Network [[SSN]] ontology.
</p>
<pre class='example'>
@prefix : <http://example.com/energy-management/>.