--- 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>