added example for location
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 15 Feb 2012 22:41:52 +0000
changeset 1592 eb292dcc7dc5
parent 1591 7bebdf09a11d
child 1593 782759e79090
added example for location
model/working-copy/towards-wd4.html
--- a/model/working-copy/towards-wd4.html	Wed Feb 15 22:30:00 2012 +0000
+++ b/model/working-copy/towards-wd4.html	Wed Feb 15 22:41:52 2012 +0000
@@ -1670,6 +1670,14 @@
 The attribute <dfn title="dfn-location"><span class="name">prov:location</span></dfn> is an OPTIONAL attribute of entity and activity.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM Literal, expected to denote a location.
 </p>
 
+<div class="anexample">
+<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
+<pre class="codeexample">
+ entity(ex:MonaLisa, [prov:location="Le Louvres, Paris", prov:type="StillImage"])
+</pre>
+</div>
+</section>
+