example with internalization
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 05 Jul 2012 14:52:56 +0100
changeset 3746 9e489cfdd39e
parent 3745 f305e38b1cbc
child 3747 0c78548ce900
example with internalization
model/prov-dm.html
--- a/model/prov-dm.html	Thu Jul 05 14:22:24 2012 +0100
+++ b/model/prov-dm.html	Thu Jul 05 14:52:56 2012 +0100
@@ -3258,6 +3258,11 @@
 <pre class="codeexample">
  entity(ex:e1, [ prov:label="This is a human-readable label" ])
 </pre>
+
+<p>The following entity has two label attributes, in French and English.</p>
+<pre class="codeexample">
+ entity(ex:car01, [ prov:label="Voiture 01"@fr, prov:label="Car 01"@en ])
+</pre>
 </div>
 </section>