Added language for conformance vs compliance
authorolyerickson <olyerickson@gmail.com>
Tue, 31 Jan 2012 12:14:29 -0500
changeset 60 43c832dfbddd
parent 59 feae1e653230 (current diff)
parent 58 f59c84bcd5db (diff)
child 61 b364cce69fbe
Added language for conformance vs compliance
--- a/people/index.html	Tue Jan 31 12:13:26 2012 -0500
+++ b/people/index.html	Tue Jan 31 12:14:29 2012 -0500
@@ -69,7 +69,7 @@
 	<thead>
 		<tr><th>Prefix</th><th>IRI</th></tr>
 	<thead>
-	<tbody>	
+	<tbody>
 		<tr><td><code>rdf:</code></td><td><pre>http://www.w3.org/1999/02/22-rdf-syntax-ns#</pre></td></tr>
 		<tr><td><code>rdfs:</code></td><td><pre>http://www.w3.org/2000/01/rdf-schema#</pre></td></tr>
 		<tr><td><code>dct:</code></td><td><pre>http://purl.org/dc/terms/</pre></td></tr>
@@ -79,12 +79,12 @@
 </section>
 </section>
 
-<section>
+<section class='informative'>
 <h2 id="ucr">Use Cases and requirements</h2>
 <p class="editorsnote">@@TODO: describe real world use cases and derive requirements common to all to decide what is and what is not in scope re target entities.</p>
 <!-- UC 1 -->
 <section>
-<h3 id="uc-find-politician">Finding a politician</h3>
+<h3 id="uc-find-politician">Use Case &mdash; Finding a politician</h3>
 <section>
 <h4>Scenario</h4>
 	<p>A <a title="publisher">publisher</a> wants to provide contact details for politicians, responsible for a certain region and/or topic.</p>
@@ -93,15 +93,16 @@
 <section>
 <h4>Requirements</h4>	
 	<ul>
-		<li>Name, address, email, phone number, fax number of politician</li>
-		<li>Topics</li>
-		<li>Regions</li>
+		<li>Contact details of politician, incl. name, address, email, phone number, fax number</li>
+		<li>Area of responsibility</li>
+		<li>Office location</li>
+		<li>Membership in a body (such as parliament, etc.)</li>
 	</ul>
 </section>
 </section>
 <!-- UC 2 -->
 <section>
-<h3 id="uc-spending">Provide spending of local authority</h3>
+<h3 id="uc-spending">Use Case &mdash; Provide spending of local authority</h3>
 <section>
 <h4>Scenario</h4>
 	<p>A <a title="publisher">publisher</a> wants to provide an overview of how a local authority, such as a County Council, spends its money.</p>
@@ -110,13 +111,48 @@
 <section>
 <h4>Requirements</h4>	
 	<ul>
-		<li>Name, address, email, phone number, fax number of politician</li>
-		<li>Allowance/expense per event</li> 
-		<li>Audit committee</li> 
+		<li>Contact details of politician, incl. name, address, email, phone number, fax number</li>
+		<li>Membership in a body (such as parliament, etc.)</li>
+		<li>Expense, incl. type, event, amount</li> 
+	</ul>
+</section>
+</section>
+<!-- UC 3 -->
+<section>
+<h3 id="uc-tender">Use Case &mdash; Public tenders</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to provide access to public tenders.</p>
+	<p>Real-world example: <a href="http://ted.europa.eu/" title="TED">Tenders Electronic Daily</a> by the European Union and it's Linked Open Data <a href="http://loted.eu" title="LOTED - Linked Open Tenders Electronic Daily">version</a>.</p>
+</section>
+<section>
+<h4>Requirements</h4>	
+	<ul>
+		<li>Contact details of contracting authority</li>
+		<li>Object of the contract</li>
+		
 	</ul>
 </section>
 </section>
 
+<section>
+<h3 id="uc-req">Requirements</h3>
+<table class="simple" summary="Use cases vs. requirements">
+	<thead>
+		<tr><th>Requirement</th><th><a href="#uc-find-politician">UC1</a></th><th><a href="#uc-spending">UC2</a></th><th><a href="#uc-tender">UC3</a></th></tr>
+	<thead>
+	<tbody>
+		<tr><td>Contact details</td><td>&bull;</td><td>&bull;</td><td>&bull;</td></tr>
+		<tr><td>Area of responsibility</td><td>&bull;</td><td></td><td></td></tr>
+		<tr><td>Office location</td><td>&bull;</td><td></td><td></td></tr>
+		<tr><td>Membership in a body</td><td>&bull;</td><td>&bull;</td><td></td></tr>
+		<tr><td>Expense type</td><td></td><td>&bull;</td><td></td></tr>
+		<tr><td>Event</td><td></td><td>&bull;</td><td></td></tr>
+		<tr><td>Amount</td><td></td><td>&bull;</td><td>&bull;</td></tr>
+		<tr><td>Object of the contract</td><td></td><td>&bull;</td><td>&bull;</td></tr>
+	</tbody>
+</table>
+</section>
 </section>
 
 <section>
--- a/people/local-style.css	Tue Jan 31 12:13:26 2012 -0500
+++ b/people/local-style.css	Tue Jan 31 12:14:29 2012 -0500
@@ -1,3 +1,11 @@
+.simple a {
+	color: #fff;
+}
+
+.simple a:hover {
+	color: #0c0c0c;
+	background: black;
+}
 
 
 .ldhcode {