prov-asn
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 07 Feb 2012 22:19:21 +0000
changeset 1495 2e6a28de402e
parent 1494 09b177eaef1c
child 1496 d04b469ac33d
prov-asn
model/working-copy/prov-asn.html
--- a/model/working-copy/prov-asn.html	Tue Feb 07 22:17:21 2012 +0000
+++ b/model/working-copy/prov-asn.html	Tue Feb 07 22:19:21 2012 +0000
@@ -740,27 +740,6 @@
 <p> In particular, a PROV-DM Literal may be an IRI-typed string (with datatype <span class="name">xsd:anyURI</span>);  such IRI has no specific interpretation in the context of PROV-DM.</p>
 
 
-<div class="anexample">
-<p>
-The following examples respectively are the string "abc" (expressed using the convenience notation), the string "abc", the integer number 1, the integer number 1 (expressed using the
-convenience notation) and the IRI "http://example.org/foo".
-<pre class="codeexample">
-  "abc"
-  "abc" %% xsd:string
-  "1" %% xsd:int
-  1
-  "http://example.org/foo" %% xsd:anyURI
-</pre>
-The following example shows a literal of type <span class="name">xsd:QName</span> (see
-<a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#QName">QName</a> [[!XMLSCHEMA-2]]).
-The prefix <span class="name">ex</span>  MUST be bound to a <a>namespace</a> declared in the
- record container.
-<pre class="codeexample">
-  "ex:value" %% xsd:QName
-</pre>
-</div>
-
-
 <div class='note'>Should we define structural equivalence of literals as in OWL2? [[!OWL2-SYNTAX]]
 (see section <a href="http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Literals">Literals</a>).
 </div>