--- a/ldp-ucr.html Fri Aug 23 15:10:50 2013 +0100
+++ b/ldp-ucr.html Fri Aug 23 15:23:35 2013 +0100
@@ -866,6 +866,7 @@
foaf:workplaceHomepage <http://www.w3.org/>.
]
</pre>
+ <div>(see functional requirement <a>F2.1</a>)</div>
</section>
<section id="s2.2">
@@ -881,6 +882,7 @@
practice states that "Cool URIs don't change" [[COOLURIS]], which implies that
deleted URIs shouldn't be recycled.
</p>
+ <div>(see functional requirement <a>F2.2</a>)</div>
</section>
<section id="s2.3">
@@ -894,6 +896,7 @@
new URI to a resource is discouraged [[WEBARCH]], it is possible to indicate that a
resource has moved with an appropriate HTTP response.
</p>
+ <div>(see functional requirement <a>F2.3</a>)</div>
</section>
</section>
@@ -972,6 +975,7 @@
</pre>
</div>
+ <div>(see functional requirement <a>F3.1</a>)</div>
</section>
<section id="s3.2">
@@ -994,6 +998,7 @@
foaf:homepage <http://www.w3.org/People/Berners-Lee/> ;
foaf:primaryTopic <#i> .
</pre>
+ <div>(see functional requirement <a>F3.2</a>)</div>
</section>
</section>
@@ -1056,6 +1061,7 @@
foaf:name "Chris Hoy" .
] .
</pre>
+ <div>(see functional requirement <a>F4.1</a>)</div>
</section>
<section id="s4.2">
@@ -1102,6 +1108,7 @@
rdf:object :dataset/002 .
] .
</pre>
+ <div>(see functional requirement <a>F4.2</a>)</div>
</section>
</section>
@@ -1168,6 +1175,7 @@
<> a :FrequencyValue;
:hasQuantityValue "50"^^xsd:float.
</pre>
+ <div>(see functional requirement <a>F5.1</a>)</div>
</section>
</section>
@@ -1223,6 +1231,7 @@
concept:Outer+space+Exploration skos:inScheme scheme:subject-heading.
</pre>
+ <div>(see functional requirement <a>F6.1</a>)</div>
</section>
<section id="s6.2">
@@ -1262,6 +1271,7 @@
:conceptID "128166000";
rdfs:label "Tissue specimen from heart".
</pre>
+ <div>(see functional requirement <a>F6.2</a>)</div>
</section>
</section>
@@ -1299,6 +1309,7 @@
cld:isLocatedAt <http://dir.w3.org>
cld:isAccessedVia <http://dir.w3.org/rdf/2012/directory/directory-list.xhtml?construct>
</pre>
+ <div>(see functional requirement <a>F7.1</a>)</div>
</section>
<section id="s7.2">
@@ -1341,6 +1352,7 @@
frbr:creator <#Vonnegut_Kurt>;
frbr:manifestation <ebook21279>.
</pre>
+ <div>(see functional requirement <a>F7.2</a>)</div>
</section>
</section>
@@ -1385,6 +1397,7 @@
rdfs:label "Bob";
foaf:mbox <mailto:bob@example.com>.
</pre>
+ <div>(see functional requirement <a>F8.1</a>)</div>
</section>
</section>
@@ -1421,6 +1434,7 @@
<dataset/image1.jpg> a ma:MediaResource ;
ma:hasFormat "image/jpeg" .
</pre>
+ <div>(see functional requirement <a>F9.1</a>)</div>
</section>
<section id="s9.2">
@@ -1440,6 +1454,7 @@
add/remove/replace attachments to the work order during its
lifetime.
</p>
+ <div>(see functional requirement <a>F9.2</a>)</div>
</section>
</section>
</section>
@@ -1451,7 +1466,7 @@
<h2 id="reqs-functional">Functional Requirements</h2>
<dl>
<dt><dfn>F1.1</dfn>:</dt>
- <dd>The system shall provide the ability to create containers, from <a>UC1</a>.
+ <dd>The system shall provide the ability to create containers for composing resources, from <a>UC1</a>.
</dd>
<dt><dfn>F1.2</dfn>:</dt>
<dd>The system shall provide the ability to create nested containers, from <a>UC1</a>.
@@ -1460,7 +1475,7 @@
<dd>On deletion of a container, the system shall delete any contained resources and nested containers, from <a>UC1</a>.
</dd>
<dt><dfn>F2.1</dfn>:</dt>
- <dd>The system shall provide the ability to compose resources within a container, from <a>UC2</a>.
+ <dd>The system shall provide the ability to create resources within a container, from <a>UC2</a>.
</dd>
<dt><dfn>F2.2</dfn>:</dt>
<dd>The system shall provide the ability to delete resources, from <a>UC2</a>.