UC&R improved traceability
authorsteve.battle <steve.battle@sysemia.co.uk>
Fri, 23 Aug 2013 15:23:35 +0100
changeset 306 59e0d4b7bb4c
parent 305 957e318e988c
child 307 bf963adf1521
UC&R improved traceability
ldp-ucr.html
--- 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 &lt;http://www.w3.org/&gt;.
 	]
 </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 &lt;http://www.w3.org/People/Berners-Lee/&gt; ;
 	foaf:primaryTopic &lt;#i&gt; .
 </pre>
+		<div>(see functional requirement <a>F3.2</a>)</div>
 	</section>
 	</section>
 	
@@ -1056,6 +1061,7 @@
         foaf:name &quot;Chris Hoy&quot; .
     ] .
 </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 @@
 &lt;&gt; a :FrequencyValue;
 	:hasQuantityValue &quot;50&quot;^^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 &quot;Tissue specimen from heart&quot;.
 </pre>
+		<div>(see functional requirement <a>F6.2</a>)</div>
 	</section>
 	</section>
 	
@@ -1299,6 +1309,7 @@
 	cld:isLocatedAt &lt;http://dir.w3.org&gt;
 	cld:isAccessedVia &lt;http://dir.w3.org/rdf/2012/directory/directory-list.xhtml?construct&gt;
 </pre>
+		<div>(see functional requirement <a>F7.1</a>)</div>
 	</section>
 	
 	<section id="s7.2">
@@ -1341,6 +1352,7 @@
 	frbr:creator &lt;#Vonnegut_Kurt&gt;;
 	frbr:manifestation &lt;ebook21279&gt;.
 </pre>
+		<div>(see functional requirement <a>F7.2</a>)</div>
 	</section>
 	</section>
 	
@@ -1385,6 +1397,7 @@
    rdfs:label "Bob";
    foaf:mbox &lt;mailto:bob@example.com&gt;.
 		</pre>
+			<div>(see functional requirement <a>F8.1</a>)</div>
 		</section>
 	</section>
 	
@@ -1421,6 +1434,7 @@
 &lt;dataset/image1.jpg&gt; a ma:MediaResource ;
 	ma:hasFormat &quot;image/jpeg&quot; .
 </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>.