mhausenblas / lod-ng-tutorial (http://ld2sd.deri.org/lod-ng-tutorial/)
To provide a step-by-step tutorial for linked data publishing and consumption based on RDFa. We will address the following topics: (i) stepwise enrichment of a vanilla HTML page with RDFa to create a linked dataset, (ii) consumption via SPARQL, FYN, voiD, and (iii) linked data applications - from licensing to caching.
Clone this repository (size: 1.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mhausenblas/lod-ng-tutorial/
| commit 2: | 0838504c08f2 |
| parent 1: | 6af52a272c50 |
| branch: | default |
extended baseline section
H: Enter commit message. Lines beginning with 'HG:' are removed.
Changed (Δ443 bytes):
raw changeset »
main.html (4 lines added, 6 lines removed)
| … | … | @@ -147,7 +147,7 @@ We first mint some URI spaces for the AC |
147 |
147 |
<dt><tt>http://www.example.com/acme/base#</tt></dt> |
148 |
148 |
<dd>the basic company information space (contact details, CEO, industry, etc.)</dd> |
149 |
149 |
<dt><tt>http://www.example.com/acme/products#</tt></dt> |
150 |
<dd>the product information space (descriptions, pricing, etc |
|
150 |
<dd>the product information space (descriptions, pricing, etc)</dd> |
|
151 |
151 |
</dl> |
152 |
152 |
<table class="example"> |
153 |
153 |
<caption align="bottom"><strong>Table 2.:</strong> Product information enhanced with some data about the company.</caption> |
| … | … | @@ -206,11 +206,9 @@ 27: </table> |
206 |
206 |
</tr> |
207 |
207 |
</tbody> |
208 |
208 |
</table> |
209 |
||
210 |
||
211 |
||
212 |
||
213 |
||
209 |
<p> |
|
210 |
What essentially happens in line 1-5 in Table 2. is that we add a triple that states - all products presented here are offered by (sold by) ACME Corp., identified by respective URIs. In case one is interested in details about the company or the conditions under which the products may be purchased, one is able to dereference the URI <code>http://www.example.com/acme#corporation</code> (referring to ACME Corp.) and can learn more about it. |
|
211 |
</p> |
|
214 |
212 |
|
215 |
213 |
|
216 |
214 |
<h2 id="references"><a name="references">References</a></h2> |
