summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2022-06-08 21:12:06 +0200
committerGitHub <noreply@github.com>2022-06-08 21:12:06 +0200
commitb0b54c48748d6731d1acc976a206ceaeca8b13de (patch)
tree9cbf3c7d67075dda98c133591130af9a9c276804
parent60ff2fd6274701c29c40a0ed3887d2ddde32b0b2 (diff)
downloadrdflib-b0b54c48748d6731d1acc976a206ceaeca8b13de.tar.gz
test: rework RDF/XML test suite (#1987)
This patch reworks the RDF/XML test suite to use the new DAWG manifest processor. It also sync the RDF/XML test data with the upstream source so we report on the official test files. However, some tests are commented out in upstream (i.e. <https://www.w3.org/2013/RDFXMLTests/manifest.ttl>), and without these tests our coverage decreases. The commented out tests are for [non-normative behavior relating to XML Literals](https://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-XML-literals). To keep the coverage the same these non-normative tests were moved to a separate test suite `test/data/suites/w3c/rdf-xml-non-normative/` and are reported on in a separate report file, `test_reports/rdflib_w3c_rdfxml_non_normative-HEAD.ttl`. Other changes: - Add RDF/XML EARL reports generated with new test suites.
-rw-r--r--test/data/README.md9
-rwxr-xr-xtest/data/fetcher.py48
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/README.md19
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/manifest.ttl104
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/error003.rdf39
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.rdf32
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.rdf32
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.nt13
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.rdf33
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.rdf47
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.rdf30
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.rdf29
-rw-r--r--test/data/suites/w3c/rdf-xml/Manifest.rdf5395
-rw-r--r--test/data/suites/w3c/rdf-xml/README35
-rw-r--r--test/data/suites/w3c/rdf-xml/convert-manifest.rb96
-rw-r--r--test/data/suites/w3c/rdf-xml/datatypes/test001.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/manifest.ttl1777
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test004.nt16
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test006.nt14
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0004.nt2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0011.nt4
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0012.nt4
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0013.nt4
-rw-r--r--test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0014.nt4
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/error1.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.nt2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.nt2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.nt2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error001.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error002.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error003.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test001.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test002.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test003.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test004.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test007.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test008.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test009.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test010.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test013.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test014.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test015.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test001.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test004.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test005.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-reification-required/test001.rdf2
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-syntax-incomplete/test004.nt8
-rw-r--r--test/data/suites/w3c/rdf-xml/rdfms-xml-literal-namespaces/test001.nt2
-rw-r--r--test/data/suites/w3c/rdf-xml/xmlbase/test014.nt2
-rw-r--r--test/test_misc/test_parse_file_guess_format.py9
-rw-r--r--test/test_w3c_spec/test_rdfxml_w3c.py327
-rw-r--r--test_reports/rdflib_w3c_rdfxml-HEAD.ttl1305
-rw-r--r--test_reports/rdflib_w3c_rdfxml_non_normative-HEAD.ttl65
69 files changed, 3933 insertions, 5751 deletions
diff --git a/test/data/README.md b/test/data/README.md
index 2a075e39..bce43a97 100644
--- a/test/data/README.md
+++ b/test/data/README.md
@@ -12,7 +12,7 @@ well known attributes and qualities that can make it easier to reason about.
## Fetcher
-Files that originate from the internet should be downloaded using `fetcher.py`
+Files that originate from the internet should be downloaded using `fetcher.py`,
so we can easily verify the integrity of the files by re-running `fetcher.py`.
```bash
@@ -27,3 +27,10 @@ so we can easily verify the integrity of the files by re-running `fetcher.py`.
# only fetch files below path:
.venv/bin/python3 test/data/fetcher.py test/data/suites
```
+
+For archives, if there is a `.patch` directory corresponding to the local path
+name (e.g. `test/data/suites/w3c/rdf-xml.patch` for
+`test/data/suites/w3c/rdf-xml`) then the content of the `.patch` directory will
+be copied into the local path after fetching the remote content. Patch
+directories should contain a README.md file that explains the reason for the
+patch content.
diff --git a/test/data/fetcher.py b/test/data/fetcher.py
index 57d16cb1..bd7a7171 100755
--- a/test/data/fetcher.py
+++ b/test/data/fetcher.py
@@ -61,9 +61,10 @@ class ArchiveType(enum.Enum):
class ArchiveResource(Resource):
type: ArchiveType
pattern: Pattern[str]
+ clean_local: bool = True
def fetch(self, tmp_path: Path) -> None:
- if self.local_path.exists():
+ if self.clean_local and self.local_path.exists():
logging.debug("info %s", self.local_path)
shutil.rmtree(self.local_path)
with ExitStack() as xstack:
@@ -126,6 +127,23 @@ class ArchiveResource(Resource):
self.local_path,
)
+ patch_dir = self.local_path.parent / f"{self.local_path.name}.patch"
+ if patch_dir.exists():
+ logging.info(
+ "merging patch content from %s into %s", patch_dir, self.local_path
+ )
+ for child in patch_dir.glob("**/*"):
+ if child.is_dir():
+ logging.debug("ignoring directory %s", child)
+ continue
+ if child.name == "README.md" or child.name.endswith(".patch"):
+ logging.debug("ignoring special %s", child)
+ continue
+ rel_child = child.relative_to(patch_dir)
+ dest = self.local_path / rel_child
+ logging.info("copying patch content %s to %s", child, dest)
+ shutil.copy2(child, dest)
+
@classmethod
def _member_list(
cls, archive: Union[ZipFile, TarFile]
@@ -193,21 +211,31 @@ RESOURCES: List[Resource] = [
type=ArchiveType.TAR_GZ,
pattern=re.compile(r"^(.+)$"),
),
- # NOTE: Commented out as these files contains local modifications.
- # ArchiveResource(
- # remote="https://www.w3.org/2013/RDFXMLTests/TESTS.zip",
- # local_path=(DATA_PATH / "suites" / "w3c" / "rdfxml"),
- # type=ArchiveType.ZIP,
- # pattern=re.compile(r"^(.+)$"),
- # ),
- # NOTE: Commented out as this contains local modifications.
+ ArchiveResource(
+ remote="https://www.w3.org/2013/RDFXMLTests/TESTS.zip",
+ local_path=(DATA_PATH / "suites" / "w3c" / "rdf-xml"),
+ type=ArchiveType.ZIP,
+ pattern=re.compile(r"^(.+)$"),
+ ),
+ ArchiveResource(
+ # This is taken from a specific git commit instead of the published
+ # test suite as the tests are non-normative and not considered part of
+ # the test suite, so they could potentially be removed.
+ remote="https://github.com/w3c/rdf-tests/archive/d2cc355bf601d8574116f3ee76ca570925f35ac3.zip",
+ local_path=(DATA_PATH / "suites" / "w3c" / "rdf-xml-non-normative"),
+ type=ArchiveType.ZIP,
+ # Not cleaning local directory as it has a constructed manifest.
+ clean_local=False,
+ pattern=re.compile(
+ r"^[^\/]+[\/]rdf-xml[\/]((?:rdfms-empty-property-elements/error003|rdfms-empty-property-elements/test003|rdfms-empty-property-elements/test009|rdfms-xmllang/test001|rdfms-xmllang/test002|rdfms-xml-literal-namespaces/test001|rdfms-xml-literal-namespaces/test002)[.][^.]+)$"
+ ),
+ ),
ArchiveResource(
remote="https://www.w3.org/2009/sparql/docs/tests/sparql11-test-suite-20121023.tar.gz",
local_path=(DATA_PATH / "suites" / "w3c" / "sparql11"),
type=ArchiveType.TAR_GZ,
pattern=re.compile(r"^[^\/]+[\/](.+)$"),
),
- # NOTE: Commented out as this contains local modifications.
ArchiveResource(
remote="https://www.w3.org/2001/sw/DataAccess/tests/data-r2.tar.gz",
local_path=(DATA_PATH / "suites" / "w3c" / "dawg-data-r2"),
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/README.md b/test/data/suites/w3c/rdf-xml-non-normative/README.md
new file mode 100644
index 00000000..07715656
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/README.md
@@ -0,0 +1,19 @@
+# Non-normative tests W3C tests for RDF/XML
+
+This test suite contains non-normative tests for RDF/XML. These tests originate
+from tests commented out in the [W3C RDF/XML test
+suite](http://www.w3.org/2013/RDFXMLTests/).
+
+These tests are not added in an RDFLib specific test suite as they are authored
+under W3C efforts.
+
+The original home of the tests in this suite is
+<http://www.w3.org/2013/RDFXMLTests/>. Per RFC 3986 section 5.1.3, the base IRI
+for parsing each file is the retrieval IRI for that file. For example, the
+tests rdfms-xml-literal-namespaces-test001 require relative IRI resolution
+against a base of
+<http://www.w3.org/2013/RDFXMLTests/rdfms-xml-literal-namespaces/test001.rdf>.
+
+For more information see:
+- <http://www.w3.org/2013/RDFXMLTests/README>.
+- <https://github.com/w3c/rdf-tests/issues/80>.
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/manifest.ttl b/test/data/suites/w3c/rdf-xml-non-normative/manifest.ttl
new file mode 100644
index 00000000..453e56cb
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/manifest.ttl
@@ -0,0 +1,104 @@
+# Non-normative RDF/XML Syntax tests
+## Distributed under both the W3C Test Suite License[1] and the W3C 3-
+## clause BSD License[2]. To contribute to a W3C Test Suite, see the
+## policies and contribution forms [3]
+##
+## 1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
+## 2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license
+## 3. http://www.w3.org/2004/10/27-testcases
+
+## This file is based on content commented out in
+## <https://www.w3.org/2013/RDFXMLTests/manifest.ttl>
+
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix rdft: <http://www.w3.org/ns/rdftest#> .
+
+<> rdf:type mf:Manifest ;
+ rdfs:comment "RDF/XML Syntax tests" ;
+ mf:entries (
+ <#rdfms-empty-property-elements-error003>
+ <#rdfms-empty-property-elements-test003>
+ <#rdfms-empty-property-elements-test009>
+ <#rdfms-xml-literal-namespaces-test001>
+ <#rdfms-xml-literal-namespaces-test002>
+ <#rdfms-xmllang-test001>
+ <#rdfms-xmllang-test002>
+ ) .
+
+<#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-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.
+
+Included in the RDFLib test suite to test
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test003.rdf>;
+ mf:result <rdfms-empty-property-elements/test003.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-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-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> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/error003.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/error003.rdf
new file mode 100644
index 00000000..329f0dca
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/error003.rdf
@@ -0,0 +1,39 @@
+<!--
+ 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>
+
+ $Id: error003.rdf,v 1.1 2001/09/10 14:33:52 barstow Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error003.nrdf
+
+ Description:
+
+ This is not legal RDF.
+ 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.
+
+ See
+http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229
+ for details.
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:random="http://random.ioctl.org/#">
+
+<rdf:Description rdf:about="http://random.ioctl.org/#bar">
+ <random:someProperty random:prop2="baz" rdf:parseType="Literal" />
+</rdf:Description>
+</rdf:RDF>
+
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.nt
new file mode 100644
index 00000000..16ba2c5d
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.nt
@@ -0,0 +1,14 @@
+#
+# 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>
+#
+# $Id$
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> ""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.rdf
new file mode 100644
index 00000000..e1f08d7c
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test003.rdf
@@ -0,0 +1,32 @@
+<!--
+ 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>
+
+ $Id$
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test003.rdf
+
+ Description:
+
+ An empty property element just gives an empty literal. Here we make the parseType
+ explicit.
+
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:random="http://random.ioctl.org/#">
+
+<rdf:Description rdf:about="http://random.ioctl.org/#bar">
+ <random:someProperty rdf:parseType="Literal"/>
+</rdf:Description>
+
+</rdf:RDF>
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.nt
new file mode 100644
index 00000000..16ba2c5d
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.nt
@@ -0,0 +1,14 @@
+#
+# 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>
+#
+# $Id$
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> ""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.rdf
new file mode 100644
index 00000000..4a3282f1
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-empty-property-elements/test009.rdf
@@ -0,0 +1,32 @@
+<!--
+ 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>
+
+ $Id$
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test009.rdf
+
+ Description:
+
+ As test003.rdf; this uses an explicit closing tag.
+
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:random="http://random.ioctl.org/#">
+
+<rdf:Description rdf:about="http://random.ioctl.org/#bar">
+ <random:someProperty rdf:parseType="Literal"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.nt
new file mode 100644
index 00000000..63f7d769
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.nt
@@ -0,0 +1,13 @@
+# 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>
+#
+# $Id: test001.nt,v 1.1 2002/11/22 13:59:59 jcarroll Exp $
+##################################################################
+
+<http://www.w3.org/2013/RDFXMLTests/rdfms-xml-literal-namespaces/test001.rdf#John_Smith> <http://my.example.org/Name> "\n <html:h1 xmlns:html=\"http://NoHTML.example.org\">\n <b xmlns=\"http://www.w3.org/1999/xhtml\">John</b>\n </html:h1>\n "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.rdf
new file mode 100644
index 00000000..27f25ffa
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test001.rdf
@@ -0,0 +1,33 @@
+<?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: 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.
+
+
+ $Id: test001.rdf,v 1.2 2002/11/22 13:52:15 jcarroll Exp $
+
+-->
+<rdf:RDF xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:html="http://NoHTML.example.org"
+ xmlns:my="http://my.example.org/">
+ <rdf:Description rdf:ID="John_Smith">
+ <my:Name rdf:parseType="Literal">
+ <html:h1>
+ <b>John</b>
+ </html:h1>
+ </my:Name>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.nt
new file mode 100644
index 00000000..51d6f092
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.nt
@@ -0,0 +1,14 @@
+# 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>
+#
+# $Id: test002.nt,v 1.1 2002/11/22 13:59:59 jcarroll Exp $
+##################################################################
+
+<http://mycorp.example.com/papers/NobelPaper1> <http://purl.org/metadata/dublin_core#Title> "\n Ramifications of\n <apply xmlns=\"http://www.w3.org/TR/REC-mathml\">\n <power></power>\n <apply>\n\t<plus></plus>\n\t<ci>a</ci>\n\t<ci>b</ci>\n </apply>\n <cn>2</cn>\n </apply>\n to World Peace\n "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://mycorp.example.com/papers/NobelPaper1> <http://purl.org/metadata/dublin_core#Creator> "David Hume" .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.rdf
new file mode 100644
index 00000000..c2bf13e3
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xml-literal-namespaces/test002.rdf
@@ -0,0 +1,47 @@
+<?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: 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.
+
+
+ $Id: test002.rdf,v 1.2 2002/11/22 13:59:59 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ >
+
+<rdf:Description
+ xmlns:dc="http://purl.org/metadata/dublin_core#"
+ xmlns="http://www.w3.org/TR/REC-mathml"
+ rdf:about="http://mycorp.example.com/papers/NobelPaper1">
+
+ <dc:Title rdf:parseType="Literal">
+ Ramifications of
+ <apply>
+ <power/>
+ <apply>
+ <plus/>
+ <ci>a</ci>
+ <ci>b</ci>
+ </apply>
+ <cn>2</cn>
+ </apply>
+ to World Peace
+ </dc:Title>
+ <dc:Creator>David Hume</dc:Creator>
+</rdf:Description>
+
+
+</rdf:RDF>
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.nt
new file mode 100644
index 00000000..c9f8f6f5
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.nt
@@ -0,0 +1,14 @@
+#
+# 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>
+#
+# $Id: test001.nt,v 1.2 2002/11/22 11:20:52 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.rdf
new file mode 100644
index 00000000..90aff8c0
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test001.rdf
@@ -0,0 +1,30 @@
+<?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>
+
+ Issue: http://www.w3.org/2000/03/rdf-tracking/#rdfms-xmllang
+ Test: 1
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to rdf:parseType="Literal"
+ element content values
+
+
+ $Id: test001.rdf,v 1.2 2002/04/08 14:42:17 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:about="http://example.org/node">
+ <eg:property rdf:parseType="Literal">chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.nt b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.nt
new file mode 100644
index 00000000..3757531f
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.nt
@@ -0,0 +1,14 @@
+#
+# 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>
+#
+# $Id: test002.nt,v 1.3 2003/07/24 15:51:08 jcarroll Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.rdf b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.rdf
new file mode 100644
index 00000000..d871d3fd
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml-non-normative/rdfms-xmllang/test002.rdf
@@ -0,0 +1,29 @@
+<?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>
+
+ Issue: http://www.w3.org/2000/03/rdf-tracking/#rdfms-xmllang
+ Test: 2
+ Author: Dave Beckett
+
+ In-scope xml:lang does not apply to rdf:parseType="Literal"
+ element content values
+
+ $Id: test002.rdf,v 1.3 2003/07/24 19:56:32 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:about="http://example.org/node">
+ <eg:property xml:lang="fr" rdf:parseType="Literal">chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/test/data/suites/w3c/rdf-xml/Manifest.rdf b/test/data/suites/w3c/rdf-xml/Manifest.rdf
deleted file mode 100644
index 4b83f957..00000000
--- a/test/data/suites/w3c/rdf-xml/Manifest.rdf
+++ /dev/null
@@ -1,5395 +0,0 @@
-<?xml version="1.0"?>
-
-<rdf:RDF
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:test="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#"
->
-
-<!-- amp-in-url/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/amp-in-url/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Sep/0326.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/amp-in-url/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/amp-in-url/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- datatypes-intensional/Manifest.rdf -->
-
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes-intensional/Manifest.rdf#xsd-integer-decimal-compatible">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Sep/0093.html" />
- <test:description>
-The claim that xsd:integer is a subClassOF xsd:decimal is not
-incompatible with using the intensional semantics for datatypes.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#decimal" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes-intensional/test001.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes-intensional/Manifest.rdf#xsd-integer-string-incompatible">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Sep/0093.html" />
- <test:description>
-The claim that xsd:integer is a subClassOF xsd:string is
-incompatible with using the intensional semantics for datatypes.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes-intensional/test002.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-
-<!-- datatypes/Manifest.rdf -->
-
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- A simple datatype production; a language+datatype production. Simply duplicate the
- constructs under http://www.w3.org/2000/10/rdf-tests/rdfcore/ntriples/test.nt
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- A parser is not required to know about well-formed datatyped literals.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#non-well-formed-literal-1">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- Without datatype knowledge, a 'badly-formed' datatyped literal cannot be detected.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#non-well-formed-literal-2">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- With appropriate datatype knowledge, a 'badly-formed' datatyped literal can be detected.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test002b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#semantic-equivalence-within-type-1">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- Demonstrating the semantic equivalence of two lexical forms of the same datatyped value.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test003a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test003b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#semantic-equivalence-within-type-2">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />
- <test:description>
- As semantic-equivalence-within-type-1; the entailment works both ways.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test003b.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test003a.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-important-for-non-dt-entailment-1">
-
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />-->
- <test:description>
-This test used to claim:
- Language attributes on a datatyped literal make them distinct for the purposes
- of non-datatype-aware entailments.
-There are no longer language tags on datatyped literals.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-important-for-non-dt-entailment-2">
-
- <test:status>OBSOLETE</test:status>
- <!--<test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" />-->
- <test:description>
-This test used to claim:
- Language attributes on a datatyped literal make them distinct for the purposes
- of non-datatype-aware entailments.
-There are no longer language tags on datatyped literals.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004b.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004c.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-ignored-for-numeric-types-1">
-
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" /> -->
- <test:description>
-Obsoleted: datatyped literals have no language tag.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-ignored-for-numeric-types-2">
-
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" /> -->
- <test:description>
-Obsoleted: datatyped literals have no language tag.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004b.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004c.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-ignored-for-numeric-types-3">
-
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Nov/0611.html" /> -->
- <test:description>
-Obsoleted: datatyped literals have no language tag.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004c.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test004a.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#semantic-equivalence-between-datatypes">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
- Members of different datatypes may be semantically equivalent.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#decimal" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test005a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test005b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#range-clash">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
- Where sufficient DT knowledge is available, a range clash may be detected; the document then
- contains a contradiction.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#decimal" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test006.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#language-and-xml-literal">
-
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
-Language does not affect the denotation of rdf:XMLLiteral. NOTE that this
-is a change from previous versions of the spec.
-Langauge tags do not live on XMLLiterals.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test007a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test007b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#test008">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0131.html" />
- <test:description>
- From decisions listed in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0098.html
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#simpleEntailment" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test008a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test008b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#test009">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0131.html" />
- <test:description>
- From decisions listed in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0098.html
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#simpleEntailment" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test009a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test009b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#test010">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0131.html" />
- <test:description>
- From decisions listed in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Oct/0098.html
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test010.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/Manifest.rdf#plain-literal-and-xsd-string">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Sep/0003.html" />
- <test:description>
- A plain literal denotes the same thing as its corresponding xsd:string,
- where one exists.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test011a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes/test011b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<!-- horst-01/Manifest.rdf -->
-
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/Manifest.rdf#subClassOf-intensional">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
- rdfs:subClassOf has intensional semantics, not extensional.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/test002.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/Manifest.rdf#subPropertyOf-intensional">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
- rdfs:subPropertyOf has intensional semantics, not extensional.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
-
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
-
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/test003.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/horst-01/test004.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<!-- pfps-10/Manifest.rdf -->
-
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/pfps-10/Manifest.rdf#non-well-formed-literal-1">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/www-rdf-comments/2003AprJun/0080.html" />
- <test:description>
-Test that ICEXT(I(rdfs:Literal)) is a subset of LV.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/pfps-10/test001a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/pfps-10/test001b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<!-- rdf-charmod-literals/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-literals" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0056.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html" />
- <test:description>
- Does the treatment of literals conform to charmod ?
- Test for success of legal Normal Form C literal
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-literals" />
-
- <test:status>WITHDRAWN</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Nov/0063.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html" />
- <test:description>
- Does the treatment of literals conform to charmod ?
- Test for failure for literal not in Normal Form C
-This test case has been WITHDRAWN in light of changes to NFC handling
-in concepts
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/Manifest.rdf#error002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-literals" />
-
- <test:status>WITHDRAWN</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Nov/0063.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html" />
- <test:description>
- Does the treatment of literals conform to charmod ?
- Test for failure for literal not in Normal Form C
-This test case has been WITHDRAWN in light of changes to NFC handling
-in concepts
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-literals/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-<!-- rdf-charmod-uris/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-uris" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0474.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0113.html" />
- <test:description>
- A uriref is allowed to match non-US ASCII forms
- conforming to Unicode Normal Form C.
- No escaping algorithm is applied.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-uris" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0474.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0113.html" />
- <test:description>
- A uriref which already has % escaping is permitted.
- No unescaping algorithm is applied.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-uris" />
-
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0474.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0113.html" />
- <test:description>
- Test for failure for uriref not in Normal Form C.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-uris" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0474.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0113.html" />
-
- <test:description>
- An international URI ref and its %-escaped form label
- different nodes in the graph.
- No model theoretic relationship holds between them.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test002.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-uris" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0474.html" />
-
- <test:discussion rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0113.html" />
-
- <test:description>
- An international URI ref and its %-escaped form label
- different nodes in the graph.
- No model theoretic relationship holds between them.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test002.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-charmod-uris/test001.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<!-- rdf-containers-syntax-vs-schema/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#error002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>OBSOLETED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test007.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/Manifest.rdf#test008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-containers-syntax-vs-schema" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jul/0000.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdf-element-not-mandatory/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-element-not-mandatory/Manifest.rdf#test001">
-
- <!-- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-charmod-literals" /> -->
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Oct/0071.html" />
-
- <test:description>
- A surrounding rdf:RDF element is no longer mandatory.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-element-not-mandatory/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-element-not-mandatory/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-<!-- rdf-ns-prefix-confusion/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0004.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0005.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0006.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0007.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0008.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#error0009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This is again legal RDF
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/error0009.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- rdf:aboutEach no longer valid.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0007.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0007.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jun/0008.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0009.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0009.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0010">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0010.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0011">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0011.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0012">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0012.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0013">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0013.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0013.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/Manifest.rdf#test0014">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0014.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0014.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-abouteach/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/Manifest.rdf#error001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/Manifest.rdf#error002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<!-- rdfms-difference-between-ID-and-about/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/Manifest.rdf#error1">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-difference-between-ID-and-about" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Dec/0108.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/Manifest.rdf#test1">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-difference-between-ID-and-about" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Dec/0108.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test1.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/Manifest.rdf#test2">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-difference-between-ID-and-about" />
-
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- This test shows the treatment of non-ASCII characters
- in the value of rdf:ID attribute.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test2.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/Manifest.rdf#test3">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-difference-between-ID-and-about" />
-
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
-
- <test:description>
- This test shows the treatment of non-ASCII characters
- in the value of rdf:about attribute.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test3.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<!-- rdfms-duplicate-member-props/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-duplicate-member-props/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-duplicate-member-props" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002May/0028.html" />
- <test:description>
-The question posed to the RDF WG was: should an RDF document containing
-multiple rdf:_n properties (with the same n) on an element be rejected as
-illegal?
-The WG decided that a parser should accept that case as legal RDF.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-duplicate-member-props/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-duplicate-member-props/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-empty-property-elements/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#error002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#error003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test007.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test007.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test010">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test010.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test011">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test012">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test013">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test014">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test015">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://www.w3.org/2000/11/mr76/rdfc25May.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test015.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test015.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test016">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
-
- <test:description>
-Like rdfms-empty-property-elements/test001.rdf but with a processing instruction
-as the only content of the otherwise empty element.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test016.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test016.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/Manifest.rdf#test017">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-empty-property-elements" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
-
- <test:description>
-Like rdfms-empty-property-elements/test001.rdf but with a comment
-as the only content of the otherwise empty element.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test017.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test017.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-
-
-<!-- rdfms-identity-anon-resources/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-identity-anon-resources/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-literal-is-xml-structure/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure" />
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description> </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure" />
- <test:status>NOT_APPROVED</test:status>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure" />
- <test:status>NOT_APPROVED</test:status>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure" />
- <test:status>NOT_APPROVED</test:status>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure" />
- <test:status>NOT_APPROVED</test:status>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-nested-bagIDs/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-rdf:bagID is forbidden on property element prop with an rdf:resource or
-rdf:parseType attribute: the following is in error.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test007.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test009.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test009.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test010a">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- One of test010a and test010b SHOULD pass, at least.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010a.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test010b">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010b.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test011a">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- One of test011a and test011b SHOULD pass, at least.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011a.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test011b">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011b.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test012a">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- One of test012a and test012b SHOULD pass, at least.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012a.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/Manifest.rdf#test012b">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-nested-bagIDs" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Two property attributes and a property element on an rdf:Description.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012b.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-
-
-<!-- rdfms-not-id-and-resource-attr/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-not-id-and-resource-attr" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-not-id-and-resource-attr" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-not-id-and-resource-attr" />
- <test:status>OBSOLETE</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-not-id-and-resource-attr" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-not-id-and-resource-attr" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-para196/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-para196/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-para196" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0095.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-para196/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-para196/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-parseType/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/Manifest.rdf#error001">
-
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/Manifest.rdf#error002">
-
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/Manifest.rdf#error003">
-
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/error003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<!-- rdfms-rdf-id/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:ID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:ID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error003">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:ID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error004">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:ID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error004.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error005">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:ID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error005.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error006">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:bagID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error006.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/Manifest.rdf#error007">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:bagID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error007.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-<!-- rdfms-rdf-names-use/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-004.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-005.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-006.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-007.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-008.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-009.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-010">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-010.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-011">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-011.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-012">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-012.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-013">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-013.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-014">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-014.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-015">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-015.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-016">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-016.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-017">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-017.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-018">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-018.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-019">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-019.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#error-020">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/error-020.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-007.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-007.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-009.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-009.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-010">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-010.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-011">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-011.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-012">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-012.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-013">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-013.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-013.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-014">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-014.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-014.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-015">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-015.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-015.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-016">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-016.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-016.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-017">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-017.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-017.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-018">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-018.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-018.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-019">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-019.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-019.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-020">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-020.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-020.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-021">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-021.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-021.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-022">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-022.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-022.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-023">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-023.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-023.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-024">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-024.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-024.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-025">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-025.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-025.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-026">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-026.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-026.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-027">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-027.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-027.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-028">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-028.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-028.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-029">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-029.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-029.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-030">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-030.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-030.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-031">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-031.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-031.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-032">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-032.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-032.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-033">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-033.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-033.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-034">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-034.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-034.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-035">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-035.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-035.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-036">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-036.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-036.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#test-037">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-037.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-037.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#warn-001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-001.nt" />
- </test:outputDocument>
-
- <test:warning> allowed with warnings </test:warning>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#warn-002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-002.nt" />
- </test:outputDocument>
-
- <test:warning> allowed with warnings </test:warning>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/Manifest.rdf#warn-003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/warn-003.nt" />
- </test:outputDocument>
-
- <test:warning> allowed with warnings </test:warning>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-reification-required/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- rdfms-seq-representation/Manifest.rdf -->
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-seq-representation" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002May/0159.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
- Statement of the MT closure rule.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/empty.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test002.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/Manifest.rdf#test003">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
- Statement of the MT closure rule.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test003a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test003b.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/Manifest.rdf#test004">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
- Statement of the MT closure rule.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/empty.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-seq-representation/test004.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-
-<!-- rdfms-syntax-incomplete/Manifest.rdf -->
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- rdf:nodeID can be used to label a blank node.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- rdf:nodeID can be used to label a blank node.
- These have file scope and are distinct from any
- unlabelled blank nodes.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- On an rdf:Description or typed node rdf:nodeID behaves
- similarly to an rdf:about.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- On a property element rdf:nodeID behaves
- similarly to rdf:resource.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:nodeID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:nodeID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error002.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- The value of rdf:nodeID must match the XML Name production,
- (as modified by XML Namespaces).
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error003.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- Cannot have rdf:nodeID and rdf:ID.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error004.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- Cannot have rdf:nodeID and rdf:about.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error005.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/Manifest.rdf#error006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-syntax-incomplete" />
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
- Cannot have rdf:nodeID and rdf:resource.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/error006.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<!-- rdfms-uri-substructure/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-uri-substructure/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-uri-substructure/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-uri-substructure/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:MiscellaneousTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-uri-substructure/Manifest.rdf#error001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-An RDF/XML serlializer is recommended to produce an exception if
-asked to serialize the following graph since there is no way
-to represent it in the RDF/XML syntax.
- </test:description>
-
- <test:document>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-uri-substructure/error001.nt" />
- </test:document>
-
- <test:warning>
-An RDF/XML serlializer is recommended to produce an exception if
-asked to serialize the following graph since there is no way
-to represent it in the RDF/XML syntax.
- </test:warning>
-
-</test:MiscellaneousTest>
-
-
-<!-- rdfms-xml-literal-namespaces/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-literal-namespaces" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description> </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-literal-namespaces" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-
-
-<!-- rdfms-xmllang/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jun/0034.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jun/0034.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test003">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jun/0034.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test004">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jun/0034.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test005">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jun/0034.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test006">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test007a">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
-Plain literals are distinguishable on the basis of language tags.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#simpleEntailment" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test007b">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
-Plain literals are distinguishable on the basis of language tags.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#simpleEntailment" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007b.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007c.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/Manifest.rdf#test007c">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
-Plain literals are distinguishable on the basis of language tags.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#simpleEntailment" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007c.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xmllang/test007a.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-
-
-<!-- rdfs-container-membership-superProperty/Manifest.rdf -->
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-container-membership-superProperty/Manifest.rdf#test001">
-
- <!-- <test:issue rdf:resource="" /> -->
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Feb/0476.html" /> -->
- <test:description>
- While it is a superproperty,
- _:a &lt;rdfs:contains (@@member?)&gt; _:b .
- does NOT entail
- _:a &lt;rdf:_n&gt; _:b .
- for any _n.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-container-membership-superProperty/not1P.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-container-membership-superProperty/not1C.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<!-- rdfs-domain-and-range/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0405.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:status>NOT_APPROVED</test:status>
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#conjunction-test">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:status>NOT_APPROVED</test:status>
- <test:description>
-Should a property be allowed more than one rdfs:range property?
-What should the semantics of multiple domain and range properties be?
-
--&gt; Multiple domain and range constraints are permissable
- and will have conjunctive semantics.
-
-test001
- describes a property with rdfs:domain the intersection of 2 domains
-test002
- describes a property with rdfs:range the intersection of 2 ranges
-test003
- sample statement
-test004
- entailed description using test001, test002, test003 and
- the rules for RDF and RDFS entailment
- (see http://www.w3.org/2000/10/rdf-tests/rdfcore/entailment/ )
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test001.nt" />
- </test:premiseDocument>
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test002.nt" />
- </test:premiseDocument>
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test003.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/test004.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#intensionality-range">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:issue rdf:resource="http://www.w3.org/2001/sw/WebOnt/webont-issues.html#I5.24-IF-or-IFF-property-properties" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
-RDF Semantics defines rdfs:range to have an intensional reading.
-However, semantic extensions may give an extensional reading to range.
-The premise/conclusion pair is a non-entailment for RDFS reasoning,
-but may hold in semantic extensions.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/premises005.rdf" />
- </test:premiseDocument>
-
-
- <test:conclusionDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/nonconclusions005.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/Manifest.rdf#intensionality-domain">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range" />
- <test:issue rdf:resource="http://www.w3.org/2001/sw/WebOnt/webont-issues.html#I5.24-IF-or-IFF-property-properties" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
- <test:description>
-RDF Semantics defines rdfs:range to have an intensional reading of domain.
-However, semantic extensions may give an extensional reading to domain.
-The premise/conclusion pair is a non-entailment for RDFS reasoning,
-but may hold in semantic extensions.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/premises006.rdf" />
- </test:premiseDocument>
-
-
- <test:conclusionDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/nonconclusions006.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-<!-- rdfs-entailment/Manifest.rdf -->
-
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-entailment/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Nov/0063.html" />
- <test:issue rdf:resource="http://www.w3.org/2001/sw/RDFCore/20031010-comments/#entailment-from-inconsistent-graph" />
-
- <test:description>
-Indicating a simple inconsistency drawn from RDFS. RDFS
-can only produce inconsistencies through badly-formed XMLLiteral
-datatypes.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-entailment/test001.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-entailment/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Nov/0063.html" />
- <test:issue rdf:resource="http://www.w3.org/2001/sw/RDFCore/20031010-comments/#entailment-from-inconsistent-graph" />
-
- <test:description>
-From an inconsistent graph, any entailment can be drawn. This is an
-example.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:False-Document />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-entailment/test002.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<!-- rdfs-no-cycles-in-subClassOf/Manifest.rdf -->
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-no-cycles-in-subClassOf" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0249.html" />
-
- <test:description>
- Cycles are permitted in subClassOf; therefore, no error occurs and the following entailment
- holds trivially.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<!-- rdfs-no-cycles-in-subPropertyOf/Manifest.rdf -->
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-no-cycles-in-subPropertyOf" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0249.html" />
-
- <test:description>
- Cycles are permitted in subPropertyOf; therefore, no error occurs and the following entailment
- holds trivially.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<!-- rdfs-subClassOf-a-Property/Manifest.rdf -->
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subClassOf-a-Property/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-subClassOf-a-Property" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
- <test:description>
-an instance of the Property class may have an rdfs:subClassOf property.
-the meaning of such a property is defined by the model theory.
-
-The wording of the formal resolution is a bit bare, so let me add a few
-words of explanation. What this means is that a resource can be both a
-class and a property.
-
-This test is encoded as follows: a Property may have a subclass (that is, such an RDF graph
-is satisfiable)
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subClassOf-a-Property/test001.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document/>
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<!-- rdfs-subPropertyOf-semantics/Manifest.rdf -->
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfs-subPropertyOf-semantics" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jan/0025.html" />
-
-
- <test:description>
- The inheritance semantics of the subPropertyOf relationship needs to be clarified.
-
- =&gt; subProperties inherit conjunctively the domain and range of their superproperties
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test001.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test002.nt" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<!-- statement-entailment/Manifest.rdf -->
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Feb/0476.html" />
- <test:description>
- RDFCore WG RESOLVED that a reified statement was a stating, not a statement.
- The following entailment does not, therefore, hold.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test001a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test001b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Feb/0476.html" />
- <test:description>
- RDFCore WG RESOLVED that a statement does NOT entail its reification.
- The following entailment does not, therefore, hold.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test002a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test002b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/Manifest.rdf#test003">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Feb/0476.html" />
- <test:description>
- RDFCore WG RESOLVED that a reified statement was a stating, not a statement.
- The following entailment does not, therefore, hold.
- This is the same as test001, but using RDFS-entailment.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test001a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test001b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/Manifest.rdf#test004">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Feb/0476.html" />
- <test:description>
- RDFCore WG RESOLVED that a statement does NOT entail its reification.
- The following entailment does not, therefore, hold.
- This is the same as test002, but using RDFS-entailment.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
-
- <test:premiseDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test002a.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/statement-entailment/test002b.nt" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<!-- tex-01/Manifest.rdf -->
-
-
-
-
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/Manifest.rdf#language-tag-case-1">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
- The case of the language tag is not significant.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/test002.rdf" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/Manifest.rdf#language-tag-case-2">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
- The case of the language tag is not significant.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/test002.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/tex-01/test001.rdf" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-
-<!-- unrecognised-xml-attributes/Manifest.rdf -->
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/Manifest.rdf#test002">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/unrecognised-xml-attributes/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- xml-canon/Manifest.rdf -->
-
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xml-canon/Manifest.rdf#test001">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Aug/0138.html" />
- <test:description>
-Demonstrating the canonicalisation of XMLLiterals.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xml-canon/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xml-canon/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-<!-- xmlbase/Manifest.rdf -->
-<test:NegativeParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#error001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>NOT_APPROVED</test:status>
- <test:description>
- This test case concerns URIs relative to a non-relative URI scheme base.
- It's beyond the scope of the WG to deal with this; it has therefore not
- been approved.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/error001.rdf" />
- </test:inputDocument>
-
-</test:NegativeParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test001">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test002">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test002.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test002.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test003">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test003.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test003.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test004">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test005">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>OBSOLETE</test:status>
- <!-- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" /> -->
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-This is not valid rdf/xml. The embedding of RDF/XML in other XML formats is
-beyond the scope of these test cases. Test case withdrawn.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test005.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test005.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test006">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test006.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test006.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test007">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test007.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test007.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test008">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test009">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test009.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test009.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test010">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test010.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test010.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test011">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test012">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>WITHDRAWN</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Oct/0217.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-Test case WITHDRAWN in light of 2396bis
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test012.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test012.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test013">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <!-- <test:description>
- -if we have a description, fill it in here -
- </test:description> -->
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test014">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
- Test output corrected to use correct base URL.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test015">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>NOT_APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-This test case is deprecated. The use of mailto: URIs with xml:base is not within the scope of
-RDFCore's charter to sort out.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test015.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test015.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<test:PositiveParserTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/Manifest.rdf#test016">
-
- <test:issue rdf:resource="http://www.w3.org/2000/03/rdf-tracking/#rdfms-xml-base" />
- <test:status>NOT_APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0235.html" />
- <!-- <test:discussion rdf:resource="pointer to archived email or other discussion" /> -->
- <test:description>
-This test case is deprecated. The use of mailto: URIs with xml:base is not within the scope of
-RDFCore's charter to sort out.
- </test:description>
-
- <test:inputDocument>
- <test:RDF-XML-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.rdf" />
- </test:inputDocument>
-
- <test:outputDocument>
- <test:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.nt" />
- </test:outputDocument>
-
-</test:PositiveParserTest>
-
-
-<!-- xmlsch-02/Manifest.rdf -->
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/Manifest.rdf#whitespace-facet-1">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
-A well-formed typed literal is not related to an ill-formed literal.
-Even if they only differ by whitespace.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#int" />
-
-
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test002.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/Manifest.rdf#whitespace-facet-2">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
-A well-formed typed literal is not related to an ill-formed literal.
-Even if they only differ by whitespace.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#int" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test002.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test001.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-<test:PositiveEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/Manifest.rdf#whitespace-facet-3">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
-A simple test for well-formedness of a typed literal.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#int" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test001.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test003.rdf" />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-<test:NegativeEntailmentTest rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/Manifest.rdf#whitespace-facet-4">
-
- <test:status>APPROVED</test:status>
- <test:approval rdf:resource="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2003Jul/0263.html" />
-
- <test:description>
-An integer with whitespace is ill-formed.
- </test:description>
-
- <test:entailmentRules rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
- <test:entailmentRules rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/datatypes#" />
- <test:datatypeSupport rdf:resource="http://www.w3.org/2001/XMLSchema#int" />
-
- <test:premiseDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test002.rdf" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:RDF-XML-Document
- rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlsch-02/test003.rdf" />
- </test:conclusionDocument>
-
-</test:NegativeEntailmentTest>
-
-
-</rdf:RDF>
-
diff --git a/test/data/suites/w3c/rdf-xml/README b/test/data/suites/w3c/rdf-xml/README
new file mode 100644
index 00000000..e93326cb
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml/README
@@ -0,0 +1,35 @@
+This README is for the W3C RDF Working Group's RDF/XML test suite.
+This test suite contains two kinds of tests:
+
+ Evaluation (rdft:TestXMLEval) - a pair of an input RDF/XML file
+ and reference ntriples file.
+
+ Negative syntax (rdft:TestXMLNegativeSyntax) - an input RDF/XML
+ file with at least one syntax error.
+
+The manifest.ttl file in this directory lists all of the tests in the
+RDF WG's RDF/XML test suite. Each test is one of the above tests. All
+tests have a name (mf:name) and an input (mf:action). The Evaluation
+tests have an expected result (mf:result).
+
+• An implementation passes an Evaluation test if it parses the input
+ into a graph, parses the expected result into another graph, and
+ those two graphs are isomorphic (see
+ <http://www.w3.org/TR/rdf11-concepts/#graph-isomorphism>).
+
+• An implementation passes a positive syntax test if it parses the
+ input.
+
+• An implementation passes a negative syntax test if it fails to parse
+ the input.
+
+The home of the test suite is <http://www.w3.org/2013/RDFXMLTests/>.
+Per RFC 3986 section 5.1.3, the base IRI for parsing each file is the
+retrieval IRI for that file. For example, the tests rdf-containers-syntax-vs-schema-test004 and
+xmlbase-test014 require relative IRI resolution against a base of
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf> and
+<http://www.w3.org/2013/RDFXMLTests/xmlbase/test014.rdf> respectively.
+
+See http://www.w3.org/2011/rdf-wg/wiki/RDFXML_Test_Suite for more details.
+
+Gregg Kellogg <gregg@greggkellogg.net> - 23 December 2013.
diff --git a/test/data/suites/w3c/rdf-xml/convert-manifest.rb b/test/data/suites/w3c/rdf-xml/convert-manifest.rb
new file mode 100644
index 00000000..9d680ab8
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml/convert-manifest.rb
@@ -0,0 +1,96 @@
+#!/usr/bin/env ruby
+# Convert 2004 manifest to 2013 format and vocabulary
+require 'linkeddata'
+require 'fileutils'
+
+TEST = RDF::Vocabulary.new("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
+QUERY = SPARQL.parse(%(
+ PREFIX test: <http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#>
+ SELECT ?subject ?type ?description ?action ?result
+ WHERE {
+ ?subject a ?type;
+ test:status "APPROVED";
+ test:inputDocument ?action;
+ OPTIONAL {
+ ?subject test:description ?description
+ }
+ OPTIONAL {
+ ?subject test:outputDocument ?result
+ }
+ FILTER(?type = test:PositiveParserTest || ?type = test:NegativeParserTest)
+ }
+))
+
+g = RDF::Repository.load("2004-test-suite/Manifest.rdf")
+
+tests = {}
+
+File.open("manifest.ttl", "w") do |f|
+ f.write(%(
+ # RDF/XML Syntax tests
+ ## Distributed under both the W3C Test Suite License[1] and the W3C 3-
+ ## clause BSD License[2]. To contribute to a W3C Test Suite, see the
+ ## policies and contribution forms [3]
+ ##
+ ## 1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
+ ## 2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license
+ ## 3. http://www.w3.org/2004/10/27-testcases
+
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+ @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+ @prefix rdft: <http://www.w3.org/ns/rdftest#> .
+
+ <> rdf:type mf:Manifest ;
+ rdfs:comment "RDF/XML Syntax tests" ;
+ mf:entries \()[1..-1].gsub(/^ /, ''))
+
+ QUERY.execute(g).each do |soln|
+ #puts soln.inspect
+ dir = soln.subject.path.split('/')[-2]
+ frag = "##{dir}-#{soln.subject.fragment}"
+ puts "test #{dir}/'#{frag}' already defined" if tests.has_key?(frag)
+ f.write("\n <#{frag}>")
+ tests[frag] = soln
+ end
+ f.puts("\n ) .\n\n")
+
+ tests.each_pair do |frag, test|
+ raise "test #{frag} missing description" unless test[:description]
+ # Wrap description to 40 characters and indent
+ desc = test.description.
+ to_s.
+ strip.
+ gsub(/\s+/m, ' ').
+ scan(/\S.{0,60}\S(?=\s|$)|\S+/).
+ join("\n ")
+
+ type = test.type.fragment == "PositiveParserTest" ? "TestXMLEval" : "TestXMLNegativeSyntax"
+
+ test_desc = %(
+ <#{frag}> a rdft:#{type};
+ mf:name "#{frag[1..-1]}";
+ rdfs:comment """
+ #{desc}
+ """;
+ rdfs:approval rdft:Approved
+ ).gsub(/^ /, '')[1..-2]
+
+ [:action, :result].each do |t|
+ next unless test[t]
+ path = test[t].path.split('/')[-2..-1].join('/')
+
+ # Copy the test into place, if it does not exist.
+ parts = path.split('/')
+
+ FileUtils.mkdir(parts.first) unless Dir.exist?(parts.first)
+ puts "Copy 2004-test-suite/#{path} to #{path}"
+ FileUtils.cp "2004-test-suite/#{path}", path
+ test_desc += ";\n mf:#{t} <#{path}>"
+ end
+ test_desc += " .\n\n"
+
+ f.puts test_desc
+ end
+end
+
diff --git a/test/data/suites/w3c/rdf-xml/datatypes/test001.rdf b/test/data/suites/w3c/rdf-xml/datatypes/test001.rdf
index a4c86aea..5605bacc 100644
--- a/test/data/suites/w3c/rdf-xml/datatypes/test001.rdf
+++ b/test/data/suites/w3c/rdf-xml/datatypes/test001.rdf
@@ -12,7 +12,7 @@
Description: A simple datatype production; a language+
datatype production. Simply duplicate the constructs under
- http://www.w3.org/2000/10/rdf-tests/rdfcore/ntriples/test.nt
+ http://www.w3.org/2013/RDFXMLTests/ntriples/test.nt
$Id: test001.rdf,v 1.2 2002/11/20 14:51:34 jgrant Exp $
diff --git a/test/data/suites/w3c/rdf-xml/manifest.ttl b/test/data/suites/w3c/rdf-xml/manifest.ttl
new file mode 100644
index 00000000..fb300ce7
--- /dev/null
+++ b/test/data/suites/w3c/rdf-xml/manifest.ttl
@@ -0,0 +1,1777 @@
+# RDF/XML Syntax tests
+## Distributed under both the W3C Test Suite License[1] and the W3C 3-
+## clause BSD License[2]. To contribute to a W3C Test Suite, see the
+## policies and contribution forms [3]
+##
+## 1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
+## 2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license
+## 3. http://www.w3.org/2004/10/27-testcases
+
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix rdft: <http://www.w3.org/ns/rdftest#> .
+
+<> rdf:type mf:Manifest ;
+ rdfs:comment "RDF/XML Syntax tests" ;
+ mf:entries (
+ <#amp-in-url-test001>
+ <#datatypes-test001>
+ <#datatypes-test002>
+ <#rdf-charmod-literals-test001>
+ <#rdf-charmod-uris-test001>
+ <#rdf-charmod-uris-test002>
+ <#rdf-containers-syntax-vs-schema-error001>
+ <#rdf-containers-syntax-vs-schema-error002>
+ <#rdf-containers-syntax-vs-schema-test001>
+ <#rdf-containers-syntax-vs-schema-test002>
+ <#rdf-containers-syntax-vs-schema-test003>
+ <#rdf-containers-syntax-vs-schema-test004>
+ <#rdf-containers-syntax-vs-schema-test006>
+ <#rdf-containers-syntax-vs-schema-test007>
+ <#rdf-containers-syntax-vs-schema-test008>
+ <#rdf-element-not-mandatory-test001>
+ <#rdf-ns-prefix-confusion-test0001>
+ <#rdf-ns-prefix-confusion-test0003>
+ <#rdf-ns-prefix-confusion-test0004>
+ <#rdf-ns-prefix-confusion-test0005>
+ <#rdf-ns-prefix-confusion-test0006>
+ <#rdf-ns-prefix-confusion-test0009>
+ <#rdf-ns-prefix-confusion-test0010>
+ <#rdf-ns-prefix-confusion-test0011>
+ <#rdf-ns-prefix-confusion-test0012>
+ <#rdf-ns-prefix-confusion-test0013>
+ <#rdf-ns-prefix-confusion-test0014>
+ <#rdfms-abouteach-error001>
+ <#rdfms-abouteach-error002>
+ <#rdfms-difference-between-ID-and-about-error1>
+ <#rdfms-difference-between-ID-and-about-test1>
+ <#rdfms-difference-between-ID-and-about-test2>
+ <#rdfms-difference-between-ID-and-about-test3>
+ <#rdfms-duplicate-member-props-test001>
+ <#rdfms-empty-property-elements-error001>
+ <#rdfms-empty-property-elements-error002>
+ #<#rdfms-empty-property-elements-error003>
+ <#rdfms-empty-property-elements-test001>
+ <#rdfms-empty-property-elements-test002>
+ #<#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-test010>
+ <#rdfms-empty-property-elements-test011>
+ <#rdfms-empty-property-elements-test012>
+ <#rdfms-empty-property-elements-test013>
+ <#rdfms-empty-property-elements-test014>
+ <#rdfms-empty-property-elements-test015>
+ <#rdfms-empty-property-elements-test016>
+ <#rdfms-empty-property-elements-test017>
+ <#rdfms-identity-anon-resources-test001>
+ <#rdfms-identity-anon-resources-test002>
+ <#rdfms-identity-anon-resources-test003>
+ <#rdfms-identity-anon-resources-test004>
+ <#rdfms-identity-anon-resources-test005>
+ <#rdfms-not-id-and-resource-attr-test001>
+ <#rdfms-not-id-and-resource-attr-test002>
+ <#rdfms-not-id-and-resource-attr-test004>
+ <#rdfms-not-id-and-resource-attr-test005>
+ <#rdfms-para196-test001>
+ <#rdfms-rdf-id-error001>
+ <#rdfms-rdf-id-error002>
+ <#rdfms-rdf-id-error003>
+ <#rdfms-rdf-id-error004>
+ <#rdfms-rdf-id-error005>
+ <#rdfms-rdf-id-error006>
+ <#rdfms-rdf-id-error007>
+ <#rdfms-rdf-names-use-error-001>
+ <#rdfms-rdf-names-use-error-002>
+ <#rdfms-rdf-names-use-error-003>
+ <#rdfms-rdf-names-use-error-004>
+ <#rdfms-rdf-names-use-error-005>
+ <#rdfms-rdf-names-use-error-006>
+ <#rdfms-rdf-names-use-error-007>
+ <#rdfms-rdf-names-use-error-008>
+ <#rdfms-rdf-names-use-error-009>
+ <#rdfms-rdf-names-use-error-010>
+ <#rdfms-rdf-names-use-error-011>
+ <#rdfms-rdf-names-use-error-012>
+ <#rdfms-rdf-names-use-error-013>
+ <#rdfms-rdf-names-use-error-014>
+ <#rdfms-rdf-names-use-error-015>
+ <#rdfms-rdf-names-use-error-016>
+ <#rdfms-rdf-names-use-error-017>
+ <#rdfms-rdf-names-use-error-018>
+ <#rdfms-rdf-names-use-error-019>
+ <#rdfms-rdf-names-use-error-020>
+ <#rdfms-rdf-names-use-test-001>
+ <#rdfms-rdf-names-use-test-002>
+ <#rdfms-rdf-names-use-test-003>
+ <#rdfms-rdf-names-use-test-004>
+ <#rdfms-rdf-names-use-test-005>
+ <#rdfms-rdf-names-use-test-006>
+ <#rdfms-rdf-names-use-test-007>
+ <#rdfms-rdf-names-use-test-008>
+ <#rdfms-rdf-names-use-test-009>
+ <#rdfms-rdf-names-use-test-010>
+ <#rdfms-rdf-names-use-test-011>
+ <#rdfms-rdf-names-use-test-012>
+ <#rdfms-rdf-names-use-test-013>
+ <#rdfms-rdf-names-use-test-014>
+ <#rdfms-rdf-names-use-test-015>
+ <#rdfms-rdf-names-use-test-016>
+ <#rdfms-rdf-names-use-test-017>
+ <#rdfms-rdf-names-use-test-018>
+ <#rdfms-rdf-names-use-test-019>
+ <#rdfms-rdf-names-use-test-020>
+ <#rdfms-rdf-names-use-test-021>
+ <#rdfms-rdf-names-use-test-022>
+ <#rdfms-rdf-names-use-test-023>
+ <#rdfms-rdf-names-use-test-024>
+ <#rdfms-rdf-names-use-test-025>
+ <#rdfms-rdf-names-use-test-026>
+ <#rdfms-rdf-names-use-test-027>
+ <#rdfms-rdf-names-use-test-028>
+ <#rdfms-rdf-names-use-test-029>
+ <#rdfms-rdf-names-use-test-030>
+ <#rdfms-rdf-names-use-test-031>
+ <#rdfms-rdf-names-use-test-032>
+ <#rdfms-rdf-names-use-test-033>
+ <#rdfms-rdf-names-use-test-034>
+ <#rdfms-rdf-names-use-test-035>
+ <#rdfms-rdf-names-use-test-036>
+ <#rdfms-rdf-names-use-test-037>
+ <#rdfms-rdf-names-use-warn-001>
+ <#rdfms-rdf-names-use-warn-002>
+ <#rdfms-rdf-names-use-warn-003>
+ <#rdfms-reification-required-test001>
+ <#rdfms-seq-representation-test001>
+ <#rdfms-syntax-incomplete-test001>
+ <#rdfms-syntax-incomplete-test002>
+ <#rdfms-syntax-incomplete-test003>
+ <#rdfms-syntax-incomplete-test004>
+ <#rdfms-syntax-incomplete-error001>
+ <#rdfms-syntax-incomplete-error002>
+ <#rdfms-syntax-incomplete-error003>
+ <#rdfms-syntax-incomplete-error004>
+ <#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-xmllang-test003>
+ <#rdfms-xmllang-test004>
+ <#rdfms-xmllang-test005>
+ <#rdfms-xmllang-test006>
+ <#rdfs-domain-and-range-test001>
+ <#rdfs-domain-and-range-test002>
+ <#unrecognised-xml-attributes-test001>
+ <#unrecognised-xml-attributes-test002>
+ <#xml-canon-test001>
+ <#xmlbase-test001>
+ <#xmlbase-test002>
+ <#xmlbase-test003>
+ <#xmlbase-test004>
+ <#xmlbase-test006>
+ <#xmlbase-test007>
+ <#xmlbase-test008>
+ <#xmlbase-test009>
+ <#xmlbase-test010>
+ <#xmlbase-test011>
+ <#xmlbase-test013>
+ <#xmlbase-test014>
+ ) .
+
+<#amp-in-url-test001> a rdft:TestXMLEval;
+ mf:name "amp-in-url-test001";
+ rdfs:comment """
+ Description: the purpose of this test case is to show how one
+of XML's Predefined Entities - in this case the ampersand - is
+represented when it is used in the value of an rdf:about
+attribute. The ampersand is represented by its numeric
+character reference as specified in:
+http://www.w3.org/TR/REC-xml#sec-predefined-ent In the
+associated N-Triples file, the ampersand will be represented
+with a single ampersand character (and not the ampersand's
+numeric character reference). Note: when a XML/HTML browser is
+used to display this file, a single ampersand character may be
+displayed and not the ampersand's numeric character reference.
+In this case, the browser may provide an alternate way to view
+the file (such as viewing the file's source or saving to a
+file).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <amp-in-url/test001.rdf>;
+ mf:result <amp-in-url/test001.nt> .
+
+<#datatypes-test001> a rdft:TestXMLEval;
+ mf:name "datatypes-test001";
+ rdfs:comment """
+ A simple datatype production; a language+datatype production.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <datatypes/test001.rdf>;
+ mf:result <datatypes/test001.nt> .
+
+<#datatypes-test002> a rdft:TestXMLEval;
+ mf:name "datatypes-test002";
+ rdfs:comment """
+ A parser is not required to know about well-formed datatyped
+literals.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <datatypes/test002.rdf>;
+ mf:result <datatypes/test002.nt> .
+
+<#rdf-charmod-literals-test001> a rdft:TestXMLEval;
+ mf:name "rdf-charmod-literals-test001";
+ rdfs:comment """
+ Does the treatment of literals conform to charmod ? Test for
+success of legal Normal Form C literal
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-charmod-literals/test001.rdf>;
+ mf:result <rdf-charmod-literals/test001.nt> .
+
+<#rdf-charmod-uris-test001> a rdft:TestXMLEval;
+ mf:name "rdf-charmod-uris-test001";
+ rdfs:comment """
+ A uriref is allowed to match non-US ASCII forms conforming to
+Unicode Normal Form C. No escaping algorithm is applied.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-charmod-uris/test001.rdf>;
+ mf:result <rdf-charmod-uris/test001.nt> .
+
+<#rdf-charmod-uris-test002> a rdft:TestXMLEval;
+ mf:name "rdf-charmod-uris-test002";
+ rdfs:comment """
+ A uriref which already has % escaping is permitted. No
+unescaping algorithm is applied.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-charmod-uris/test002.rdf>;
+ mf:result <rdf-charmod-uris/test002.nt> .
+
+<#rdf-containers-syntax-vs-schema-error001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdf-containers-syntax-vs-schema-error001";
+ rdfs:comment """
+ rdf:li is not allowed as as an attribute
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/error001.rdf> .
+
+<#rdf-containers-syntax-vs-schema-error002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdf-containers-syntax-vs-schema-error002";
+ rdfs:comment """
+ rdf:li elements as typed nodes - a bizarre case As specified
+in
+http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html
+is not an error.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/error002.rdf> .
+
+<#rdf-containers-syntax-vs-schema-test001> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test001";
+ rdfs:comment """
+ Simple container
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test001.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test001.nt> .
+
+<#rdf-containers-syntax-vs-schema-test002> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test002";
+ rdfs:comment """
+ rdf:li is unaffected by other rdf:_nnn properties. This test
+case is concerned only with defining the triples that this
+particular example RDF/XML represents. It is not concerned
+with whether that collection of triples violates any other
+constraints, e.g. restrictions on the number of rdf:_1
+properties that may be defined for a resource.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test002.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test002.nt> .
+
+<#rdf-containers-syntax-vs-schema-test003> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test003";
+ rdfs:comment """
+ rdf:li elements can exist in any description element
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test003.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test003.nt> .
+
+<#rdf-containers-syntax-vs-schema-test004> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test004";
+ rdfs:comment """
+ rdf:li elements match any of the property element productions
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test004.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test004.nt> .
+
+<#rdf-containers-syntax-vs-schema-test006> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test006";
+ rdfs:comment """
+ containers match the typed node production
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test006.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test006.nt> .
+
+<#rdf-containers-syntax-vs-schema-test007> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test007";
+ rdfs:comment """
+ rdf:li processing within each element is independent
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test007.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test007.nt> .
+
+<#rdf-containers-syntax-vs-schema-test008> a rdft:TestXMLEval;
+ mf:name "rdf-containers-syntax-vs-schema-test008";
+ rdfs:comment """
+ rdf:li processing is per element, not per resource.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-containers-syntax-vs-schema/test008.rdf>;
+ mf:result <rdf-containers-syntax-vs-schema/test008.nt> .
+
+<#rdf-element-not-mandatory-test001> a rdft:TestXMLEval;
+ mf:name "rdf-element-not-mandatory-test001";
+ rdfs:comment """
+ A surrounding rdf:RDF element is no longer mandatory.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-element-not-mandatory/test001.rdf>;
+ mf:result <rdf-element-not-mandatory/test001.nt> .
+
+<#rdf-ns-prefix-confusion-test0001> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0001";
+ rdfs:comment """
+ RDF attributes that are required to have an rdf: prefix about
+aboutEach ID bagID type resource parseType
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0001.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0001.nt> .
+
+<#rdf-ns-prefix-confusion-test0003> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0003";
+ rdfs:comment """
+ RDF attributes that are required to have an rdf: prefix about
+aboutEach ID bagID type resource parseType
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0003.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0003.nt> .
+
+<#rdf-ns-prefix-confusion-test0004> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0004";
+ rdfs:comment """
+ RDF attributes that are required to have an rdf: prefix about
+aboutEach ID bagID type resource parseType
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0004.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0004.nt> .
+
+<#rdf-ns-prefix-confusion-test0005> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0005";
+ rdfs:comment """
+ RDF attributes that are required to have an rdf: prefix about
+aboutEach ID bagID type resource parseType
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0005.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0005.nt> .
+
+<#rdf-ns-prefix-confusion-test0006> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0006";
+ rdfs:comment """
+ RDF attributes that are required to have an rdf: prefix about
+aboutEach ID bagID type resource parseType
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0006.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0006.nt> .
+
+<#rdf-ns-prefix-confusion-test0009> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0009";
+ rdfs:comment """
+ Namespace qualification MUST be used for all property
+attributes.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0009.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0009.nt> .
+
+<#rdf-ns-prefix-confusion-test0010> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0010";
+ rdfs:comment """
+ Non-prefixed RDF elements (NOT attributes) are allowed when a
+default XML element namespace is defined with an
+xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0010.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0010.nt> .
+
+<#rdf-ns-prefix-confusion-test0011> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0011";
+ rdfs:comment """
+ Non-prefixed RDF elements (NOT attributes) are allowed when a
+default XML element namespace is defined with an
+xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0011.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0011.nt> .
+
+<#rdf-ns-prefix-confusion-test0012> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0012";
+ rdfs:comment """
+ Non-prefixed RDF elements (NOT attributes) are allowed when a
+default XML element namespace is defined with an
+xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0012.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0012.nt> .
+
+<#rdf-ns-prefix-confusion-test0013> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0013";
+ rdfs:comment """
+ Non-prefixed RDF elements (NOT attributes) are allowed when a
+default XML element namespace is defined with an
+xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0013.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0013.nt> .
+
+<#rdf-ns-prefix-confusion-test0014> a rdft:TestXMLEval;
+ mf:name "rdf-ns-prefix-confusion-test0014";
+ rdfs:comment """
+ Non-prefixed RDF elements (NOT attributes) are allowed when a
+default XML element namespace is defined with an
+xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdf-ns-prefix-confusion/test0014.rdf>;
+ mf:result <rdf-ns-prefix-confusion/test0014.nt> .
+
+<#rdfms-abouteach-error001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-abouteach-error001";
+ rdfs:comment """
+ aboutEach removed from the RDF specifications. See URI above
+for further details.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-abouteach/error001.rdf> .
+
+<#rdfms-abouteach-error002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-abouteach-error002";
+ rdfs:comment """
+ aboutEach removed from the RDF specifications. See URI above
+for further details.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-abouteach/error002.rdf> .
+
+<#rdfms-difference-between-ID-and-about-error1> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-difference-between-ID-and-about-error1";
+ rdfs:comment """
+ two elements cannot use the same ID
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-difference-between-ID-and-about/error1.rdf> .
+
+<#rdfms-difference-between-ID-and-about-test1> a rdft:TestXMLEval;
+ mf:name "rdfms-difference-between-ID-and-about-test1";
+ rdfs:comment """
+ A statement with an rdf:ID creates a regular triple.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-difference-between-ID-and-about/test1.rdf>;
+ mf:result <rdfms-difference-between-ID-and-about/test1.nt> .
+
+<#rdfms-difference-between-ID-and-about-test2> a rdft:TestXMLEval;
+ mf:name "rdfms-difference-between-ID-and-about-test2";
+ rdfs:comment """
+ This test shows the treatment of non-ASCII characters in the
+value of rdf:ID attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-difference-between-ID-and-about/test2.rdf>;
+ mf:result <rdfms-difference-between-ID-and-about/test2.nt> .
+
+<#rdfms-difference-between-ID-and-about-test3> a rdft:TestXMLEval;
+ mf:name "rdfms-difference-between-ID-and-about-test3";
+ rdfs:comment """
+ This test shows the treatment of non-ASCII characters in the
+value of rdf:about attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-difference-between-ID-and-about/test3.rdf>;
+ mf:result <rdfms-difference-between-ID-and-about/test3.nt> .
+
+<#rdfms-duplicate-member-props-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-duplicate-member-props-test001";
+ rdfs:comment """
+ The question posed to the RDF WG was: should an RDF document
+containing multiple rdf:_n properties (with the same n) on an
+element be rejected as illegal? The WG decided that a parser
+should accept that case as legal RDF.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-duplicate-member-props/test001.rdf>;
+ mf:result <rdfms-duplicate-member-props/test001.nt> .
+
+<#rdfms-empty-property-elements-error001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-empty-property-elements-error001";
+ rdfs:comment """
+ This is not legal RDF; specifying an rdf:parseType of
+"Literal" and an rdf:resource attribute at the same time is an
+error.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/error001.rdf> .
+
+<#rdfms-empty-property-elements-error002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-empty-property-elements-error002";
+ rdfs:comment """
+ This is not legal RDF; specifying an rdf:parseType of
+"Literal" and an rdf:resource attribute at the same time is an
+error.
+ """;
+ 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-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test001";
+ rdfs:comment """
+ The rdf:resource attribute means that the value of this
+property element is a resource.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test001.rdf>;
+ mf:result <rdfms-empty-property-elements/test001.nt> .
+
+<#rdfms-empty-property-elements-test002> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test002";
+ rdfs:comment """
+ The basic case. An empty property element just gives an empty
+literal.
+ """;
+ rdfs:approval rdft:Approved;
+ 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-test004> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test004";
+ rdfs:comment """
+ If the parseType indicates the value is a resource, we must
+create one. With no additional information, the resource is
+anonymous.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test004.rdf>;
+ mf:result <rdfms-empty-property-elements/test004.nt> .
+
+<#rdfms-empty-property-elements-test005> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test005";
+ rdfs:comment """
+ An empty property element just gives an empty literal. We
+reify the statement at the same time.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test005.rdf>;
+ mf:result <rdfms-empty-property-elements/test005.nt> .
+
+<#rdfms-empty-property-elements-test006> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test006";
+ rdfs:comment """
+ Here the parseType indicates that we should create a resource.
+We also reify the generated statement.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test006.rdf>;
+ mf:result <rdfms-empty-property-elements/test006.nt> .
+
+<#rdfms-empty-property-elements-test007> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test007";
+ rdfs:comment """
+ As test001.rdf; this uses an explicit closing tag.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test007.rdf>;
+ mf:result <rdfms-empty-property-elements/test007.nt> .
+
+<#rdfms-empty-property-elements-test008> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test008";
+ rdfs:comment """
+ As test002.rdf; this uses an explicit closing tag.
+ """;
+ rdfs:approval rdft:Approved;
+ 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-test010> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test010";
+ rdfs:comment """
+ As test004.rdf; this uses an explicit closing tag.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test010.rdf>;
+ mf:result <rdfms-empty-property-elements/test010.nt> .
+
+<#rdfms-empty-property-elements-test011> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test011";
+ rdfs:comment """
+ As test005.rdf; this uses an explicit closing tag.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test011.rdf>;
+ mf:result <rdfms-empty-property-elements/test011.nt> .
+
+<#rdfms-empty-property-elements-test012> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test012";
+ rdfs:comment """
+ As test006.rdf; this uses an explicit closing tag.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test012.rdf>;
+ mf:result <rdfms-empty-property-elements/test012.nt> .
+
+<#rdfms-empty-property-elements-test013> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test013";
+ rdfs:comment """
+ Test of the last alternative for production [6.12],
+interpreted according to RDFMS paragraphs 229-234:
+http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test013.rdf>;
+ mf:result <rdfms-empty-property-elements/test013.nt> .
+
+<#rdfms-empty-property-elements-test014> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test014";
+ rdfs:comment """
+ Test of the last alternative for production [6.12],
+interpreted according to RDFMS paragraphs 229-234:
+http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test014.rdf>;
+ mf:result <rdfms-empty-property-elements/test014.nt> .
+
+<#rdfms-empty-property-elements-test015> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test015";
+ rdfs:comment """
+ Test of the last alternative for production [6.12],
+interpreted according to RDFMS paragraphs 229-234:
+http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229
+Here we have an explicit closing tag. This does not match any
+of the productions in the original document, but is
+indistinguishable from test014 as far as XML is concerned.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test015.rdf>;
+ mf:result <rdfms-empty-property-elements/test015.nt> .
+
+<#rdfms-empty-property-elements-test016> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test016";
+ rdfs:comment """
+ Like rdfms-empty-property-elements/test001.rdf but with a
+processing instruction as the only content of the otherwise
+empty element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test016.rdf>;
+ mf:result <rdfms-empty-property-elements/test016.nt> .
+
+<#rdfms-empty-property-elements-test017> a rdft:TestXMLEval;
+ mf:name "rdfms-empty-property-elements-test017";
+ rdfs:comment """
+ Like rdfms-empty-property-elements/test001.rdf but with a
+comment as the only content of the otherwise empty element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-empty-property-elements/test017.rdf>;
+ mf:result <rdfms-empty-property-elements/test017.nt> .
+
+<#rdfms-identity-anon-resources-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-identity-anon-resources-test001";
+ rdfs:comment """
+ a RDF Description with no ID or about attribute describes an
+un-named resource, aka a bNode.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-identity-anon-resources/test001.rdf>;
+ mf:result <rdfms-identity-anon-resources/test001.nt> .
+
+<#rdfms-identity-anon-resources-test002> a rdft:TestXMLEval;
+ mf:name "rdfms-identity-anon-resources-test002";
+ rdfs:comment """
+ a RDF Description with no ID or about attribute describes an
+un-named resource, aka a bNode.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-identity-anon-resources/test002.rdf>;
+ mf:result <rdfms-identity-anon-resources/test002.nt> .
+
+<#rdfms-identity-anon-resources-test003> a rdft:TestXMLEval;
+ mf:name "rdfms-identity-anon-resources-test003";
+ rdfs:comment """
+ a RDF container (in this case a Bag) without an ID attribute
+describes an un-named resource, aka a bNode.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-identity-anon-resources/test003.rdf>;
+ mf:result <rdfms-identity-anon-resources/test003.nt> .
+
+<#rdfms-identity-anon-resources-test004> a rdft:TestXMLEval;
+ mf:name "rdfms-identity-anon-resources-test004";
+ rdfs:comment """
+ a RDF container (in this case an Alt) without an ID attribute
+describes an un-named resource, aka a bNode.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-identity-anon-resources/test004.rdf>;
+ mf:result <rdfms-identity-anon-resources/test004.nt> .
+
+<#rdfms-identity-anon-resources-test005> a rdft:TestXMLEval;
+ mf:name "rdfms-identity-anon-resources-test005";
+ rdfs:comment """
+ a RDF container (in this case an Seq) without an ID attribute
+describes an un-named resource, aka a bNode.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-identity-anon-resources/test005.rdf>;
+ mf:result <rdfms-identity-anon-resources/test005.nt> .
+
+<#rdfms-not-id-and-resource-attr-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-not-id-and-resource-attr-test001";
+ rdfs:comment """
+ rdf:ID on an empty property element indicates reification.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-not-id-and-resource-attr/test001.rdf>;
+ mf:result <rdfms-not-id-and-resource-attr/test001.nt> .
+
+<#rdfms-not-id-and-resource-attr-test002> a rdft:TestXMLEval;
+ mf:name "rdfms-not-id-and-resource-attr-test002";
+ rdfs:comment """
+ rdf:reource on an empty property element indicates the URI of
+the object.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-not-id-and-resource-attr/test002.rdf>;
+ mf:result <rdfms-not-id-and-resource-attr/test002.nt> .
+
+<#rdfms-not-id-and-resource-attr-test004> a rdft:TestXMLEval;
+ mf:name "rdfms-not-id-and-resource-attr-test004";
+ rdfs:comment """
+ rdf:ID and rdf:resource are allowed together on empty property
+element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-not-id-and-resource-attr/test004.rdf>;
+ mf:result <rdfms-not-id-and-resource-attr/test004.nt> .
+
+<#rdfms-not-id-and-resource-attr-test005> a rdft:TestXMLEval;
+ mf:name "rdfms-not-id-and-resource-attr-test005";
+ rdfs:comment """
+ rdf:ID and rdf:resource are allowed together on empty property
+element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-not-id-and-resource-attr/test005.rdf>;
+ mf:result <rdfms-not-id-and-resource-attr/test005.nt> .
+
+<#rdfms-para196-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-para196-test001";
+ rdfs:comment """
+ test case showing that the 2nd URI in M Paragraph 196 is
+permitted as a namespace URI (and any namespace URI starting
+with that URI)
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-para196/test001.rdf>;
+ mf:result <rdfms-para196/test001.nt> .
+
+<#rdfms-rdf-id-error001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error001";
+ rdfs:comment """
+ The value of rdf:ID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error001.rdf> .
+
+<#rdfms-rdf-id-error002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error002";
+ rdfs:comment """
+ The value of rdf:ID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error002.rdf> .
+
+<#rdfms-rdf-id-error003> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error003";
+ rdfs:comment """
+ The value of rdf:ID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error003.rdf> .
+
+<#rdfms-rdf-id-error004> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error004";
+ rdfs:comment """
+ The value of rdf:ID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error004.rdf> .
+
+<#rdfms-rdf-id-error005> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error005";
+ rdfs:comment """
+ The value of rdf:ID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error005.rdf> .
+
+<#rdfms-rdf-id-error006> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error006";
+ rdfs:comment """
+ The value of rdf:bagID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error006.rdf> .
+
+<#rdfms-rdf-id-error007> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-id-error007";
+ rdfs:comment """
+ The value of rdf:bagID must match the XML Name production, (as
+modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-id/error007.rdf> .
+
+<#rdfms-rdf-names-use-error-001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-001";
+ rdfs:comment """
+ RDF is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-001.rdf> .
+
+<#rdfms-rdf-names-use-error-002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-002";
+ rdfs:comment """
+ ID is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-002.rdf> .
+
+<#rdfms-rdf-names-use-error-003> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-003";
+ rdfs:comment """
+ about is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-003.rdf> .
+
+<#rdfms-rdf-names-use-error-004> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-004";
+ rdfs:comment """
+ bagID is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-004.rdf> .
+
+<#rdfms-rdf-names-use-error-005> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-005";
+ rdfs:comment """
+ parseType is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-005.rdf> .
+
+<#rdfms-rdf-names-use-error-006> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-006";
+ rdfs:comment """
+ resource is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-006.rdf> .
+
+<#rdfms-rdf-names-use-error-007> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-007";
+ rdfs:comment """
+ nodeID is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-007.rdf> .
+
+<#rdfms-rdf-names-use-error-008> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-008";
+ rdfs:comment """
+ li is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-008.rdf> .
+
+<#rdfms-rdf-names-use-error-009> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-009";
+ rdfs:comment """
+ aboutEach is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-009.rdf> .
+
+<#rdfms-rdf-names-use-error-010> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-010";
+ rdfs:comment """
+ aboutEachPrefix is forbidden as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-010.rdf> .
+
+<#rdfms-rdf-names-use-error-011> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-011";
+ rdfs:comment """
+ Description is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-011.rdf> .
+
+<#rdfms-rdf-names-use-error-012> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-012";
+ rdfs:comment """
+ RDF is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-012.rdf> .
+
+<#rdfms-rdf-names-use-error-013> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-013";
+ rdfs:comment """
+ ID is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-013.rdf> .
+
+<#rdfms-rdf-names-use-error-014> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-014";
+ rdfs:comment """
+ about is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-014.rdf> .
+
+<#rdfms-rdf-names-use-error-015> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-015";
+ rdfs:comment """
+ bagID is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-015.rdf> .
+
+<#rdfms-rdf-names-use-error-016> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-016";
+ rdfs:comment """
+ parseType is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-016.rdf> .
+
+<#rdfms-rdf-names-use-error-017> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-017";
+ rdfs:comment """
+ resource is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-017.rdf> .
+
+<#rdfms-rdf-names-use-error-018> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-018";
+ rdfs:comment """
+ nodeID is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-018.rdf> .
+
+<#rdfms-rdf-names-use-error-019> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-019";
+ rdfs:comment """
+ aboutEach is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-019.rdf> .
+
+<#rdfms-rdf-names-use-error-020> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-rdf-names-use-error-020";
+ rdfs:comment """
+ aboutEachPrefix is forbidden as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/error-020.rdf> .
+
+<#rdfms-rdf-names-use-test-001> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-001";
+ rdfs:comment """
+ Description is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-001.rdf>;
+ mf:result <rdfms-rdf-names-use/test-001.nt> .
+
+<#rdfms-rdf-names-use-test-002> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-002";
+ rdfs:comment """
+ Seq is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-002.rdf>;
+ mf:result <rdfms-rdf-names-use/test-002.nt> .
+
+<#rdfms-rdf-names-use-test-003> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-003";
+ rdfs:comment """
+ Bag is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-003.rdf>;
+ mf:result <rdfms-rdf-names-use/test-003.nt> .
+
+<#rdfms-rdf-names-use-test-004> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-004";
+ rdfs:comment """
+ Alt is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-004.rdf>;
+ mf:result <rdfms-rdf-names-use/test-004.nt> .
+
+<#rdfms-rdf-names-use-test-005> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-005";
+ rdfs:comment """
+ Statement is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-005.rdf>;
+ mf:result <rdfms-rdf-names-use/test-005.nt> .
+
+<#rdfms-rdf-names-use-test-006> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-006";
+ rdfs:comment """
+ Property is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-006.rdf>;
+ mf:result <rdfms-rdf-names-use/test-006.nt> .
+
+<#rdfms-rdf-names-use-test-007> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-007";
+ rdfs:comment """
+ List is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-007.rdf>;
+ mf:result <rdfms-rdf-names-use/test-007.nt> .
+
+<#rdfms-rdf-names-use-test-008> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-008";
+ rdfs:comment """
+ subject is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-008.rdf>;
+ mf:result <rdfms-rdf-names-use/test-008.nt> .
+
+<#rdfms-rdf-names-use-test-009> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-009";
+ rdfs:comment """
+ predicate is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-009.rdf>;
+ mf:result <rdfms-rdf-names-use/test-009.nt> .
+
+<#rdfms-rdf-names-use-test-010> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-010";
+ rdfs:comment """
+ object is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-010.rdf>;
+ mf:result <rdfms-rdf-names-use/test-010.nt> .
+
+<#rdfms-rdf-names-use-test-011> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-011";
+ rdfs:comment """
+ type is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-011.rdf>;
+ mf:result <rdfms-rdf-names-use/test-011.nt> .
+
+<#rdfms-rdf-names-use-test-012> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-012";
+ rdfs:comment """
+ value is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-012.rdf>;
+ mf:result <rdfms-rdf-names-use/test-012.nt> .
+
+<#rdfms-rdf-names-use-test-013> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-013";
+ rdfs:comment """
+ first is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-013.rdf>;
+ mf:result <rdfms-rdf-names-use/test-013.nt> .
+
+<#rdfms-rdf-names-use-test-014> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-014";
+ rdfs:comment """
+ rest is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-014.rdf>;
+ mf:result <rdfms-rdf-names-use/test-014.nt> .
+
+<#rdfms-rdf-names-use-test-015> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-015";
+ rdfs:comment """
+ _1 is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-015.rdf>;
+ mf:result <rdfms-rdf-names-use/test-015.nt> .
+
+<#rdfms-rdf-names-use-test-016> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-016";
+ rdfs:comment """
+ nil is allowed as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-016.rdf>;
+ mf:result <rdfms-rdf-names-use/test-016.nt> .
+
+<#rdfms-rdf-names-use-test-017> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-017";
+ rdfs:comment """
+ Seq is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-017.rdf>;
+ mf:result <rdfms-rdf-names-use/test-017.nt> .
+
+<#rdfms-rdf-names-use-test-018> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-018";
+ rdfs:comment """
+ Bag is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-018.rdf>;
+ mf:result <rdfms-rdf-names-use/test-018.nt> .
+
+<#rdfms-rdf-names-use-test-019> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-019";
+ rdfs:comment """
+ Alt is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-019.rdf>;
+ mf:result <rdfms-rdf-names-use/test-019.nt> .
+
+<#rdfms-rdf-names-use-test-020> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-020";
+ rdfs:comment """
+ Statement is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-020.rdf>;
+ mf:result <rdfms-rdf-names-use/test-020.nt> .
+
+<#rdfms-rdf-names-use-test-021> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-021";
+ rdfs:comment """
+ Property is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-021.rdf>;
+ mf:result <rdfms-rdf-names-use/test-021.nt> .
+
+<#rdfms-rdf-names-use-test-022> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-022";
+ rdfs:comment """
+ List is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-022.rdf>;
+ mf:result <rdfms-rdf-names-use/test-022.nt> .
+
+<#rdfms-rdf-names-use-test-023> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-023";
+ rdfs:comment """
+ subject is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-023.rdf>;
+ mf:result <rdfms-rdf-names-use/test-023.nt> .
+
+<#rdfms-rdf-names-use-test-024> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-024";
+ rdfs:comment """
+ predicate is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-024.rdf>;
+ mf:result <rdfms-rdf-names-use/test-024.nt> .
+
+<#rdfms-rdf-names-use-test-025> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-025";
+ rdfs:comment """
+ object is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-025.rdf>;
+ mf:result <rdfms-rdf-names-use/test-025.nt> .
+
+<#rdfms-rdf-names-use-test-026> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-026";
+ rdfs:comment """
+ type is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-026.rdf>;
+ mf:result <rdfms-rdf-names-use/test-026.nt> .
+
+<#rdfms-rdf-names-use-test-027> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-027";
+ rdfs:comment """
+ value is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-027.rdf>;
+ mf:result <rdfms-rdf-names-use/test-027.nt> .
+
+<#rdfms-rdf-names-use-test-028> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-028";
+ rdfs:comment """
+ first is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-028.rdf>;
+ mf:result <rdfms-rdf-names-use/test-028.nt> .
+
+<#rdfms-rdf-names-use-test-029> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-029";
+ rdfs:comment """
+ rest is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-029.rdf>;
+ mf:result <rdfms-rdf-names-use/test-029.nt> .
+
+<#rdfms-rdf-names-use-test-030> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-030";
+ rdfs:comment """
+ _1 is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-030.rdf>;
+ mf:result <rdfms-rdf-names-use/test-030.nt> .
+
+<#rdfms-rdf-names-use-test-031> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-031";
+ rdfs:comment """
+ li is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-031.rdf>;
+ mf:result <rdfms-rdf-names-use/test-031.nt> .
+
+<#rdfms-rdf-names-use-test-032> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-032";
+ rdfs:comment """
+ Seq is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-032.rdf>;
+ mf:result <rdfms-rdf-names-use/test-032.nt> .
+
+<#rdfms-rdf-names-use-test-033> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-033";
+ rdfs:comment """
+ Bag is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-033.rdf>;
+ mf:result <rdfms-rdf-names-use/test-033.nt> .
+
+<#rdfms-rdf-names-use-test-034> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-034";
+ rdfs:comment """
+ Alt is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-034.rdf>;
+ mf:result <rdfms-rdf-names-use/test-034.nt> .
+
+<#rdfms-rdf-names-use-test-035> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-035";
+ rdfs:comment """
+ Statement is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-035.rdf>;
+ mf:result <rdfms-rdf-names-use/test-035.nt> .
+
+<#rdfms-rdf-names-use-test-036> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-036";
+ rdfs:comment """
+ Property is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-036.rdf>;
+ mf:result <rdfms-rdf-names-use/test-036.nt> .
+
+<#rdfms-rdf-names-use-test-037> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-test-037";
+ rdfs:comment """
+ List is allowed as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/test-037.rdf>;
+ mf:result <rdfms-rdf-names-use/test-037.nt> .
+
+<#rdfms-rdf-names-use-warn-001> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-warn-001";
+ rdfs:comment """
+ foo is allowed with warnings as a node element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/warn-001.rdf>;
+ mf:result <rdfms-rdf-names-use/warn-001.nt> .
+
+<#rdfms-rdf-names-use-warn-002> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-warn-002";
+ rdfs:comment """
+ foo is allowed with warnings as a property element name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/warn-002.rdf>;
+ mf:result <rdfms-rdf-names-use/warn-002.nt> .
+
+<#rdfms-rdf-names-use-warn-003> a rdft:TestXMLEval;
+ mf:name "rdfms-rdf-names-use-warn-003";
+ rdfs:comment """
+ foo is allowed with warnings as a property attribute name.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-rdf-names-use/warn-003.rdf>;
+ mf:result <rdfms-rdf-names-use/warn-003.nt> .
+
+<#rdfms-reification-required-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-reification-required-test001";
+ rdfs:comment """
+ A parser is not required to generate a bag of reified
+statements for all description elements.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-reification-required/test001.rdf>;
+ mf:result <rdfms-reification-required/test001.nt> .
+
+<#rdfms-seq-representation-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-seq-representation-test001";
+ rdfs:comment """
+ rdf:parseType="Collection" is parsed like the nonstandard
+daml:collection.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-seq-representation/test001.rdf>;
+ mf:result <rdfms-seq-representation/test001.nt> .
+
+<#rdfms-syntax-incomplete-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-syntax-incomplete-test001";
+ rdfs:comment """
+ rdf:nodeID can be used to label a blank node.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/test001.rdf>;
+ mf:result <rdfms-syntax-incomplete/test001.nt> .
+
+<#rdfms-syntax-incomplete-test002> a rdft:TestXMLEval;
+ mf:name "rdfms-syntax-incomplete-test002";
+ rdfs:comment """
+ rdf:nodeID can be used to label a blank node. These have file
+scope and are distinct from any unlabelled blank nodes.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/test002.rdf>;
+ mf:result <rdfms-syntax-incomplete/test002.nt> .
+
+<#rdfms-syntax-incomplete-test003> a rdft:TestXMLEval;
+ mf:name "rdfms-syntax-incomplete-test003";
+ rdfs:comment """
+ On an rdf:Description or typed node rdf:nodeID behaves
+similarly to an rdf:about.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/test003.rdf>;
+ mf:result <rdfms-syntax-incomplete/test003.nt> .
+
+<#rdfms-syntax-incomplete-test004> a rdft:TestXMLEval;
+ mf:name "rdfms-syntax-incomplete-test004";
+ rdfs:comment """
+ On a property element rdf:nodeID behaves similarly to
+rdf:resource.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/test004.rdf>;
+ mf:result <rdfms-syntax-incomplete/test004.nt> .
+
+<#rdfms-syntax-incomplete-error001> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error001";
+ rdfs:comment """
+ The value of rdf:nodeID must match the XML Name production,
+(as modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error001.rdf> .
+
+<#rdfms-syntax-incomplete-error002> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error002";
+ rdfs:comment """
+ The value of rdf:nodeID must match the XML Name production,
+(as modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error002.rdf> .
+
+<#rdfms-syntax-incomplete-error003> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error003";
+ rdfs:comment """
+ The value of rdf:nodeID must match the XML Name production,
+(as modified by XML Namespaces).
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error003.rdf> .
+
+<#rdfms-syntax-incomplete-error004> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error004";
+ rdfs:comment """
+ Cannot have rdf:nodeID and rdf:ID.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error004.rdf> .
+
+<#rdfms-syntax-incomplete-error005> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error005";
+ rdfs:comment """
+ Cannot have rdf:nodeID and rdf:about.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error005.rdf> .
+
+<#rdfms-syntax-incomplete-error006> a rdft:TestXMLNegativeSyntax;
+ mf:name "rdfms-syntax-incomplete-error006";
+ rdfs:comment """
+ Cannot have rdf:nodeID and rdf:resource.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-syntax-incomplete/error006.rdf> .
+
+<#rdfms-uri-substructure-test001> a rdft:TestXMLEval;
+ mf:name "rdfms-uri-substructure-test001";
+ rdfs:comment """
+ Demonstrates the Recommended partitioning of a URI into a
+namespace part and a localname part
+ """;
+ rdfs:approval rdft:Approved;
+ 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-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-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";
+ rdfs:comment """
+ In-scope xml:lang applies to element content literal values
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-xmllang/test003.rdf>;
+ mf:result <rdfms-xmllang/test003.nt> .
+
+<#rdfms-xmllang-test004> a rdft:TestXMLEval;
+ mf:name "rdfms-xmllang-test004";
+ rdfs:comment """
+ In-scope xml:lang applies to element content literal values
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-xmllang/test004.rdf>;
+ mf:result <rdfms-xmllang/test004.nt> .
+
+<#rdfms-xmllang-test005> a rdft:TestXMLEval;
+ mf:name "rdfms-xmllang-test005";
+ rdfs:comment """
+ In-scope xml:lang applies to element content literal values
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-xmllang/test005.rdf>;
+ mf:result <rdfms-xmllang/test005.nt> .
+
+<#rdfms-xmllang-test006> a rdft:TestXMLEval;
+ mf:name "rdfms-xmllang-test006";
+ rdfs:comment """
+ In-scope xml:lang applies to element content literal values
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfms-xmllang/test006.rdf>;
+ mf:result <rdfms-xmllang/test006.nt> .
+
+<#rdfs-domain-and-range-test001> a rdft:TestXMLEval;
+ mf:name "rdfs-domain-and-range-test001";
+ rdfs:comment """
+ a RDF Property may have more than one domain property
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfs-domain-and-range/test001.rdf>;
+ mf:result <rdfs-domain-and-range/test001.nt> .
+
+<#rdfs-domain-and-range-test002> a rdft:TestXMLEval;
+ mf:name "rdfs-domain-and-range-test002";
+ rdfs:comment """
+ a RDF Property may have more than one domain property
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <rdfs-domain-and-range/test002.rdf>;
+ mf:result <rdfs-domain-and-range/test002.nt> .
+
+<#unrecognised-xml-attributes-test001> a rdft:TestXMLEval;
+ mf:name "unrecognised-xml-attributes-test001";
+ rdfs:comment """
+ Unrecognized attributes in the xml namespace should be
+ignored.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <unrecognised-xml-attributes/test001.rdf>;
+ mf:result <unrecognised-xml-attributes/test001.nt> .
+
+<#unrecognised-xml-attributes-test002> a rdft:TestXMLEval;
+ mf:name "unrecognised-xml-attributes-test002";
+ rdfs:comment """
+ Unrecognized attributes in the xml namespace should be
+ignored.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <unrecognised-xml-attributes/test002.rdf>;
+ mf:result <unrecognised-xml-attributes/test002.nt> .
+
+<#xml-canon-test001> a rdft:TestXMLEval;
+ mf:name "xml-canon-test001";
+ rdfs:comment """
+ Demonstrating the canonicalisation of XMLLiterals.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xml-canon/test001.rdf>;
+ mf:result <xml-canon/test001.nt> .
+
+<#xmlbase-test001> a rdft:TestXMLEval;
+ mf:name "xmlbase-test001";
+ rdfs:comment """
+ xml:base applies to an rdf:ID on an rdf:Description element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test001.rdf>;
+ mf:result <xmlbase/test001.nt> .
+
+<#xmlbase-test002> a rdft:TestXMLEval;
+ mf:name "xmlbase-test002";
+ rdfs:comment """
+ xml:base applies to an rdf:resource attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test002.rdf>;
+ mf:result <xmlbase/test002.nt> .
+
+<#xmlbase-test003> a rdft:TestXMLEval;
+ mf:name "xmlbase-test003";
+ rdfs:comment """
+ xml:base applies to an rdf:about attribute.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test003.rdf>;
+ mf:result <xmlbase/test003.nt> .
+
+<#xmlbase-test004> a rdft:TestXMLEval;
+ mf:name "xmlbase-test004";
+ rdfs:comment """
+ xml:base applies to an rdf:ID on a property element.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test004.rdf>;
+ mf:result <xmlbase/test004.nt> .
+
+<#xmlbase-test006> a rdft:TestXMLEval;
+ mf:name "xmlbase-test006";
+ rdfs:comment """
+ xml:base scoping.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test006.rdf>;
+ mf:result <xmlbase/test006.nt> .
+
+<#xmlbase-test007> a rdft:TestXMLEval;
+ mf:name "xmlbase-test007";
+ rdfs:comment """
+ example of relative URI resolution.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test007.rdf>;
+ mf:result <xmlbase/test007.nt> .
+
+<#xmlbase-test008> a rdft:TestXMLEval;
+ mf:name "xmlbase-test008";
+ rdfs:comment """
+ example of empty same document ref resolution.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test008.rdf>;
+ mf:result <xmlbase/test008.nt> .
+
+<#xmlbase-test009> a rdft:TestXMLEval;
+ mf:name "xmlbase-test009";
+ rdfs:comment """
+ Example of relative uri with absolute path resolution.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test009.rdf>;
+ mf:result <xmlbase/test009.nt> .
+
+<#xmlbase-test010> a rdft:TestXMLEval;
+ mf:name "xmlbase-test010";
+ rdfs:comment """
+ Example of relative uri with net path resolution.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test010.rdf>;
+ mf:result <xmlbase/test010.nt> .
+
+<#xmlbase-test011> a rdft:TestXMLEval;
+ mf:name "xmlbase-test011";
+ rdfs:comment """
+ Example of xml:base with no path component.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test011.rdf>;
+ mf:result <xmlbase/test011.nt> .
+
+<#xmlbase-test013> a rdft:TestXMLEval;
+ mf:name "xmlbase-test013";
+ rdfs:comment """
+ With an xml:base with fragment the fragment is ignored.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test013.rdf>;
+ mf:result <xmlbase/test013.nt> .
+
+<#xmlbase-test014> a rdft:TestXMLEval;
+ mf:name "xmlbase-test014";
+ rdfs:comment """
+ Test output corrected to use correct base URL.
+ """;
+ rdfs:approval rdft:Approved;
+ mf:action <xmlbase/test014.rdf>;
+ mf:result <xmlbase/test014.nt> .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test004.nt b/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test004.nt
index 2aea030d..0416a29e 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test004.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test004.nt
@@ -13,17 +13,17 @@
#####################################################################
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://foo/Bar> .
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:bar .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "1" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:bar .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "1" .
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> _:res .
_:res <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://foo/Bar> .
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> _:res2 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:bar .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:res2 .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:bar .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:res2 .
_:res2 <http://foo/bar> "foobar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test006.nt b/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test006.nt
index e5d31bae..1000fc5c 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test006.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-containers-syntax-vs-schema/test006.nt
@@ -11,20 +11,20 @@
# $Id$
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> "3" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> "3" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "foobar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "foobar" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "foobar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "foobar" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "barfoo" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "barfoo" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0004.nt b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0004.nt
index cb032e60..5cddfae0 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0004.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0004.nt
@@ -11,4 +11,4 @@
# $Id: test0004.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0004.rdf#foo> <http://example.org/property> "bar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0004.rdf#foo> <http://example.org/property> "bar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0011.nt b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0011.nt
index 4b6e3bb2..71ef883b 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0011.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0011.nt
@@ -11,5 +11,5 @@
# $Id: test0011.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0011.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0011.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0011.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0011.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0012.nt b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0012.nt
index 6393add2..8f06bb18 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0012.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0012.nt
@@ -11,5 +11,5 @@
# $Id: test0012.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0012.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0012.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0012.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0012.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0013.nt b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0013.nt
index 50e9b11a..3162f937 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0013.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0013.nt
@@ -11,5 +11,5 @@
# $Id: test0013.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0013.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0013.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0013.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0013.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0014.nt b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0014.nt
index 694bf2ab..3c18fd13 100644
--- a/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0014.nt
+++ b/test/data/suites/w3c/rdf-xml/rdf-ns-prefix-confusion/test0014.nt
@@ -11,5 +11,5 @@
# $Id: test0014.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0014.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0014.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0014.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0014.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "bar" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/error1.rdf b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/error1.rdf
index 1b46bb97..4b495e53 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/error1.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/error1.rdf
@@ -11,7 +11,7 @@
$Id: error1.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
-->
<!--
-Base URI: http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/error1.rdf
This is illegal RDF: two elements cannot use the same ID.
-->
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.nt b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.nt
index a8a82b9d..5d310a2b 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.nt
@@ -11,4 +11,4 @@
# $Id: test1.nt,v 1.2 2001/09/06 21:07:20 barstow Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test1.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.rdf b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.rdf
index c5952dbd..73657bae 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test1.rdf
@@ -11,7 +11,7 @@
$Id$
-->
<!--
-Base URI: http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test1.rdf
A statement with an rdf:ID creates a regular triple.
-->
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.nt b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.nt
index 9f36c05b..96c2f2f3 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.nt
@@ -11,4 +11,4 @@
# $Id: test2.nt,v 1.4 2002/07/26 04:06:56 jcarroll Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf#D\u00FCrst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test2.rdf#D\u00FCrst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.rdf b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.rdf
index 3132ba8a..b06c4a9f 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test2.rdf
@@ -11,7 +11,7 @@
$Id: test2.rdf,v 1.9 2002/07/26 04:06:56 jcarroll Exp $
-->
<!--
-Base URI: http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test2.rdf
Non-ASCII characters in IDs are not converted.
-->
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.nt b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.nt
index b672a441..405916f6 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.nt
@@ -11,4 +11,4 @@
# $Id: test3.nt,v 1.1 2002/07/26 04:06:57 jcarroll Exp $
#
#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf#D\u00FCrst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test3.rdf#D\u00FCrst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "abc" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.rdf b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.rdf
index 8f4bb98f..c6731fdf 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-difference-between-ID-and-about/test3.rdf
@@ -11,7 +11,7 @@
$Id: test3.rdf,v 1.1 2002/07/26 04:06:57 jcarroll Exp $
-->
<!--
-Base URI: http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test3.rdf
Non-ASCII characters in URIs are not converted.
-->
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error001.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error001.rdf
index db9d5836..79ddade4 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error001.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error001.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error001.nrdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error001.nrdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error002.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error002.rdf
index 2a6bff73..4eee1fb3 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error002.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error002.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error002.nrdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error002.nrdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error003.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error003.rdf
index 80ae6013..329f0dca 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error003.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/error003.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error003.nrdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error003.nrdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test001.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test001.rdf
index 5c6f7e24..c5b08902 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test001.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test001.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test001.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test001.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test002.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test002.rdf
index a06a9aad..44864ca2 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test002.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test002.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test002.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test003.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test003.rdf
index f83e52f4..e1f08d7c 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test003.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test003.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test003.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test003.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test004.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test004.rdf
index ef2a51e4..f15973eb 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test004.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test004.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test004.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.nt b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.nt
index 9e90c5dd..7596251a 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.nt
@@ -12,7 +12,7 @@
#
#####################################################################
<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.rdf
index 8a2f46f2..c1b9648b 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test005.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.nt b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.nt
index 4b49738d..6605a0d7 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.nt
@@ -12,7 +12,7 @@
#
#####################################################################
<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:a1 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:a1 .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.rdf
index 03b96cb8..929c1b7b 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test006.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test007.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test007.rdf
index 53cfd181..0332bf6c 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test007.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test007.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test007.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test007.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test008.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test008.rdf
index faf67253..8c8e0904 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test008.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test008.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test008.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test008.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test009.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test009.rdf
index 657a9783..4a3282f1 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test009.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test009.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test009.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test010.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test010.rdf
index 406fd80d..c8c8d447 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test010.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test010.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test010.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test010.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.nt b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.nt
index d1c3402d..699f9e0f 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.nt
@@ -12,7 +12,7 @@
#
#####################################################################
<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.rdf
index 635998fd..5d7b299c 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test011.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.nt b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.nt
index e328ee46..d659beeb 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.nt
@@ -12,7 +12,7 @@
#
#####################################################################
<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:a1 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://random.ioctl.org/#bar> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://random.ioctl.org/#someProperty> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:a1 .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.rdf
index 4a018bfd..340fcdb1 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test012.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test013.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test013.rdf
index 89ee9dc0..c3116f30 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test013.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test013.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test013.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test014.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test014.rdf
index ddb45d81..12d9fbe7 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test014.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test014.rdf
@@ -14,7 +14,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test014.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test015.rdf b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test015.rdf
index a012cc92..0ec53c66 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test015.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-empty-property-elements/test015.rdf
@@ -15,7 +15,7 @@
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test015.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test015.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test001.nt b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test001.nt
index bba961ce..2e259e6f 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test001.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test001.nt
@@ -13,7 +13,7 @@
#####################################################################
_:j88091 <http://example.org/prop2> "val" .
_:j88090 <http://example.org/prop1> _:j88091 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88090 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j88091 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88090 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j88091 .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test004.nt b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test004.nt
index 1b9bf9d9..4ac9b2d7 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test004.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test004.nt
@@ -12,7 +12,7 @@
#
#####################################################################
_:j88101 <http://example.org/prop1> <http://example.org/object> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88101 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88101 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test005.nt b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test005.nt
index 119b89bc..638da676 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test005.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-not-id-and-resource-attr/test005.nt
@@ -13,7 +13,7 @@
#####################################################################
<http://example.org/object> <http://example.org/prop2> "val" .
_:j88106 <http://example.org/prop1> <http://example.org/object> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88106 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88106 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop1> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-reification-required/test001.rdf b/test/data/suites/w3c/rdf-xml/rdfms-reification-required/test001.rdf
index cf0ac4ff..7b8e180b 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-reification-required/test001.rdf
+++ b/test/data/suites/w3c/rdf-xml/rdfms-reification-required/test001.rdf
@@ -14,7 +14,7 @@ $Id: test001.rdf,v 1.3 2002/04/05 11:32:03 bmcbride Exp $
Assumed base URI:
-http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/test001.rdf
+http://www.w3.org/2013/RDFXMLTests/rdfms-reification-required/test001.rdf
Description:
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-syntax-incomplete/test004.nt b/test/data/suites/w3c/rdf-xml/rdfms-syntax-incomplete/test004.nt
index 414a50d9..63f9649b 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-syntax-incomplete/test004.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-syntax-incomplete/test004.nt
@@ -12,10 +12,10 @@
#
#####################################################################
_:j0 <http://example.org/property1> _:j1A .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/property1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j1A .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/property1> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j1A .
_:j2 <http://example.org/property2> _:j1A .
diff --git a/test/data/suites/w3c/rdf-xml/rdfms-xml-literal-namespaces/test001.nt b/test/data/suites/w3c/rdf-xml/rdfms-xml-literal-namespaces/test001.nt
index e8e6db86..63f7d769 100644
--- a/test/data/suites/w3c/rdf-xml/rdfms-xml-literal-namespaces/test001.nt
+++ b/test/data/suites/w3c/rdf-xml/rdfms-xml-literal-namespaces/test001.nt
@@ -10,4 +10,4 @@
# $Id: test001.nt,v 1.1 2002/11/22 13:59:59 jcarroll Exp $
##################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-xml-literal-namespaces/test001.rdf#John_Smith> <http://my.example.org/Name> "\n <html:h1 xmlns:html=\"http://NoHTML.example.org\">\n <b xmlns=\"http://www.w3.org/1999/xhtml\">John</b>\n </html:h1>\n "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://www.w3.org/2013/RDFXMLTests/rdfms-xml-literal-namespaces/test001.rdf#John_Smith> <http://my.example.org/Name> "\n <html:h1 xmlns:html=\"http://NoHTML.example.org\">\n <b xmlns=\"http://www.w3.org/1999/xhtml\">John</b>\n </html:h1>\n "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
diff --git a/test/data/suites/w3c/rdf-xml/xmlbase/test014.nt b/test/data/suites/w3c/rdf-xml/xmlbase/test014.nt
index d2808162..7309c0c0 100644
--- a/test/data/suites/w3c/rdf-xml/xmlbase/test014.nt
+++ b/test/data/suites/w3c/rdf-xml/xmlbase/test014.nt
@@ -12,4 +12,4 @@
#
#####################################################################
<http://example.org/dir/file#frag> <http://example.org/value> "v" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.rdf#frag> <http://example.org/value> "v" .
+<http://www.w3.org/2013/RDFXMLTests/xmlbase/test014.rdf#frag> <http://example.org/value> "v" .
diff --git a/test/test_misc/test_parse_file_guess_format.py b/test/test_misc/test_parse_file_guess_format.py
index 74772d29..b9e2c065 100644
--- a/test/test_misc/test_parse_file_guess_format.py
+++ b/test/test_misc/test_parse_file_guess_format.py
@@ -68,7 +68,14 @@ class TestFileParserGuessFormat:
with TemporaryDirectory() as tmpdirname:
newpath = Path(tmpdirname).joinpath("no_file_ext")
copyfile(
- os.path.join(TEST_DATA_DIR, "suites", "w3c", "rdf-xml", "Manifest.rdf"),
+ os.path.join(
+ TEST_DATA_DIR,
+ "suites",
+ "w3c",
+ "rdf-xml",
+ "datatypes",
+ "test001.rdf",
+ ),
str(newpath),
)
with pytest.raises(ParserError, match=r"Could not guess RDF format"):
diff --git a/test/test_w3c_spec/test_rdfxml_w3c.py b/test/test_w3c_spec/test_rdfxml_w3c.py
index 5d299b60..a3b8e502 100644
--- a/test/test_w3c_spec/test_rdfxml_w3c.py
+++ b/test/test_w3c_spec/test_rdfxml_w3c.py
@@ -1,275 +1,84 @@
import logging
-import os
-import os.path
-import sys
-import unittest
+from contextlib import ExitStack
from test.data import TEST_DATA_DIR
-from typing import ClassVar
-from urllib.request import url2pathname, urlopen
+from test.utils import BNodeHandling, GraphHelper, ensure_suffix
+from test.utils.dawg_manifest import ManifestEntry, params_from_sources
+from test.utils.iri import URIMapper
+from test.utils.namespace import RDFT
+from typing import Optional
-from rdflib import RDF, RDFS, BNode, Graph, Literal, Namespace, URIRef
-from rdflib.exceptions import ParserError
-from rdflib.plugins.parsers.RDFVOC import RDFVOC
-from rdflib.util import first
+import pytest
-_logger = logging.getLogger("parser_rdfcore")
+from rdflib.graph import Graph
-verbose = 0
+logger = logging.getLogger(__name__)
-
-def write(msg):
- _logger.info(msg + "\n")
-
-
-class TestStore(Graph):
- __test__ = False
-
- def __init__(self, expected):
- super(TestStore, self).__init__()
- self.expected = expected
-
- def add(self, spo):
- (s, p, o) = spo
- if not isinstance(s, BNode) and not isinstance(o, BNode):
- if not (s, p, o) in self.expected:
- m = "Triple not in expected result: %s, %s, %s" % (
- s.n3(),
- p.n3(),
- o.n3(),
- )
- if verbose:
- write(m)
- # raise Exception(m)
- super(TestStore, self).add((s, p, o))
-
-
-TEST = Namespace("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
-
-CACHE_DIR = os.path.join(TEST_DATA_DIR, "suites", "w3c", "rdf-xml")
-
-skipped = (
- # "datatypes/Manifest.rdf#test002",
- # "rdf-containers-syntax-vs-schema/Manifest.rdf#test004",
- # "rdfms-xml-literal-namespaces/Manifest.rdf#test001",
- # "rdfms-xml-literal-namespaces/Manifest.rdf#test002",
- # "rdfms-xmllang/Manifest.rdf#test001",
- # "rdfms-xmllang/Manifest.rdf#test002",
- # "xml-canon/Manifest.rdf#test001"
+REMOTE_BASE_IRI = "http://www.w3.org/2013/RDFXMLTests/"
+LOCAL_BASE_DIR = TEST_DATA_DIR / "suites/w3c/rdf-xml/"
+ENCODING = "utf-8"
+MAPPER = URIMapper.from_mappings(
+ (REMOTE_BASE_IRI, ensure_suffix(LOCAL_BASE_DIR.as_uri(), "/"))
)
+VALID_TYPES = {RDFT.TestXMLNegativeSyntax, RDFT.TestXMLEval}
-def cached_file(url):
- fname = url2pathname(relative(url))
-
- fpath = os.path.join(CACHE_DIR, fname)
- if not os.path.exists(fpath):
- print("%s does not exist, fetching from %s" % (fpath, url))
- folder = os.path.dirname(fpath)
- if not os.path.exists(folder):
- os.makedirs(folder)
- f = open(fpath, "w")
- try:
- f.write(urlopen(url).read())
- finally:
- f.close()
- return fpath
-
-
-RDFCOREBASE = "http://www.w3.org/2000/10/rdf-tests/rdfcore/"
-
-
-def relative(url):
- return url[len(RDFCOREBASE) :]
-
-
-def resolve(rel):
- return RDFCOREBASE + rel
-
-
-def _testPositive(uri, manifest):
- if verbose:
- write("TESTING: %s" % uri)
- result = 0 # 1=failed, 0=passed
- inDoc = first(manifest.objects(uri, TEST["inputDocument"]))
- outDoc = first(manifest.objects(uri, TEST["outputDocument"]))
- expected = Graph()
- if outDoc[-3:] == ".nt":
- format = "nt"
- else:
- format = "xml"
- expected.parse(cached_file(outDoc), publicID=outDoc, format=format)
- store = TestStore(expected)
- if inDoc[-3:] == ".nt":
- format = "nt"
- else:
- format = "xml"
-
- try:
- store.parse(cached_file(inDoc), publicID=inDoc, format=format)
- except ParserError as pe:
- write("Failed '")
- write(inDoc)
- write("' failed with")
- raise pe
- else:
- if not store.isomorphic(expected):
- write("""Failed: '%s'""" % uri)
- if verbose:
- write(""" In:\n""")
- for s, p, o in store:
- write("%s %s %s." % (repr(s), repr(p), repr(o)))
- write(""" Out:\n""")
- for s, p, o in expected:
- write("%s %s %s." % (repr(s), repr(p), repr(o)))
- result += 1
- return result
-
-
-def _testNegative(uri, manifest):
- if verbose:
- write("TESTING: %s" % uri)
- result = 0 # 1=failed, 0=passed
- inDoc = first(manifest.objects(uri, TEST["inputDocument"]))
- if isinstance(inDoc, BNode):
- inDoc = first(manifest.objects(inDoc, RDFVOC.about))
- if verbose:
- write("TESTING: %s" % inDoc)
- store = Graph()
-
- test = BNode()
- results.add((test, RESULT["test"], inDoc))
- results.add((test, RESULT["system"], system))
-
- try:
- if inDoc[-3:] == ".nt":
- format = "nt"
- else:
- format = "xml"
- store.parse(cached_file(inDoc), publicID=inDoc, format=format)
- except ParserError:
- results.add((test, RDF.type, RESULT["PassingRun"]))
- # pass
- else:
- write("""Failed: '%s'""" % inDoc)
- results.add((test, RDF.type, RESULT["FailingRun"]))
- result = 1
- return result
-
-
-class ParserTestCase(unittest.TestCase):
- store = "default"
- path = "store"
- slow = True
-
- RDF_setting: ClassVar[bool]
-
- @classmethod
- def setUpClass(cls) -> None:
- cls.RDF_setting = RDF._fail
- RDF._fail = True
-
- @classmethod
- def tearDownClass(cls) -> None:
- RDF._fail = cls.RDF_setting
-
- def setUp(self):
- self.manifest = manifest = Graph(store=self.store)
- manifest.open(self.path)
- manifest.parse(
- cached_file("http://www.w3.org/2000/10/rdf-tests/rdfcore/Manifest.rdf"),
- format="xml",
+def check_entry(entry: ManifestEntry) -> None:
+ assert entry.action is not None
+ assert entry.type in VALID_TYPES
+ action_path = entry.uri_mapper.to_local_path(entry.action)
+ if logger.isEnabledFor(logging.DEBUG):
+ logger.debug(
+ "action = %s\n%s", action_path, action_path.read_text(encoding=ENCODING)
+ )
+ catcher: Optional[pytest.ExceptionInfo[Exception]] = None
+ graph = Graph()
+ with ExitStack() as xstack:
+ if entry.type == RDFT.TestXMLNegativeSyntax:
+ catcher = xstack.enter_context(pytest.raises(Exception))
+ graph.parse(action_path, publicID=entry.action, format="xml")
+
+ if catcher is not None:
+ assert catcher.value is not None
+
+ if entry.type == RDFT.TestXMLEval:
+ assert entry.result is not None
+ result_source = entry.uri_mapper.to_local_path(entry.result)
+ result_graph = Graph()
+ result_graph.parse(result_source, publicID=entry.action, format="ntriples")
+ GraphHelper.assert_isomorphic(graph, result_graph)
+ GraphHelper.assert_sets_equals(
+ graph, result_graph, bnode_handling=BNodeHandling.COLLAPSE
)
-
- def tearDown(self):
- self.manifest.close()
-
- def testNegative(self):
- manifest = self.manifest
- num_failed = total = 0
- negs = list(manifest.subjects(RDF.type, TEST["NegativeParserTest"]))
- self.assertGreater(len(negs), 1)
- negs.sort()
- for neg in negs:
- status = first(manifest.objects(neg, TEST["status"]))
- if status == Literal("APPROVED"):
- result = _testNegative(neg, manifest)
- total += 1
- num_failed += result
- self.assertEqual(num_failed, 0, "Failed: %s of %s." % (num_failed, total))
-
- def testPositive(self):
- manifest = self.manifest
- uris = list(manifest.subjects(RDF.type, TEST["PositiveParserTest"]))
- self.assertGreater(len(uris), 1)
- uris.sort()
- num_failed = total = 0
- for uri in uris:
- status = first(manifest.objects(uri, TEST["status"]))
- # Failing tests, skipped
- if uri[44:] in skipped:
- status = Literal("Locally DISAPPROVED")
- write("Skipping %s" % uri)
- if status == Literal("APPROVED"):
- result = _testPositive(uri, manifest)
- test = BNode()
- results.add((test, RESULT["test"], uri))
- results.add((test, RESULT["system"], system))
- if not result:
- results.add((test, RDF.type, RESULT["PassingRun"]))
- else:
- results.add((test, RDF.type, RESULT["FailingRun"]))
- total += 1
- num_failed += result
- self.assertEqual(num_failed, 0, "Failed: %s of %s." % (num_failed, total))
-
-
-RESULT = Namespace("http://www.w3.org/2002/03owlt/resultsOntology#")
-FOAF = Namespace("http://xmlns.com/foaf/0.1/")
-
-
-results = Graph()
-
-system = BNode("system")
-results.add((system, FOAF["homepage"], URIRef("https://rdflib.github.io/")))
-results.add((system, RDFS.label, Literal("RDFLib")))
-results.add((system, RDFS.comment, Literal("")))
-if __name__ == "__main__":
- manifest = Graph()
- manifest.parse(
- cached_file("http://www.w3.org/2000/10/rdf-tests/rdfcore/Manifest.rdf"),
- format="xml",
- )
- import getopt
- import sys
+@pytest.mark.parametrize(
+ ["manifest_entry"],
+ params_from_sources(
+ MAPPER,
+ ManifestEntry,
+ LOCAL_BASE_DIR / "manifest.ttl",
+ report_prefix="rdflib_w3c_rdfxml",
+ ),
+)
+def test_entry(manifest_entry: ManifestEntry) -> None:
+ check_entry(manifest_entry)
- try:
- optlist, args = getopt.getopt(sys.argv[1:], "h:", ["help"])
- except getopt.GetoptError as msg:
- write(msg)
- # usage()
- try:
- argv = sys.argv
- if len(argv) > 1:
- _logger.setLevel(logging.INFO)
- _logger.addHandler(logging.StreamHandler())
+REMOTE_BASE_IRI = "http://www.w3.org/2013/RDFXMLTests/"
+NON_NORMATIVE_LOCAL_BASE_DIR = TEST_DATA_DIR / "suites/w3c/rdf-xml-non-normative/"
+NON_NORMATIVE_MAPPER = URIMapper.from_mappings(
+ (REMOTE_BASE_IRI, ensure_suffix(NON_NORMATIVE_LOCAL_BASE_DIR.as_uri(), "/"))
+)
- for arg in argv[1:]:
- verbose = 1
- case = URIRef(arg)
- write("Testing: %s" % case)
- if (case, RDF.type, TEST["PositiveParserTest"]) in manifest:
- result = _testPositive(case, manifest)
- write("Positive test %s" % ["PASSED", "FAILED"][result])
- elif (case, RDF.type, TEST["NegativeParserTest"]) in manifest:
- result = _testNegative(case, manifest)
- write("Negative test %s" % ["PASSED", "FAILED"][result])
- else:
- write("%s not ??" % case)
- if len(argv) <= 1:
- unittest.main()
- finally:
- results.serialize("results.rdf")
+@pytest.mark.parametrize(
+ ["manifest_entry"],
+ params_from_sources(
+ NON_NORMATIVE_MAPPER,
+ ManifestEntry,
+ NON_NORMATIVE_LOCAL_BASE_DIR / "manifest.ttl",
+ report_prefix="rdflib_w3c_rdfxml_non_normative",
+ ),
+)
+def test_non_normative_entry(manifest_entry: ManifestEntry) -> None:
+ check_entry(manifest_entry)
diff --git a/test_reports/rdflib_w3c_rdfxml-HEAD.ttl b/test_reports/rdflib_w3c_rdfxml-HEAD.ttl
new file mode 100644
index 00000000..9236a687
--- /dev/null
+++ b/test_reports/rdflib_w3c_rdfxml-HEAD.ttl
@@ -0,0 +1,1305 @@
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+
+<https://github.com/RDFLib/rdflib> a doap:Project ;
+ doap:description "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."@en ;
+ doap:homepage <https://github.com/RDFLib/rdflib> ;
+ doap:name "RDFLib" ;
+ doap:programming-language "Python" .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#amp-in-url-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#datatypes-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#datatypes-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-charmod-literals-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-charmod-uris-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-charmod-uris-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-error001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-error002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-containers-syntax-vs-schema-test008> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-element-not-mandatory-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0009> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0010> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0011> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0012> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0013> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdf-ns-prefix-confusion-test0014> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-abouteach-error001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-abouteach-error002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-difference-between-ID-and-about-error1> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-difference-between-ID-and-about-test1> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-difference-between-ID-and-about-test2> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-difference-between-ID-and-about-test3> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-duplicate-member-props-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-error001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-error002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test008> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test010> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test011> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test012> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test013> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test014> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test015> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test016> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test017> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-identity-anon-resources-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-identity-anon-resources-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-identity-anon-resources-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-identity-anon-resources-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-identity-anon-resources-test005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-not-id-and-resource-attr-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-not-id-and-resource-attr-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-not-id-and-resource-attr-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-not-id-and-resource-attr-test005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-para196-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-id-error007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-008> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-009> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-010> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-011> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-012> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-013> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-014> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-015> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-016> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-017> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-018> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-019> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-error-020> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-008> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-009> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-010> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-011> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-012> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-013> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-014> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-015> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-016> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-017> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-018> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-019> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-020> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-021> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-022> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-023> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-024> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-025> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-026> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-027> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-028> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-029> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-030> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-031> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-032> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-033> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-034> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-035> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-036> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-test-037> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-warn-001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-warn-002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-rdf-names-use-warn-003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-reification-required-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-seq-representation-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-error006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-syntax-incomplete-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-uri-substructure-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test005> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfs-domain-and-range-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfs-domain-and-range-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#unrecognised-xml-attributes-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#unrecognised-xml-attributes-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xml-canon-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test004> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test006> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test007> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test008> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test009> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test010> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test011> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test013> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#xmlbase-test014> .
+
diff --git a/test_reports/rdflib_w3c_rdfxml_non_normative-HEAD.ttl b/test_reports/rdflib_w3c_rdfxml_non_normative-HEAD.ttl
new file mode 100644
index 00000000..2d5bc8a2
--- /dev/null
+++ b/test_reports/rdflib_w3c_rdfxml_non_normative-HEAD.ttl
@@ -0,0 +1,65 @@
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+
+<https://github.com/RDFLib/rdflib> a doap:Project ;
+ doap:description "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."@en ;
+ doap:homepage <https://github.com/RDFLib/rdflib> ;
+ doap:name "RDFLib" ;
+ doap:programming-language "Python" .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-error003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test003> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-empty-property-elements-test009> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xml-literal-namespaces-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xml-literal-namespaces-test002> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test001> .
+
+[] a earl:Assertion ;
+ earl:assertedBy <https://github.com/RDFLib/rdflib> ;
+ earl:mode earl:automatic ;
+ earl:result [ a earl:TestResult ;
+ earl:outcome earl:passed ] ;
+ earl:subject <https://github.com/RDFLib/rdflib> ;
+ earl:test <http://www.w3.org/2013/RDFXMLTests/#rdfms-xmllang-test002> .
+