--- a/people/index.html Tue Jan 31 13:51:17 2012 +0000
+++ b/people/index.html Tue Jan 31 16:36:48 2012 +0000
@@ -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>
@@ -84,7 +84,7 @@
<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 — 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 — 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 — 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>•</td><td>•</td><td>•</td></tr>
+ <tr><td>Area of responsibility</td><td>•</td><td></td><td></td></tr>
+ <tr><td>Office location</td><td>•</td><td></td><td></td></tr>
+ <tr><td>Membership in a body</td><td>•</td><td>•</td><td></td></tr>
+ <tr><td>Expense type</td><td></td><td>•</td><td></td></tr>
+ <tr><td>Event</td><td></td><td>•</td><td></td></tr>
+ <tr><td>Amount</td><td></td><td>•</td><td>•</td></tr>
+ <tr><td>Object of the contract</td><td></td><td>•</td><td>•</td></tr>
+ </tbody>
+</table>
+</section>
</section>
<section>
--- a/people/local-style.css Tue Jan 31 13:51:17 2012 +0000
+++ b/people/local-style.css Tue Jan 31 16:36:48 2012 +0000
@@ -1,3 +1,11 @@
+.simple a {
+ color: #fff;
+}
+
+.simple a:hover {
+ color: #0c0c0c;
+ background: black;
+}
.ldhcode {