Remove RDF/XML xmlliteral tests and comment out old tests using parseType=Literal
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 29 Jan 2014 10:10:46 -0800
changeset 1780 f5cf35314776
parent 1779 4f33bfaa6cff
child 1781 15a22504ca65
Remove RDF/XML xmlliteral tests and comment out old tests using parseType=Literal
rdf-xml/tests/manifest.ttl
rdf-xml/tests/xmlliteral/test001.nt
rdf-xml/tests/xmlliteral/test001.rdf
rdf-xml/tests/xmlliteral/test002.nt
rdf-xml/tests/xmlliteral/test002.rdf
rdf-xml/tests/xmlliteral/test003.nt
rdf-xml/tests/xmlliteral/test003.rdf
rdf-xml/tests/xmlliteral/test004.nt
rdf-xml/tests/xmlliteral/test004.rdf
rdf-xml/tests/xmlliteral/test005.nt
rdf-xml/tests/xmlliteral/test005.rdf
rdf-xml/tests/xmlliteral/test006.nt
rdf-xml/tests/xmlliteral/test006.rdf
rdf-xml/tests/xmlliteral/test007.nt
rdf-xml/tests/xmlliteral/test007.rdf
rdf-xml/tests/xmlliteral/test008.nt
rdf-xml/tests/xmlliteral/test008.rdf
--- a/rdf-xml/tests/manifest.ttl	Wed Jan 29 17:59:55 2014 +0100
+++ b/rdf-xml/tests/manifest.ttl	Wed Jan 29 10:10:46 2014 -0800
@@ -51,16 +51,16 @@
     <#rdfms-duplicate-member-props-test001>
     <#rdfms-empty-property-elements-error001>
     <#rdfms-empty-property-elements-error002>
-    <#rdfms-empty-property-elements-error003>
+    #<#rdfms-empty-property-elements-error003>
     <#rdfms-empty-property-elements-test001>
     <#rdfms-empty-property-elements-test002>
-    <#rdfms-empty-property-elements-test003>
+    #<#rdfms-empty-property-elements-test003>
     <#rdfms-empty-property-elements-test004>
     <#rdfms-empty-property-elements-test005>
     <#rdfms-empty-property-elements-test006>
     <#rdfms-empty-property-elements-test007>
     <#rdfms-empty-property-elements-test008>
-    <#rdfms-empty-property-elements-test009>
+    #<#rdfms-empty-property-elements-test009>
     <#rdfms-empty-property-elements-test010>
     <#rdfms-empty-property-elements-test011>
     <#rdfms-empty-property-elements-test012>
@@ -159,10 +159,10 @@
     <#rdfms-syntax-incomplete-error005>
     <#rdfms-syntax-incomplete-error006>
     <#rdfms-uri-substructure-test001>
-    <#rdfms-xml-literal-namespaces-test001>
-    <#rdfms-xml-literal-namespaces-test002>
-    <#rdfms-xmllang-test001>
-    <#rdfms-xmllang-test002>
+    #<#rdfms-xml-literal-namespaces-test001>
+    #<#rdfms-xml-literal-namespaces-test002>
+    #<#rdfms-xmllang-test001>
+    #<#rdfms-xmllang-test002>
     <#rdfms-xmllang-test003>
     <#rdfms-xmllang-test004>
     <#rdfms-xmllang-test005>
@@ -184,16 +184,6 @@
     <#xmlbase-test011>
     <#xmlbase-test013>
     <#xmlbase-test014>
-
-    # New XMLLiteral tests (2013) -- gkellogg
-    <#xmlliteral-test001>
-    <#xmlliteral-test002>
-    <#xmlliteral-test003>
-    <#xmlliteral-test004>
-    <#xmlliteral-test005>
-    <#xmlliteral-test006>
-    <#xmlliteral-test007>
-    <#xmlliteral-test008>
   ) .
 
 <#amp-in-url-test001> a rdft:TestXMLEval;
@@ -565,16 +555,16 @@
   rdfs:approval rdft:Approved;
   mf:action <rdfms-empty-property-elements/error002.rdf> .
 
-<#rdfms-empty-property-elements-error003> a rdft:TestXMLNegativeSyntax;
-  mf:name "rdfms-empty-property-elements-error003";
-  rdfs:comment """
-    From the original RDFMS document, paragraphs 229-234 and
-production [6.12], last clause: rdf:parseType="Literal" is
-forbidden here since we're creating an additional resource
-node.
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-empty-property-elements/error003.rdf> .
+#<#rdfms-empty-property-elements-error003> a rdft:TestXMLNegativeSyntax;
+#  mf:name "rdfms-empty-property-elements-error003";
+#  rdfs:comment """
+#    From the original RDFMS document, paragraphs 229-234 and
+#production [6.12], last clause: rdf:parseType="Literal" is
+#forbidden here since we're creating an additional resource
+#node.
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-empty-property-elements/error003.rdf> .
 
 <#rdfms-empty-property-elements-test001> a rdft:TestXMLEval;
   mf:name "rdfms-empty-property-elements-test001";
@@ -596,15 +586,15 @@
   mf:action <rdfms-empty-property-elements/test002.rdf>;
   mf:result <rdfms-empty-property-elements/test002.nt> .
 
-<#rdfms-empty-property-elements-test003> a rdft:TestXMLEval;
-  mf:name "rdfms-empty-property-elements-test003";
-  rdfs:comment """
-    An empty property element just gives an empty literal. Here we
-make the parseType explicit.
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-empty-property-elements/test003.rdf>;
-  mf:result <rdfms-empty-property-elements/test003.nt> .
+#<#rdfms-empty-property-elements-test003> a rdft:TestXMLEval;
+#  mf:name "rdfms-empty-property-elements-test003";
+#  rdfs:comment """
+#    An empty property element just gives an empty literal. Here we
+#make the parseType explicit.
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-empty-property-elements/test003.rdf>;
+#  mf:result <rdfms-empty-property-elements/test003.nt> .
 
 <#rdfms-empty-property-elements-test004> a rdft:TestXMLEval;
   mf:name "rdfms-empty-property-elements-test004";
@@ -655,14 +645,14 @@
   mf:action <rdfms-empty-property-elements/test008.rdf>;
   mf:result <rdfms-empty-property-elements/test008.nt> .
 
-<#rdfms-empty-property-elements-test009> a rdft:TestXMLEval;
-  mf:name "rdfms-empty-property-elements-test009";
-  rdfs:comment """
-    As test003.rdf; this uses an explicit closing tag.
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-empty-property-elements/test009.rdf>;
-  mf:result <rdfms-empty-property-elements/test009.nt> .
+#<#rdfms-empty-property-elements-test009> a rdft:TestXMLEval;
+#  mf:name "rdfms-empty-property-elements-test009";
+#  rdfs:comment """
+#    As test003.rdf; this uses an explicit closing tag.
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-empty-property-elements/test009.rdf>;
+#  mf:result <rdfms-empty-property-elements/test009.nt> .
 
 <#rdfms-empty-property-elements-test010> a rdft:TestXMLEval;
   mf:name "rdfms-empty-property-elements-test010";
@@ -1551,49 +1541,49 @@
   mf:action <rdfms-uri-substructure/test001.rdf>;
   mf:result <rdfms-uri-substructure/test001.nt> .
 
-<#rdfms-xml-literal-namespaces-test001> a rdft:TestXMLEval;
-  mf:name "rdfms-xml-literal-namespaces-test001";
-  rdfs:comment """
-    Visibly used namespaces must be included in XML Literal
-values. Treatment of namespaces that are not visibly used
-(e.g. rdf: in this example) is implementation dependent. Based
-on example from Issues List.
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-xml-literal-namespaces/test001.rdf>;
-  mf:result <rdfms-xml-literal-namespaces/test001.nt> .
+#<#rdfms-xml-literal-namespaces-test001> a rdft:TestXMLEval;
+#  mf:name "rdfms-xml-literal-namespaces-test001";
+#  rdfs:comment """
+#    Visibly used namespaces must be included in XML Literal
+#values. Treatment of namespaces that are not visibly used
+#(e.g. rdf: in this example) is implementation dependent. Based
+#on example from Issues List.
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-xml-literal-namespaces/test001.rdf>;
+#  mf:result <rdfms-xml-literal-namespaces/test001.nt> .
 
-<#rdfms-xml-literal-namespaces-test002> a rdft:TestXMLEval;
-  mf:name "rdfms-xml-literal-namespaces-test002";
-  rdfs:comment """
-    Visibly used namespaces must be included in XML Literal
-values. Treatment of namespaces that are not visibly used
-(e.g. rdf: in this example) is implementation dependent.
-Example from Model Syntax.
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-xml-literal-namespaces/test002.rdf>;
-  mf:result <rdfms-xml-literal-namespaces/test002.nt> .
+#<#rdfms-xml-literal-namespaces-test002> a rdft:TestXMLEval;
+#  mf:name "rdfms-xml-literal-namespaces-test002";
+#  rdfs:comment """
+#    Visibly used namespaces must be included in XML Literal
+#values. Treatment of namespaces that are not visibly used
+#(e.g. rdf: in this example) is implementation dependent.
+#Example from Model Syntax.
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-xml-literal-namespaces/test002.rdf>;
+#  mf:result <rdfms-xml-literal-namespaces/test002.nt> .
 
-<#rdfms-xmllang-test001> a rdft:TestXMLEval;
-  mf:name "rdfms-xmllang-test001";
-  rdfs:comment """
-    In-scope xml:lang applies to rdf:parseType="Literal" element
-content values
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-xmllang/test001.rdf>;
-  mf:result <rdfms-xmllang/test001.nt> .
+#<#rdfms-xmllang-test001> a rdft:TestXMLEval;
+#  mf:name "rdfms-xmllang-test001";
+#  rdfs:comment """
+#    In-scope xml:lang applies to rdf:parseType="Literal" element
+#content values
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-xmllang/test001.rdf>;
+#  mf:result <rdfms-xmllang/test001.nt> .
 
-<#rdfms-xmllang-test002> a rdft:TestXMLEval;
-  mf:name "rdfms-xmllang-test002";
-  rdfs:comment """
-    In-scope xml:lang does not apply to rdf:parseType="Literal"
-element content values
-  """;
-  rdfs:approval rdft:Approved;
-  mf:action <rdfms-xmllang/test002.rdf>;
-  mf:result <rdfms-xmllang/test002.nt> .
+#<#rdfms-xmllang-test002> a rdft:TestXMLEval;
+#  mf:name "rdfms-xmllang-test002";
+#  rdfs:comment """
+#    In-scope xml:lang does not apply to rdf:parseType="Literal"
+#element content values
+#  """;
+#  rdfs:approval rdft:Approved;
+#  mf:action <rdfms-xmllang/test002.rdf>;
+#  mf:result <rdfms-xmllang/test002.nt> .
 
 <#rdfms-xmllang-test003> a rdft:TestXMLEval;
   mf:name "rdfms-xmllang-test003";
@@ -1785,76 +1775,3 @@
   rdfs:approval rdft:Approved;
   mf:action <xmlbase/test014.rdf>;
   mf:result <xmlbase/test014.nt> .
-
-<#xmlliteral-test001> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test001";
-  rdfs:comment """
-    Basic XMLLiteral content with default namespace (based on RDFa test 0093)
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test001.rdf>;
-  mf:result <xmlliteral/test001.nt> .
-
-<#xmlliteral-test002> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test002";
-  rdfs:comment """
-    Multiple default namespace elements (based on RDFa test 0198)
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test002.rdf>;
-  mf:result <xmlliteral/test002.nt> .
-
-<#xmlliteral-test003> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test003";
-  rdfs:comment """
-    Whitespace preservation in XMLLiteral (based on RDFa test 0261)
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test003.rdf>;
-  mf:result <xmlliteral/test003.nt> .
-
-<#xmlliteral-test004> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test004";
-  rdfs:comment """
-    No default namespace
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test004.rdf>;
-  mf:result <xmlliteral/test004.nt> .
-
-<#xmlliteral-test005> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test005";
-  rdfs:comment """
-    Namespaced element
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test005.rdf>;
-  mf:result <xmlliteral/test005.nt> .
-
-<#xmlliteral-test006> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test006";
-  rdfs:comment """
-    namespace and language
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test006.rdf>;
-  mf:result <xmlliteral/test006.nt> .
-
-<#xmlliteral-test007> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test007";
-  rdfs:comment """
-    namespace and language with language on element
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test007.rdf>;
-  mf:result <xmlliteral/test007.nt> .
-
-<#xmlliteral-test008> a rdft:TestXMLEval;
-  mf:name "xmlliteral-test008";
-  rdfs:comment """
-    expand self-closing elements
-  """;
-  rdfs:approval rdft:Proposed;
-  mf:action <xmlliteral/test008.rdf>;
-  mf:result <xmlliteral/test008.nt> .
-
--- a/rdf-xml/tests/xmlliteral/test001.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<http://www.w3.org/2013/RDFXMLTests/xmlliteral/test001.rdf#> <http://purl.org/dc/elements/1.1/creator> "Albert Einstein" .
-<http://www.w3.org/2013/RDFXMLTests/xmlliteral/test001.rdf#> <http://purl.org/dc/elements/1.1/title> "\n      E = mc<sup xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:ex=\"http://www.example.org/\">2</sup>: The Most Urgent Problem of Our Time\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test001.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    Basic XMLLiteral content with default namespace (based on RDFa test 0093)
--->
-<rdf:RDF xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:ID="">
-    <dc:creator>Albert Einstein</dc:creator>
-    <dc:title rdf:parseType="Literal">
-      E = mc<sup>2</sup>: The Most Urgent Problem of Our Time
-    </dc:title>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test002.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<http://example/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
-<http://example/> <http://xmlns.com/foaf/0.1/name> "\n      <span xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\">Gregg</span>\n      <span xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\">Kellogg</span>\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test002.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    Multiple default namespace elements (based on RDFa test 0198)
--->
-<rdf:RDF xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:foaf="http://xmlns.com/foaf/0.1/">
-  <foaf:Person rdf:about="http://example/">
-    <foaf:name rdf:parseType="Literal">
-      <span>Gregg</span>
-      <span>Kellogg</span>
-    </dc:title>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test003.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://www.example.org> <http://www.example.org/xmllit> "This is\nan XMLLiteral"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test003.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    Whitespace preservation in XMLLiteral (based on RDFa test 0261)
--->
-<rdf:RDF xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:about="http://www.example.org">
-    <ex:xmllit rdf:parseType="Literal">This is
-an XMLLiteral</ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test004.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/> <http://www.example.org/xmllit> "\n      foo <sup xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:ex=\"http://www.example.org/\">bar</sup> baz!\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test004.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    No default namespace
--->
-<rdf:RDF xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:about="http://example/">
-    <ex:xmllit rdf:parseType="Literal">
-      foo <sup>bar</sup> baz!
-    </ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test005.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/> <http://www.example.org/xmllit> "\n      foo <dc:sup xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:ex=\"http://www.example.org/\">bar</dc:sup> baz!\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test005.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    Namespaced element
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:about="http://example/">
-    <ex:xmllit rdf:parseType="Literal">
-      foo <dc:sup>bar</dc:sup> baz!
-    </ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test006.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/> <http://www.example.org/xmllit> "\n      foo <dc:sup xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:ex=\"http://www.example.org/\" xml:lang=\"fr\">bar</dc:sup> baz!\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test006.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    namespace and language
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:about="http://example/" xml:lang="fr">
-    <ex:xmllit rdf:parseType="Literal">
-      foo <dc:sup>bar</dc:sup> baz!
-    </ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test007.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/> <http://www.example.org/xmllit> "\n      foo <dc:sup xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:ex=\"http://www.example.org/\" xml:lang=\"fr\">bar</dc:sup> <dc:sub xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:ex=\"http://www.example.org/\" xml:lang=\"en\">baz!</dc:sub>\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test007.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    namespace and language with language on element
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:ex="http://www.example.org/">
-  <rdf:Description rdf:about="http://example/" xml:lang="fr">
-    <ex:xmllit rdf:parseType="Literal">
-      foo <dc:sup>bar</dc:sup> <dc:sub xml:lang="en">baz!</dc:sub>
-    </ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>
--- a/rdf-xml/tests/xmlliteral/test008.nt	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/> <http://example/xmllit> "\n      <rdf:nil xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xml:lang=\"fr\"></rdf:nil>\n    "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-xml/tests/xmlliteral/test008.rdf	Wed Jan 29 17:59:55 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-  Copyright World Wide Web Consortium, (Massachusetts Institute of
-  Technology, Institut National de Recherche en Informatique et en
-  Automatique, Keio University).
- 
-  All Rights Reserved.
- 
-  Please see the full Copyright clause at
-  <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
-  Description:
-    expand self-closing elements
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ex="http://example/">
-  <rdf:Description rdf:about="http://example/" xml:lang="fr">
-    <ex:xmllit rdf:parseType="Literal">
-      <rdf:nil/>
-    </ex:xmllit>
-  </rdf:Description>
-</rdf:RDF>