--- a/rdf-primer/index.html Thu Aug 15 15:04:10 2013 +0100
+++ b/rdf-primer/index.html Thu Aug 15 16:16:13 2013 +0100
@@ -171,7 +171,7 @@
to other datasets for her friends, interests, etc. A person or
an automated process can then follow such links and aggregate data about these
various things. Such uses of RDF are often
- qualified as <a href="http://linkeddata.org">Linked Data</a>. </p>
+ qualified as Linked Data [[LINKED-DATA]]. </p>
<p>The primer is not a normative document. Normative documentation
of RDF can be found in the following documents: </p>
@@ -193,7 +193,28 @@
<section id="section-use-cases">
<h2>Use-cases</h2>
- <p>...</p>
+ <p>The following illustrates various different uses of RDF, aimed at different communities
+ of practice.</p>
+
+ <p class="issue">Should we add pointers to specific applications or use-case documents?</p>
+
+ <ul>
+ <li>Adding machine-readable information to web pages using for example
+ the popular <a href="http://schema.org">schema.org</a> vocabulary, enabling them to be displayed
+ in an enhanced format on search engines or to be processed automatically
+ by third-party applications.</li>
+ <li>Enriching a dataset by linking it to third-party datasets. For example a dataset about
+ paintings could be enriched by linking them to the corresponding artists in <a href="http://www.wikidata.org">Wikidata</a>,
+ therefore giving access to a wide range of information about them and related resources.</li>
+ <li>Interlinking API feeds, making sure that clients can easily discover how to access more information.</li>
+ <li>Using the datasets currently published as Linked Data [[LINKED-DATA]], for example
+ building aggregations of data around specific topics.</li>
+ <li>Building distributed social networks by interlinking RDF descriptions of people
+ across multiple web sites.</li>
+ <li>Providing a standard-compliant way for exchanging data between graph databases.</li>
+ <li>Interlinking various datasets within an organisation, enabling cross-dataset queries to
+ be performed using SPARQL [[RDF-SPARQL-QUERY]].</li>
+ </ul>
</section>
<section id="section-data-model">