Moved over 2004 RDF/XML tests into current manifest structure and location.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/Manifest.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,5668 @@
+<?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>
+ 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).
+ </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>
+ rdf:li is not allowed as as an attribute
+ </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>
+ 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.
+ </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>
+ Simple container
+ </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>
+ 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.
+ </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>
+ rdf:li elements can exist in any description element
+ </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>
+ rdf:li elements match any of the property element productions
+ </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>
+ containers match the typed node production
+ </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>
+ rdf:li processing within each element is independent
+ </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>
+ rdf:li processing is per element, not per resource.
+ </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>
+ RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+ </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>
+ RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+ </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>
+ RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+ </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>
+ RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+ </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>
+ RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+ </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>
+ Namespace qualification MUST be used for all property attributes.
+ </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>
+ 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.
+ </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>
+ 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.
+ </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>
+ 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.
+ </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>
+ 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.
+ </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>
+ 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.
+ </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>
+ aboutEach removed from the RDF specifications.
+ See URI above for further details.
+ </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>
+ aboutEach removed from the RDF specifications.
+ See URI above for further details.
+ </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>
+ two elements cannot use the same ID
+ </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>
+ A statement with an rdf:ID creates a regular triple.
+ </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>
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+ </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>
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+ </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>
+ 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.
+ </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>
+ The rdf:resource attribute means that the value of this property element
+ is a resource.
+ </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>
+ The basic case. An empty property element just gives an empty literal.
+ </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>
+ An empty property element just gives an empty literal. Here we make the parseType
+ explicit.
+ </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 the parseType indicates the value is a resource, we must create one. With
+ no additional information, the resource is anonymous.
+ </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>
+ An empty property element just gives an empty literal. We reify the statement
+ at the same time.
+ </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>
+ Here the parseType indicates that we should create a resource. We also
+ reify the generated statement.
+ </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>
+ As test001.rdf; this uses an explicit closing tag.
+ </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>
+ As test002.rdf; this uses an explicit closing tag.
+ </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>
+ As test003.rdf; this uses an explicit closing tag.
+ </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>
+ As test004.rdf; this uses an explicit closing tag.
+ </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>
+ As test005.rdf; this uses an explicit closing tag.
+ </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>
+ As test006.rdf; this uses an explicit closing tag.
+ </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>
+ 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
+ </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>
+ 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
+ </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>
+ 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.
+ </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>
+ a RDF Description with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+ </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>
+ a RDF Description with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+ </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>
+ a RDF container (in this case a Bag) without an ID
+ attribute describes an un-named resource, aka a bNode.
+ </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>
+ a RDF container (in this case an Alt) without an ID
+ attribute describes an un-named resource, aka a bNode.
+ </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>
+ a RDF container (in this case an Seq) without an ID
+ attribute describes an un-named resource, aka a bNode.
+ </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>
+ -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-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>
+ rdf:ID on an empty property element indicates reification.
+ </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>
+ rdf:reource on an empty property element indicates the URI of the object.
+ </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>
+ rdf:ID and rdf:resource are allowed together on empty property element.
+ </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>
+ rdf:ID and rdf:resource are allowed together on empty property element.
+ </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>
+ test case showing that the 2nd URI in M&S Paragraph 196 is
+ permitted as a namespace URI (and any namespace URI starting
+ with that URI)
+ </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:description>
+ RDF is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ ID is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ about is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ bagID is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ parseType is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ resource is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ nodeID is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ li is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ aboutEach is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ aboutEachPrefix is forbidden as a node element name.
+ </test:description>
+
+ <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:description>
+ Description is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ RDF is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ ID is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ about is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ bagID is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ parseType is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ resource is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ nodeID is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ aboutEach is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ aboutEachPrefix is forbidden as a property element name.
+ </test:description>
+
+ <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:description>
+ Description is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Seq is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Bag is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Alt is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Statement is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Property is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ List is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ subject is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ predicate is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ object is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ type is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ value is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ first is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ rest is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ _1 is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ nil is allowed as a node element name.
+ </test:description>
+
+ <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:description>
+ Seq is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Bag is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Alt is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Statement is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Property is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ List is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ subject is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ predicate is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ object is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ type is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ value is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ first is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ rest is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ _1 is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ li is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Seq is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Bag is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Alt is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Statement is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ Property is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ List is allowed as a property element name.
+ </test:description>
+
+ <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:description>
+ foo is allowed with warnings as a node element name.
+ </test:description>
+
+ <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:description>
+ foo is allowed with warnings as a property element name.
+ </test:description>
+
+ <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:description>
+ foo is allowed with warnings as a property attribute name.
+ </test:description>
+
+ <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>
+ A parser is not required to generate a bag of reified statements for all
+ description elements.
+ </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:description>
+ rdf:parseType="Collection" is parsed like the
+ nonstandard daml:collection.
+ </test:description>
+
+ <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>
+ Demonstrates the Recommended partitioning of a URI into a namespace
+ part and a localname part
+ </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>
+ 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.
+ </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: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.
+ </test:description>
+
+ <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>
+ In-scope xml:lang applies to rdf:parseType="Literal"
+ element content values
+ </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>
+ In-scope xml:lang does not apply to rdf:parseType="Literal"
+ element content values
+ </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>
+ In-scope xml:lang applies to element content literal values
+ </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>
+ In-scope xml:lang applies to element content literal values
+ </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>
+ In-scope xml:lang applies to element content literal values
+ </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>
+ In-scope xml:lang applies to element content literal values
+ </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 <rdfs:contains (@@member?)> _:b .
+ does NOT entail
+ _:a <rdf:_n> _: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>
+ a RDF Property may have more than one domain property
+ </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>
+ a RDF Property may have more than one domain property
+ </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?
+
+-> 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.
+
+ => 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>
+ Unrecognized attributes in the xml namespace should be ignored.
+ </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>
+ Unrecognized attributes in the xml namespace should be ignored.
+ </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>
+ xml:base applies to an rdf:ID on an rdf:Description element.
+ </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>
+ xml:base applies to an rdf:resource attribute.
+ </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>
+ xml:base applies to an rdf:about attribute.
+ </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>
+ xml:base applies to an rdf:ID on a property element.
+ </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>
+ xml:base scoping.
+ </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>
+ example of relative URI resolution.
+ </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>
+ example of empty same document ref resolution.
+ </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>
+ Example of relative uri with absolute path resolution.
+ </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>
+ Example of relative uri with net path resolution.
+ </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>
+ Example of xml:base with no path component.
+ </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>
+ With an xml:base with fragment the fragment is ignored.
+ </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>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/amp-in-url/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Author: Dan Connolly
+#
+# $Id: test001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example/q?abc=1&def=2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "xxx" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/amp-in-url/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<?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>
+
+ Author: Dan Connolly
+
+ 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).
+
+ $Id: test001.rdf,v 1.5 2001/09/27 21:39:27 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:about="http://example/q?abc=1&def=2">
+ <rdf:value>xxx</rdf:value>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes-intensional/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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>
+#
+# xsd:integer and xsd:decimal are compatible using intensional
+# datatype semantics. The following is consistent with a
+# rdfs+d(xsd:integer, xsd:decimal) interpretation:
+#
+# $Id: test001.nt,v 1.1 2003/09/03 12:05:35 jgrant Exp $
+#
+#####################################################################
+<http://www.w3.org/2001/XMLSchema#integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2001/XMLSchema#decimal> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes-intensional/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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>
+#
+# xsd:string and xsd:integer are incompatible using intensional
+# datatype semantics. The following is inconsistent with a
+# rdfs+d(xsd:integer, xsd:string) interpretation:
+#
+# $Id: test002.nt,v 1.1 2003/09/03 12:05:35 jgrant Exp $
+#
+#####################################################################
+<http://www.w3.org/2001/XMLSchema#integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2001/XMLSchema#string> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.3 2003/08/18 09:29:18 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://example.org/foo> <http://example.org/baz> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ 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
+
+ $Id: test001.rdf,v 1.2 2002/11/20 14:51:34 jgrant 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/foo">
+ <eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</eg:bar>
+ <eg:baz rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" xml:lang="fr">10</eg:baz>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/19 14:04:16 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "flargh"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: A parser is not required to know about well-formed
+ datatyped literals.
+
+ $Id: test002.rdf,v 1.1 2002/11/19 14:04:16 jgrant 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/foo">
+ <eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">flargh</eg:bar>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test002b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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: test002b.nt,v 1.1 2002/12/11 17:03:07 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> _:v .
+_:v <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:c .
+_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test003a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence of lexical forms, given datatype knowledge.
+#
+# $Id: test003a.nt,v 1.1 2002/11/19 16:50:04 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "010"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test003b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence of lexical forms, given datatype knowledge.
+#
+# $Id: test003b.nt,v 1.1 2002/11/19 16:50:04 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test005a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test005a.nt,v 1.1 2002/11/19 17:02:56 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test005b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test005b.nt,v 1.2 2002/12/11 16:49:41 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "10.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test006.nt,v 1.1 2002/12/13 11:22:19 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test008a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test008a.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://example.org/b> "10" .
+<http://example.org/c> <http://example.org/d> "10" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test008b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test008b.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://example.org/b> _:x .
+<http://example.org/c> <http://example.org/d> _:x .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test009a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test009a.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://example.org/b> "10" .
+<http://example.org/c> <http://example.org/d> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test009b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test009b.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://example.org/b> _:x .
+<http://example.org/c> <http://example.org/d> _:x .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test010.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "25" .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test011a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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>
+#
+# Plain literals without language denote the same thing as
+# the corresponding xsd:strings (where their value spaces intersect).
+#
+# $Id: test011a.nt,v 1.1 2003/09/03 12:22:06 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "a string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/datatypes/test011b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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>
+#
+# Plain literals without language denote the same thing as
+# the corresponding xsd:strings (where their value spaces intersect).
+#
+# $Id: test011b.nt,v 1.1 2003/09/03 12:22:06 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "a string"^^<http://www.w3.org/2001/XMLSchema#string> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/horst-01/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: any interpretation of this file
+ must have the extension of class x
+ being a subset of the extension of class y.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
+
+ Author: Herman ter Horst
+
+ $Id: test001.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ >
+
+ <rdfs:Class rdf:about="http://example.org/x"/>
+ <rdf:Description rdf:about=
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
+ <rdfs:domain rdf:resource="http://example.org/y"/>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/horst-01/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description:
+ If the class extension of x is known to be a subset
+ of the class extension of y then x is not known to
+ be an rdfs:subClassOf y (unless operating in
+ a semantic extension to RDFS with extensional
+ semantics).
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
+
+ Author: Herman ter Horst
+
+ $Id: test002.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ >
+
+ <rdf:Description rdf:about="http://example.org/x">
+ <rdfs:subClassOf rdf:resource="http://example.org/y"/>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/horst-01/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: any interpretation of this file
+ respecting xsd:string and xsd:integer
+ must have the extension of property p
+ being empty.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
+
+ Author: Jeremy Carroll
+
+ $Id: test003.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ >
+
+ <rdf:Property rdf:about="http://example.org/p">
+ <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer" />
+ <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
+
+ </rdf:Property>
+ <rdf:Property rdf:about="http://example.org/q"/>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/horst-01/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description:
+ If the property extension of x is known to be a subset
+ of the property extension of y then x is not known to
+ be an rdfs:subPropertyOf y (unless operating in
+ a semantic extension to RDFS with extensional
+ semantics).
+
+
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
+
+ Author: Jeremy Carroll
+
+ $Id: test004.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ >
+
+ <rdf:Property rdf:about="http://example.org/p">
+ <rdfs:subPropertyOf
+ rdf:resource="http://example.org/q"/>
+ </rdf:Property>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/pfps-10/test001a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test001a.nt,v 1.1 2003/08/18 09:40:01 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "a" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/pfps-10/test001b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test001b.nt,v 1.1 2003/08/18 09:40:01 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> _:x .
+_:x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Literal> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-literals/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/04/29 10:35:03 jgrant Exp $
+#
+#####################################################################
+_:a <http://example.org/named> "D\u00FCrst" .
+<http://www.w3.org/TR/2002/WD-charmod-20020220> <http://example.org/Creator> _:a .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-literals/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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: rdf-charmod-literals
+
+ Description: Legal NFC character sequence in the literal.
+
+ White test case from
+ http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html
+
+ $Id: test001.rdf,v 1.1 2002/04/29 10:35:03 jgrant Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!-- Dürst registers himself as a creator of the Charmod WD. -->
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/2002/WD-charmod-20020220">
+
+ <!-- The ü below is a single character #xFC in NFC
+ (encoded as two UTF-8 octets #xC3 #xBC) -->
+ <eg:Creator eg:named="Dürst"/>
+
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-uris/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/04/29 09:46:57 dbeckett2 Exp $
+#
+#####################################################################
+<http://example.org/#Andr\u00E9> <http://example.org/#owes> "2000" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-uris/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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/#rdf-charmod-uris
+ Test: 1
+ Author: Jeremy Carroll, HP
+
+ Description:
+ Non US-ASCII characters are permitted in the uriref labels
+ on the RDF graph. The % escaping algorithm is not applied
+ during graph construction.
+
+ $Id: test001.rdf,v 1.1 2002/04/29 09:46:57 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/#">
+
+ <!-- The é below is a single Unicode character #xE9 in
+ Unicode Normal Form C, NFC (here encoded as
+ two UTF-8 octets #C3,#A9) -->
+
+ <rdf:Description rdf:about="http://example.org/#André">
+ <eg:owes>2000</eg:owes>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-uris/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/04/29 09:46:57 dbeckett2 Exp $
+#
+#####################################################################
+<http://example.org/#Andr%C3%A9> <http://example.org/#owes> "2000" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-charmod-uris/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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/#rdf-charmod-uris
+ Test: 2
+ Author: Jeremy Carroll, HP
+
+ Description:
+ An explicit % escaped URI is treated like any other US ASCII URI.
+ Non US-ASCII characters are permitted in the uriref labels
+ on the RDF graph. The % escaping algorithm is not applied
+ during graph construction.
+
+ $Id: test002.rdf,v 1.1 2002/04/29 09:46:57 dbeckett2 Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/#">
+
+ <!-- The %C3%A9 below corresponds to é under the standard
+ %-escaping algorithm for URIs. -->
+
+ <rdf:Description rdf:about="http://example.org/#Andr%C3%A9">
+ <eg:owes>2000</eg:owes>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: error01
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li is not allowed as as an attribute
+-->
+
+<!--
+ 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: error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:bar rdf:li="1"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: error002
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf,v 1.4 2001/12/20 22:10:28 bmcbride Exp $
+
+ 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 now an error.
+-->
+
+<!--
+ 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: error002.rdf,v 1.4 2001/12/20 22:10:28 bmcbride Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+ <rdf:li/>
+</rdf:RDF>
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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$
+#
+#####################################################################
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 01
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf,v 1.8 2001/09/06 21:23:35 barstow Exp $
+
+ Simple container
+-->
+
+<!--
+ 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.rdf,v 1.8 2001/09/06 21:23:35 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Bag>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Bag>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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$
+#
+#####################################################################
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://foo/Bar> .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "_1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> "_3" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 02
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+
+ 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.
+-->
+<!--
+ 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.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:_1>_1</rdf:_1>
+ <rdf:li>1</rdf:li>
+ <rdf:_3>_3</rdf:_3>
+ <rdf:li>2</rdf:li>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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$
+#
+#####################################################################
+_: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" .
+_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 03
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li elements can exist in any description element
+-->
+<!--
+ 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: test003.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+#
+# 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$
+#
+#####################################################################
+_: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" .
+_: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 .
+_:res2 <http://foo/bar> "foobar" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 04
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li elements match any of the property element productions
+-->
+
+<!--
+ 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: test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:li rdf:ID="e1">1</rdf:li>
+ <rdf:li rdf:parseType="Literal">2</rdf:li>
+ <rdf:li rdf:parseType="Resource">
+ <rdf:type rdf:resource="http://foo/Bar"/>
+ </rdf:li>
+ <rdf:li rdf:ID="e4" foo:bar="foobar"/>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+#
+# 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://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/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/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/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/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/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/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" .
+
+
+
+
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+
+
+
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: test06
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf,v 1.6 2003/07/24 15:51:02 jcarroll Exp $
+
+ containers match the typed node production
+-->
+
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <rdf:Seq rdf:ID="e1" rdf:_3="3" rdf:value="foobar"/>
+ <rdf:Alt rdf:about="#e2" rdf:_2="2" rdf:value="foobar">
+ <rdf:value>barfoo</rdf:value>
+ </rdf:Alt>
+ <rdf:Bag />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,20 @@
+#
+# 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$
+#
+#####################################################################
+_:d1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:d2 .
+
+_:d2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:d2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
+_:d1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: test07
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf,v 1.5 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li processing within each element is independent
+-->
+
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <rdf:Description>
+ <rdf:li>
+ <rdf:Description>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Description>
+ </rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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://desc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+<http://desc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1-again" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 08
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li processing is per element, not per resource.
+-->
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:about="http://desc">
+ <rdf:li>1</rdf:li>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://desc">
+ <rdf:li>1-again</rdf:li>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-element-not-mandatory/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,10 @@
+#
+# Please see the full Copyright clause at
+# <http://www.w3.org/Consortium/Legal/copyright-software.html>
+#
+# $Id: test001.nt,v 1.1 2003/10/08 13:00:58 jgrant Exp $
+#
+#####################################################################
+_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/terms#Book> .
+_:a <http://example.org/terms#title> "Dogs in Hats" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-element-not-mandatory/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: the rdf:RDF element is no longer mandatory.
+
+ $Id: test001.rdf,v 1.1 2003/10/08 13:00:58 jgrant Exp $
+
+-->
+
+<Book xmlns="http://example.org/terms#">
+ <title>Dogs in Hats</title>
+</Book>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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: test0001.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:about attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 2; 6.7 aboutAttr -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+ <eg:property>bar</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0003.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> <http://example.org/resource2/> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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: test0003.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:resource - expect 1 triple -->
+
+ <!-- 6.3 description, part 2 -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+ <!-- 6.12 propertyElt part 4; 6.16 idRefAttr; 6.18 resourceAttr -->
+ <eg:property rdf:resource="http://example.org/resource2/"/>
+
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<!--
+ 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: test0004.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:ID - expect 1 triple -->
+
+ <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.6 idAttr -->
+ <rdf:Description rdf:ID="foo">
+ <eg:property>bar</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0005.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> _:genid .
+_:genid <http://example.org/property2> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0005.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:parseType - expect 2 triples -->
+
+ <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.7 aboutAbout -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+
+ <!-- 6.12 propertyElt, part 3; 6.33 parseResource -->
+ <eg:property rdf:parseType="Resource">
+
+ <!-- 6.12 propertyElt, part 1 -->
+ <eg:property2>bar</eg:property2>
+ </eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0006.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/class/> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0006.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:type attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr, part 1; 6.11 typeAttr -->
+ <rdf:Description rdf:about="http://example.org/resource/"
+ rdf:type="http://example.org/class/"/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0009.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0009.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ Namespace qualification MUST be used for all property attributes.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test namespace-qualified property attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr; 6.14 propName; 6.19 Qname -->
+
+ <rdf:Description rdf:about="http://example.org/resource/" eg:property="bar" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0010.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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: test0010.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Description element (using default namespace)
+ - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr; 6.14 propName; 6.19 Qname -->
+
+ <Description rdf:about="http://example.org/resource/" eg:property="bar" />
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0011.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Seq element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.25 sequence, part 1; idAttr; -->
+ <Seq rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Seq>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0012.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Bag element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.26 bag, part 1; idAttr; -->
+ <Bag rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Bag>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0013.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Alt element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.27 alternative, part 1; idAttr; -->
+ <Alt rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Alt>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdf-ns-prefix-confusion/test0014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,42 @@
+<!--
+ 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: test0014.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Seq element (using default namespace) -->
+
+ <!-- Testing bare li element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.25 sequence, part 1; idAttr; -->
+ <Seq rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <li>bar</li>
+ </Seq>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-abouteach/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?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-abouteach
+ Test: 1 (error)
+ Author: Dave Beckett
+
+ aboutEach removed from the RDF specifications.
+ See URI above for further details.
+
+
+ $Id: error001.rdf,v 1.1 2002/04/05 23:01:15 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Bag rdf:ID="node">
+ <rdf:li rdf:resource="http://example.org/node2"/>
+ </rdf:Bag>
+
+ <rdf:Description rdf:aboutEach="#node">
+ <dc:rights xmlns:dc="http://purl.org/dc/elements/1.1/">me</dc:rights>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-abouteach/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?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-abouteach
+ Test: 2 (error)
+ Author: Dave Beckett
+
+ aboutEachPrefix removed from the RDF specifications.
+ See URI above for further details.
+
+
+ $Id: error002.rdf,v 1.1 2002/04/05 23:01:15 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>foo</eg:property>
+ </rdf:Description>
+
+ <rdf:Description rdf:aboutEachPrefix="http://example.org/">
+ <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">me</dc:creator>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/error1.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<!--
+ 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: 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
+
+This is illegal RDF: two elements cannot use the same ID.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test1.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test1.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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$
+-->
+<!--
+Base URI: http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf
+
+A statement with an rdf:ID creates a regular triple.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test2.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test2.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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: 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
+
+Non-ASCII characters in IDs are not converted.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="Dürst">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test3.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: 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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test3.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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: 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
+
+Non-ASCII characters in URIs are not converted.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:about="#Dürst">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-duplicate-member-props/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/05/08 13:37:09 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/a> .
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/b> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-duplicate-member-props/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-duplicate-member-props
+ Test: test001
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-duplicate-member-props/test001.rdf,v 1.1 2002/05/08 13:37:09 jgrant Exp $
+
+ Test case showing that duplicate rdf:_n properties are syntactically
+ legal RDF.
+
+ http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002May/0028.html
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/05/08 13:37:09 jgrant Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Bag rdf:about="http://example.org/foo">
+ <rdf:_1 rdf:resource="http://example.org/a" />
+ <rdf:_1 rdf:resource="http://example.org/b" />
+ </rdf:Bag>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: error001.rdf,v 1.1 2001/09/10 14:31:48 barstow Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error001.nrdf
+
+ Description:
+
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+
+-->
+<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:resource="http://random.ioctl.org/#foo" />
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: error002.rdf,v 1.1 2001/09/10 14:33:09 barstow Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/error002.nrdf
+
+ Description:
+
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+
+-->
+<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:resource="http://random.ioctl.org/#foo"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/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>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test001.rdf
+
+ Description:
+
+ The rdf:resource attribute means that the value of this property element
+ is a resource.
+
+-->
+<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:resource="http://random.ioctl.org/#foo" />
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.rdf
+
+ Description:
+
+ The basic case. An empty property element just gives an empty literal.
+
+-->
+<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:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> _:a1 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.rdf
+
+ Description:
+
+ If the parseType indicates the value is a resource, we must create one. With
+ no additional information, the resource is anonymous.
+
+-->
+<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="Resource" />
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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/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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf
+
+ Description:
+
+ An empty property element just gives an empty literal. We reify the statement
+ at the same time.
+
+-->
+<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:ID="foo" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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> _: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test006.rdf
+
+ Description:
+
+ Here the parseType indicates that we should create a resource. We also
+ reify the generated statement.
+
+-->
+<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:ID="foo" rdf:parseType="Resource" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test007.rdf
+
+ Description:
+
+ As test001.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:resource="http://random.ioctl.org/#foo"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test008.rdf
+
+ Description:
+
+ As test002.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></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/2000/10/rdf-tests/rdfcore/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>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> _:a1 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test010.rdf
+
+ Description:
+
+ As test004.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="Resource"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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/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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test011.rdf
+
+ Description:
+
+ As test005.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:ID="foo"></random:someProperty>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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> _: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test012.rdf
+
+ Description:
+
+ As test006.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:ID="foo" rdf:parseType="Resource"></random:someProperty>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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://random.ioctl.org/#foo> .
+<http://random.ioctl.org/#foo> <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.rdf
+
+ Description:
+
+ 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
+
+-->
+
+<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:resource="http://random.ioctl.org/#foo"
+ random:prop2="baz" />
+</rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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> _:a1 .
+_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.rdf
+
+ Description:
+
+ 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
+
+-->
+
+<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:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test015.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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> _:a1 .
+_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test015.rdf
+
+ Description:
+
+ 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.
+
+-->
+
+<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"></random:someProperty>
+</rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test016.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test016.nt,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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: test016.rdf,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+-->
+<!--
+
+ Description:
+ Like test001.rdf but with a processing instruction
+ as the only content of the otherwise empty element.
+
+ Author: Jeremy Carroll
+
+-->
+<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:resource="http://random.ioctl.org/#foo"><?a
+ processing instruction?></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test017.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test017.nt,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-empty-property-elements/test017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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: test017.rdf,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+-->
+<!--
+
+ Description:
+ Like test001.rdf but with a comment
+ as the only content of the otherwise empty element.
+
+ Author: Jeremy Carroll
+
+-->
+<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:resource="http://random.ioctl.org/#foo"><!--
+ A comment
+
+ Even with a comment or a processing instruction within an empty
+ property element, it is still empty because an RDF Parser ignores
+ the processing instruction and comment nodes when not within an
+ XML Literal.
+
+--></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> "property value" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF Description with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test001.rdf,v 1.1 2001/10/10 12:54:15 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:property>property value</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> "property value" .
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/node> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF typedNode with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test002.rdf,v 1.1 2001/10/10 12:55:18 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <eg:node>
+ <eg:property>property value</eg:property>
+ </eg:node>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: a RDF container (in this case a Bag) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test003.rdf,v 1.1 2001/10/10 13:06:59 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Bag/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test004.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "some value" .
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF container (in this case an Alt) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test004.rdf,v 1.1 2001/10/10 13:07:07 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Alt>
+ <rdf:li>some value</rdf:li>
+ </rdf:Alt>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test005.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-identity-anon-resources/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: a RDF container (in this case a Seq) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test005.rdf,v 1.1 2001/10/10 13:07:07 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Seq/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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/03/08 10:55:12 dajobe Exp $
+#
+#####################################################################
+_: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 1
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID on an empty property element indicates reification.
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:ID="reify" eg:prop2="val"></eg:prop1>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+<http://example.org/object#uriRef> <http://example.org/prop2> "val" .
+_:j88093 <http://example.org/prop1> <http://example.org/object#uriRef> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 2
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:reource on an empty property element indicates the URI of the object.
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:resource="http://example.org/object#uriRef" eg:prop2="val"></eg:prop1>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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: test004.nt,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+_: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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 4
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID and rdf:resource are allowed together on empty property element.
+-->
+
+<!--
+ 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: test004.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:ID="reify" rdf:resource="http://example.org/object"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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: test005.nt,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+<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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 5
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID and rdf:resource are allowed together on empty property element.
+-->
+
+<!--
+ 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: test005.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:resource="http://example.org/object" rdf:ID="reify" eg:prop2="val"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-para196/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/02/14 19:10:34 dajobe Exp $
+#
+#####################################################################
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntaxfoo> "permitted" .
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntax-blah-blahbar> "also permitted" .
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntax#baz> "this one also permitted" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-para196/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!-- Issue: none
+ Test: test001
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-para196/test001.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
+
+ test case showing that the 2nd URI in M&S Paragraph 196 is
+ permitted as a namespace URI (and any namespace URI starting
+ with that URI)
+
+ http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#196
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:a="http://www.w3.org/TR/REC-rdf-syntax"
+ xmlns:b="http://www.w3.org/TR/REC-rdf-syntax-blah-blah"
+ xmlns:c="http://www.w3.org/TR/REC-rdf-syntax#">
+ <rdf:Description rdf:about="http://example.org/">
+ <a:foo>permitted</a:foo>
+ <b:bar>also permitted</b:bar>
+ <c:baz>this one also permitted</c:baz>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error001.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:ID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error002.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:ID="_:xx" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error003.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:ID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error004.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:ID="a/b" eg:prop="val" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error005.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- ́ is a non-spacing acute accent.
+ It is legal within an XML Name, but not as the first
+ character. -->
+
+ <rdf:Description rdf:ID="́bb" eg:prop="val" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:bagID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error006.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:bagID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-id/error007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:bagID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error007.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:bagID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ RDF is forbidden as a node element name.
+
+ $Id: error-001.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:RDF/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ ID is forbidden as a node element name.
+
+ $Id: error-002.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:ID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ about is forbidden as a node element name.
+
+ $Id: error-003.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:about/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ bagID is forbidden as a node element name.
+
+ $Id: error-004.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:bagID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ parseType is forbidden as a node element name.
+
+ $Id: error-005.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:parseType/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ resource is forbidden as a node element name.
+
+ $Id: error-006.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:resource/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nodeID is forbidden as a node element name.
+
+ $Id: error-007.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:nodeID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ li is forbidden as a node element name.
+
+ $Id: error-008.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:li/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEach is forbidden as a node element name.
+
+ $Id: error-009.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:aboutEach/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEachPrefix is forbidden as a node element name.
+
+ $Id: error-010.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:aboutEachPrefix/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Description is forbidden as a property element name.
+
+ $Id: error-011.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Description rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ RDF is forbidden as a property element name.
+
+ $Id: error-012.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:RDF rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ ID is forbidden as a property element name.
+
+ $Id: error-013.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:ID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ about is forbidden as a property element name.
+
+ $Id: error-014.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:about rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ bagID is forbidden as a property element name.
+
+ $Id: error-015.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:bagID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ parseType is forbidden as a property element name.
+
+ $Id: error-016.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:parseType rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ resource is forbidden as a property element name.
+
+ $Id: error-017.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:resource rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-018.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nodeID is forbidden as a property element name.
+
+ $Id: error-018.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:nodeID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-019.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEach is forbidden as a property element name.
+
+ $Id: error-019.rdf,v 1.2 2002/08/07 13:17:49 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:aboutEach rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/error-020.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEachPrefix is forbidden as a property element name.
+
+ $Id: error-020.rdf,v 1.2 2002/08/07 13:17:49 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:aboutEachPrefix rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+# Empty - no triples are generated
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Description is allowed as a node element name.
+
+ $Id: test-001.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a node element name.
+
+ $Id: test-002.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Seq rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a node element name.
+
+ $Id: test-003.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Bag rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a node element name.
+
+ $Id: test-004.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Alt rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a node element name.
+
+ $Id: test-005.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Statement rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a node element name.
+
+ $Id: test-006.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Property rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a node element name.
+
+ $Id: test-007.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:List rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ subject is allowed as a node element name.
+
+ $Id: test-008.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:subject rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ predicate is allowed as a node element name.
+
+ $Id: test-009.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:predicate rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ object is allowed as a node element name.
+
+ $Id: test-010.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:object rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ type is allowed as a node element name.
+
+ $Id: test-011.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:type rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ value is allowed as a node element name.
+
+ $Id: test-012.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:value rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ first is allowed as a node element name.
+
+ $Id: test-013.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:first rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ rest is allowed as a node element name.
+
+ $Id: test-014.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:rest rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-015.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ _1 is allowed as a node element name.
+
+ $Id: test-015.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:_1 rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-016.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nil is allowed as a node element name.
+
+ $Id: test-016.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:nil rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-017.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a property element name.
+
+ $Id: test-017.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Seq rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-018.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-018.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a property element name.
+
+ $Id: test-018.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Bag rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-019.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-019.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a property element name.
+
+ $Id: test-019.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Alt rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-020.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-020.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a property element name.
+
+ $Id: test-020.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Statement rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-021.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-021.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a property element name.
+
+ $Id: test-021.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Property rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-022.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-022.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a property element name.
+
+ $Id: test-022.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:List rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-023.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-023.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ subject is allowed as a property element name.
+
+ $Id: test-023.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:subject rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-024.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-024.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ predicate is allowed as a property element name.
+
+ $Id: test-024.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:predicate rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-025.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-025.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ object is allowed as a property element name.
+
+ $Id: test-025.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:object rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-026.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-026.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ type is allowed as a property element name.
+
+ $Id: test-026.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:type rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-027.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-027.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ value is allowed as a property element name.
+
+ $Id: test-027.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:value rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-028.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-028.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ first is allowed as a property element name.
+
+ $Id: test-028.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:first rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-029.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-029.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ rest is allowed as a property element name.
+
+ $Id: test-029.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:rest rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-030.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-030.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ _1 is allowed as a property element name.
+
+ $Id: test-030.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:_1 rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-031.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-031.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ li is allowed as a property element name.
+
+ $Id: test-031.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:li rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-032.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-032.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a property attribute name.
+
+ $Id: test-032.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Seq="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-033.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-033.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a property attribute name.
+
+ $Id: test-033.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Bag="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-034.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-034.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a property attribute name.
+
+ $Id: test-034.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Alt="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-035.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-035.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a property attribute name.
+
+ $Id: test-035.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Statement="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-036.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-036.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a property attribute name.
+
+ $Id: test-036.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Property="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-037.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/test-037.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a property attribute name.
+
+ $Id: test-037.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:List="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a node element name.
+
+ $Id: warn-001.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:foo rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a property element name.
+
+ $Id: warn-002.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:foo rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-rdf-names-use/warn-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a property attribute name.
+
+ $Id: warn-003.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:foo="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-reification-required/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.3 2002/04/05 11:32:03 bmcbride Exp $
+#
+#####################################################################
+<http://example.org/> <http://example.org#prop> "10" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-reification-required/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<!--
+ 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.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
+
+ Description:
+
+ A parser is not required to generate a bag of reified statements for all
+ description elements.
+-->
+
+<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/" eg:prop="10"/>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/empty.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: empty.nt,v 1.1 2002/12/13 16:48:03 jgrant Exp $
+#
+#####################################################################
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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 2003/07/24 15:51:04 jcarroll Exp $
+#
+#####################################################################
+<http://example.org/eg#eric> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:a0 .
+_:a0 <http://example.org/eg#intersectionOf> _:a1 .
+_:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/eg#Person> .
+_:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a2 .
+_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/eg#Male> .
+_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: rdf:parseType="Collection" is parsed like the
+ nonstandard daml:collection.
+ Author: Jos De Roo (test case), Jeremy Carroll (comment)
+
+ $Id: test001.rdf,v 1.1 2002/09/17 19:03:20 jcarroll Exp $
+
+-->
+
+<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:eg="http://example.org/eg#">
+
+ <rdf:Description rdf:about="http://example.org/eg#eric">
+ <rdf:type rdf:parseType="Resource">
+ <eg:intersectionOf rdf:parseType="Collection">
+ <rdf:Description rdf:about="http://example.org/eg#Person"/>
+ <rdf:Description rdf:about="http://example.org/eg#Male"/>
+ </eg:intersectionOf>
+ </rdf:type>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/12/13 16:48:03 jgrant Exp $
+#
+#####################################################################
+<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test003a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003a.nt,v 1.1 2002/12/13 16:48:03 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/b> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test003b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003b.nt,v 1.1 2002/12/13 16:48:03 jgrant Exp $
+#
+#####################################################################
+<http://example.org/a> <http://www.w3.org/2000/01/rdf-schema#member> <http://example.org/b> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-seq-representation/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test004.nt,v 1.1 2002/12/13 16:48:04 jgrant Exp $
+#
+#####################################################################
+<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#member> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error001.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error002.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID="_:bnode" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error003.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:nodeID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:ID.
+ $Id: error004.rdf,v 1.1 2002/08/03 05:32:32 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID='a' rdf:ID='b'/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:about
+ $Id: error005.rdf,v 1.1 2002/08/03 05:32:32 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID="a" rdf:about="http://example.org/"/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/error006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:resource.
+ $Id: error006.rdf,v 1.1 2002/08/03 05:32:31 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:nodeID="a" rdf:resource="http://www.example.org/" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> _:j0 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ rdf:nodeID can be used to label a blank node.
+ $Id: test001.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:nodeID="a">
+ <eg:property rdf:nodeID="a" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_:j0A <http://example.org/property1> _:j0A .
+_:j2 <http://example.org/property2> _:j1B .
+_:j1B <http://example.org/property3> _:j0A .
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<?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>
+
+-->
+<!--
+
+ rdf:nodeID can be used to label a blank node.
+ These have file scope and are distinct from any
+ unlabelled blank nodes.
+ $Id: test002.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:nodeID="a">
+ <eg:property1 rdf:nodeID="a" />
+ </rdf:Description>
+ <rdf:Description>
+ <eg:property2>
+<!-- Note the rdf:nodeID="b" is redundant. -->
+ <rdf:Description rdf:nodeID="b">
+ <eg:property3 rdf:nodeID="a" />
+ </rdf:Description>
+ </eg:property2>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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: test003.nt,v 1.2 2003/07/24 15:51:06 jcarroll Exp $
+#
+#####################################################################
+_:j0A <http://example.org/property1> "value" .
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ On an rdf:Description or typed node rdf:nodeID behaves
+ similarly to an rdf:about.
+ $Id: test003.rdf,v 1.2 2003/07/24 15:51:06 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- In this example the rdf:nodeID is redundant. -->
+ <rdf:Description rdf:nodeID="a" eg:property1="value" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,21 @@
+#
+# 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: test004.nt,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_: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 .
+_:j2 <http://example.org/property2> _:j1A .
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-syntax-incomplete/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,36 @@
+<?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>
+
+-->
+<!--
+
+ On a property element rdf:nodeID behaves
+ similarly to rdf:resource.
+ $Id: test004.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- The rdf:nodeID allows two references to the same node
+ as an object of triples in the graph. -->
+ <rdf:Description >
+ <eg:property1 rdf:ID="reify" rdf:nodeID="a" />
+ </rdf:Description>
+
+ <rdf:Description>
+ <eg:property2 rdf:nodeID="a"/>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-uri-substructure/error001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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: error001.nt,v 1.2 2002/04/08 13:21:38 bmcbride Exp $
+#
+# 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.
+#
+#####################################################################
+_:a <http://example.org/property/> "10" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-uri-substructure/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/03/29 15:09:58 bmcbride Exp $
+#
+# Input file for a serialization test
+#
+#####################################################################
+_:a <http://example.org/property> "10" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-uri-substructure/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<!--
+ 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.rdf,v 1.1 2002/03/29 15:09:58 bmcbride Exp $
+-->
+<!--
+
+ Description:
+
+ Demonstrates the Recommended partitioning of a URI into a namespace
+ part and a localname part
+
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+<rdf:Description>
+ <eg:property>10</eg:property>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xml-literal-namespaces/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xml-literal-namespaces/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xml-literal-namespaces/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xml-literal-namespaces/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 3
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to element content literal values
+
+ $Id: test003.rdf,v 1.1 2002/04/05 22:22:30 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>chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test004.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@fr .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 4
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to element content literal values
+
+ $Id: test004.rdf,v 1.1 2002/04/05 22:22:30 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 xml:lang="fr">chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test005.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 5
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to attribute content literal values
+
+ $Id: test005.rdf,v 1.1 2002/04/05 22:22:30 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="chat" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test006.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@fr .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: 6
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to attribute content literal values
+
+ $Id: test006.rdf,v 1.1 2002/04/05 22:22:30 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"
+ xml:lang="fr"
+ eg:property="chat" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test007a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test007a.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@fr .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test007b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test007b.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@en .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfms-xmllang/test007c.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test007c.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-container-membership-superProperty/not1C.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,13 @@
+
+<!-- Processed by Id: cwm.py,v 1.92 2002/03/22 21:36:00 timbl Exp -->
+<!-- using base bogus:-->
+
+
+<rdf:RDF xmlns="http://example/stuff#"
+ xmlns:log="http://www.w3.org/2000/10/swap/log#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:about="http://example/stuff#something">
+ <rdf:_1 rdf:resource="http://example/stuff#somethingElse"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-container-membership-superProperty/not1P.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,14 @@
+
+<!-- Processed by Id: cwm.py,v 1.92 2002/03/22 21:36:00 timbl Exp -->
+<!-- using base bogus:-->
+
+
+<rdf:RDF xmlns="http://example/stuff#"
+ xmlns:log="http://www.w3.org/2000/10/swap/log#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Description rdf:about="http://example/stuff#something">
+ <rdfs:member rdf:resource="http://example/stuff#somethingElse"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/nonconclusions005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<!--
+ 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: nonconclusions005.rdf,v 1.2 2002/11/22 13:21:49 jcarroll Exp $
+-->
+<!--
+See Manifest.rdf for description.
+-->
+<!-- Author: Jeremy J. Carroll -->
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xml:base="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/nonconclusions005.rdf" >
+
+ <rdfs:Property rdf:about="premises005.rdf#prop">
+ <rdfs:range>
+ <rdfs:Class rdf:about="premises005.rdf#B"/>
+ </rdfs:range>
+ </rdfs:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/nonconclusions006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<!--
+ 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: nonconclusions006.rdf,v 1.1 2002/11/22 13:21:49 jcarroll Exp $
+-->
+<!--
+See Manifest.rdf for description.
+-->
+<!-- Author: Jeremy J. Carroll -->
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xml:base="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/nonconclusions006.rdf" >
+
+ <rdfs:Property rdf:about="premises006.rdf#prop">
+ <rdfs:domain>
+ <rdfs:Class rdf:about="premises006.rdf#B"/>
+ </rdfs:domain>
+ </rdfs:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/premises005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: premises005.rdf,v 1.2 2002/11/22 13:21:49 jcarroll Exp $
+-->
+<!--
+See Manifest.rdf for description.
+-->
+<!-- Author: Jeremy J. Carroll -->
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xml:base="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/premises005.rdf" >
+
+ <rdfs:Property rdf:ID="prop">
+ <rdfs:range>
+ <rdfs:Class rdf:ID="A">
+ <rdfs:subClassOf>
+ <rdfs:Class rdf:ID="B"/>
+ </rdfs:subClassOf>
+ </rdfs:Class>
+ </rdfs:range>
+ </rdfs:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/premises006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: premises006.rdf,v 1.1 2002/11/22 13:21:49 jcarroll Exp $
+-->
+<!--
+See Manifest.rdf for description.
+-->
+<!-- Author: Jeremy J. Carroll -->
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xml:base="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-domain-and-range/premises006.rdf" >
+
+ <rdfs:Property rdf:ID="prop">
+ <rdfs:domain>
+ <rdfs:Class rdf:ID="A">
+ <rdfs:subClassOf>
+ <rdfs:Class rdf:ID="B"/>
+ </rdfs:subClassOf>
+ </rdfs:Class>
+ </rdfs:domain>
+ </rdfs:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+# 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.5 2001/10/17 08:19:32 josderoo Exp $
+##################################################################
+
+<http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain1> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain2> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ Description: a RDF Property may have more than one domain property
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range
+
+ $Id$
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Property rdf:about="http://example.org/bar">
+ <rdfs:domain rdf:resource="http://example.org/Domain1"/>
+ <rdfs:domain rdf:resource="http://example.org/Domain2"/>
+ </rdf:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+# 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.5 2001/10/17 08:21:13 josderoo Exp $
+##################################################################
+
+<http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range1> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range2> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-domain-and-range/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ Description: a RDF property may have more than one range property.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range
+
+ $Id$
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Property rdf:about="http://example.org/bar">
+ <rdfs:range rdf:resource="http://example.org/Range1"/>
+ <rdfs:range rdf:resource="http://example.org/Range2"/>
+ </rdf:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-entailment/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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 2003/11/13 10:21:45 jgrant Exp $
+#
+#####################################################################
+<http://example.org/prop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://example.org/foo> <http://example.org/prop> "<"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-entailment/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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 2003/11/13 10:21:45 jgrant Exp $
+#
+#####################################################################
+<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-no-cycles-in-subClassOf/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+# 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>
+#
+# Author: Dan Connolly
+#
+# $Id: test001.nt,v 1.3 2001/10/01 13:45:20 barstow Exp $
+#
+
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#B> .
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#A> .
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#X> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#X> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-no-cycles-in-subClassOf/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,37 @@
+<?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>
+
+ Author: Dan Connolly
+
+ Description: see:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-no-cycles-in-subClassOf
+
+ $Id:$
+
+-->
+
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#A">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#B"/>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#B">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#A"/>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#X">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subClassOf/test001#X"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-no-cycles-in-subPropertyOf/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+# 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>
+#
+# Author: Frank Manola
+#
+# $Id: test001.nt,v 1.3 2001/10/01 13:43:50 barstow Exp $
+#
+
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#A> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#B> .
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#B> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#A> .
+<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#X> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#X> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-no-cycles-in-subPropertyOf/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<?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>
+
+ Author: Frank Manola
+
+ Description:
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-no-cycles-in-subPropertyOf
+
+ $Id$
+
+-->
+
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#A">
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#B"/>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#B">
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#A"/>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#X">
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001#X"/>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-subClassOf-a-Property/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+# 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>
+#
+# The following graph is legal (satisfiable)
+#
+# $Id: test001.nt,v 1.1 2002/12/18 15:44:22 jgrant Exp $
+##################################################################
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://example.org/foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-subPropertyOf-semantics/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+# 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 rdfs-subPropertyOf-semantics:
+# The inheritance semantics of the subPropertyOf relationship needs to be clarified.
+#
+# => subProperties inherit conjunctively the domain and range of their superproperties
+#
+# $Id: test001.nt,v 1.4 2002/04/05 13:25:37 josderoo Exp $
+##################################################################
+
+<http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bas> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://example.org/bar> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain1> .
+<http://example.org/bas> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain2> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range1> .
+<http://example.org/bas> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range2> .
+<http://example.org/baz1> <http://example.org/bas> <http://example.org/baz2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/rdfs-subPropertyOf-semantics/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,21 @@
+# 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 rdfs-subPropertyOf-semantics:
+# The inheritance semantics of the subPropertyOf relationship needs to be clarified.
+#
+# => subProperties inherit conjunctively the domain and range of their superproperties
+#
+# $Id: test002.nt,v 1.2 2002/04/05 13:25:45 josderoo Exp $
+##################################################################
+
+<http://example.org/baz1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Domain1> .
+<http://example.org/baz1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Domain2> .
+<http://example.org/baz2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Range1> .
+<http://example.org/baz2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Range2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/statement-entailment/test001a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,12 @@
+<http://example.org/stmt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://example.org/stmt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/subject> .
+<http://example.org/stmt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/predicate> .
+<http://example.org/stmt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
+
+<http://example.org/stmt2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://example.org/stmt2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/subject> .
+<http://example.org/stmt2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/predicate> .
+<http://example.org/stmt2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/object> .
+
+<http://example.org/stmt1> <http://example.org/property> <http://example.org/foo> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/statement-entailment/test001b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,2 @@
+<http://example.org/stmt2> <http://example.org/property> <http://example.org/foo> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/statement-entailment/test002a.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,2 @@
+<http://example.org/subj> <http://example.org/prop> <http://example.org/obj> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/statement-entailment/test002b.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,5 @@
+_:r <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+_:r <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/subj> .
+_:r <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
+_:r <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/obj> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/tex-01/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: language tag is lower case in this file.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#tex-01
+
+ Author: Jeremy Carroll
+
+ $Id: test001.rdf,v 1.2 2003/05/09 10:39:49 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+
+ <rdf:Description>
+ <eg:prop xml:lang="en-us">a</eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/tex-01/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: language tag is mixed case in this file.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#tex-01
+
+ Author: Jeremy Carroll
+
+ $Id: test002.rdf,v 1.2 2003/05/09 10:39:49 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+
+ <rdf:Description>
+ <eg:prop xml:lang="en-US">a</eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/unrecognised-xml-attributes/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+# 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/04/13 13:30:00 jgrant Exp $
+##################################################################
+
+<http://example.org/thing> <http://example.org/schema#prop1> "blah" .
+<http://example.org/thing> <http://example.org/schema#prop2> "more" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/unrecognised-xml-attributes/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: Test case for the proposal:
+ Unrecognized attributes in the xml namespace should be ignored.
+
+ in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html
+
+
+ Related issue:
+
+ NONE
+
+ $Id: test001.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/schema#">
+ <rdf:Description rdf:about="http://example.org/thing">
+ <ex:prop1 xml:space="default">blah</ex:prop1>
+ <ex:prop2 xml:foo="anything">more</ex:prop2>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/unrecognised-xml-attributes/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/04/13 13:30:00 jgrant Exp $
+##################################################################
+
+<http://example.org/thing> <http://example.org/schema#prop1> "stuff" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/unrecognised-xml-attributes/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,32 @@
+<?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: Test case for the proposal:
+ Unrecognized attributes in the xml namespace should be ignored.
+
+ in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html
+
+ Although here it is not testing something in the xml namespace; but
+ showing that an attribute that XML reserves is ignored.
+
+ Related issue:
+
+ NONE
+
+ $Id: test002.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/schema#">
+ <rdf:Description rdf:about="http://example.org/thing">
+ <ex:prop1 xmlnewthing="anything">stuff</ex:prop1>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xml-canon/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test001.nt,v 1.1 2003/08/18 10:09:29 jgrant Exp $
+#
+#####################################################################
+<http://www.example.org/a> <http://example.org/prop> "<br></br>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xml-canon/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: Demonstrating XML Literal canonicalisation
+
+ $Id: test001.rdf,v 1.1 2003/08/18 10:09:29 jgrant 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://www.example.org/a">
+ <eg:prop rdf:parseType="Literal"><br /></eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file#frag> <http://example.org/value> "v" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: xml:base applies to an rdf:ID on an
+ rdf:Description element.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test001.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description rdf:ID="frag" eg:value="v" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+_:j0 <http://example.org/value> <http://example.org/dir/relFile> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: xml:base applies to an rdf:resource attribute.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test002.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description>
+ <eg:value rdf:resource="relFile" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: xml:base applies to an rdf:about attribute.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test003.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="relfile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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: test004.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+_:j0 <http://example.org/value> "v" .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/value> .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "v" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: xml:base applies to an rdf:ID on a property element.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test004.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description>
+ <eg:value rdf:ID="frag">v</eg:value>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test006.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/file2#frag> <http://example.org/value> "v" .
+<http://example.org/dir/relFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: xml:base scoping.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test006.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description rdf:ID="frag" eg:value="v" xml:base="http://example.org/file2"/>
+ <eg:type rdf:about="relFile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test007.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: example of relative URI resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test007.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="../relfile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test008.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: example of empty same document ref resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test008.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test009.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/absfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: Example of relative uri with absolute path resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test009.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="/absfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test010.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://another.example.org/absfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: Example of relative uri with net path resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test010.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="//another.example.org/absfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test011.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: Example of xml:base with no path component.
+ Note: The algorithm in RFC 2396 does not handle this case correctly.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test011.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org">
+
+ <eg:type rdf:about="relfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test013.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
+<http://example.org/dir/file#foo> <http://example.org/value> <http://example.org/dir/relpath> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: With an xml:base with fragment the fragment is ignored.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test013.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file#frag">
+
+ <eg:type rdf:about="" />
+ <rdf:Description rdf:ID="foo" >
+ <eg:value rdf:resource="relpath" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test014.nt,v 1.2 2002/11/15 11:45:42 jgrant Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlbase/test014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: two identical rdf:ID's are allowed, as long as they
+ refer to different resources.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test014.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ >
+
+ <rdf:Description xml:base="http://example.org/dir/file"
+ rdf:ID="frag" eg:value="v" />
+ <rdf:Description rdf:ID="frag" eg:value="v" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlsch-02/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: the typed literal in this file is well-formed.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#xmlsch-02
+
+ Author: Jeremy Carroll
+
+ $Id: test001.rdf,v 1.1 2003/05/12 20:07:01 jcarroll 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://www.example.org/a">
+ <eg:prop rdf:datatype="http://www.w3.org/2001/XMLSchema#int">3</eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlsch-02/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: the typed literal in this file is not well-formed.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#xmlsch-02
+
+ Author: Jeremy Carroll
+
+ $Id: test002.rdf,v 1.3 2003/05/12 20:12:03 jcarroll 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://www.example.org/a">
+ <eg:prop rdf:datatype="http://www.w3.org/2001/XMLSchema#int"> 3 </eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/2004-test-suite/xmlsch-02/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: eg:prop has a literal value.
+
+ Related issue:
+
+ http://www.w3.org/2001/sw/RDFCore/20030123-issues/#xmlsch-02
+
+ Author: Jeremy Carroll
+
+ $Id: test003.rdf,v 1.1 2003/05/12 20:07:01 jcarroll Exp $
+
+-->
+
+<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:eg="http://example.org/">
+
+
+ <rdf:Description rdf:about="http://www.example.org/a">
+ <eg:prop>
+ <rdfs:Literal/>
+ </eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/README Mon Dec 23 13:43:58 2013 -0800
@@ -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.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/amp-in-url/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Author: Dan Connolly
+#
+# $Id: test001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example/q?abc=1&def=2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "xxx" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/amp-in-url/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<?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>
+
+ Author: Dan Connolly
+
+ 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).
+
+ $Id: test001.rdf,v 1.5 2001/09/27 21:39:27 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:about="http://example/q?abc=1&def=2">
+ <rdf:value>xxx</rdf:value>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/convert-manifest.rb Mon Dec 23 13:43:58 2013 -0800
@@ -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
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/datatypes/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.3 2003/08/18 09:29:18 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://example.org/foo> <http://example.org/baz> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/datatypes/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ Description: A simple datatype production; a language+
+ datatype production. Simply duplicate the constructs under
+ http://www.w3.org/2013/RDFXMLTests/ntriples/test.nt
+
+ $Id: test001.rdf,v 1.2 2002/11/20 14:51:34 jgrant 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/foo">
+ <eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</eg:bar>
+ <eg:baz rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" xml:lang="fr">10</eg:baz>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/datatypes/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/19 14:04:16 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://example.org/bar> "flargh"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/datatypes/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: A parser is not required to know about well-formed
+ datatyped literals.
+
+ $Id: test002.rdf,v 1.1 2002/11/19 14:04:16 jgrant 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/foo">
+ <eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">flargh</eg:bar>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/manifest.ttl Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1778 @@
+# 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> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-literals/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/04/29 10:35:03 jgrant Exp $
+#
+#####################################################################
+_:a <http://example.org/named> "D\u00FCrst" .
+<http://www.w3.org/TR/2002/WD-charmod-20020220> <http://example.org/Creator> _:a .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-literals/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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: rdf-charmod-literals
+
+ Description: Legal NFC character sequence in the literal.
+
+ White test case from
+ http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html
+
+ $Id: test001.rdf,v 1.1 2002/04/29 10:35:03 jgrant Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!-- Dürst registers himself as a creator of the Charmod WD. -->
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/2002/WD-charmod-20020220">
+
+ <!-- The ü below is a single character #xFC in NFC
+ (encoded as two UTF-8 octets #xC3 #xBC) -->
+ <eg:Creator eg:named="Dürst"/>
+
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-uris/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/04/29 09:46:57 dbeckett2 Exp $
+#
+#####################################################################
+<http://example.org/#Andr\u00E9> <http://example.org/#owes> "2000" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-uris/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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/#rdf-charmod-uris
+ Test: 1
+ Author: Jeremy Carroll, HP
+
+ Description:
+ Non US-ASCII characters are permitted in the uriref labels
+ on the RDF graph. The % escaping algorithm is not applied
+ during graph construction.
+
+ $Id: test001.rdf,v 1.1 2002/04/29 09:46:57 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/#">
+
+ <!-- The é below is a single Unicode character #xE9 in
+ Unicode Normal Form C, NFC (here encoded as
+ two UTF-8 octets #C3,#A9) -->
+
+ <rdf:Description rdf:about="http://example.org/#André">
+ <eg:owes>2000</eg:owes>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-uris/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/04/29 09:46:57 dbeckett2 Exp $
+#
+#####################################################################
+<http://example.org/#Andr%C3%A9> <http://example.org/#owes> "2000" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-charmod-uris/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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/#rdf-charmod-uris
+ Test: 2
+ Author: Jeremy Carroll, HP
+
+ Description:
+ An explicit % escaped URI is treated like any other US ASCII URI.
+ Non US-ASCII characters are permitted in the uriref labels
+ on the RDF graph. The % escaping algorithm is not applied
+ during graph construction.
+
+ $Id: test002.rdf,v 1.1 2002/04/29 09:46:57 dbeckett2 Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/#">
+
+ <!-- The %C3%A9 below corresponds to é under the standard
+ %-escaping algorithm for URIs. -->
+
+ <rdf:Description rdf:about="http://example.org/#Andr%C3%A9">
+ <eg:owes>2000</eg:owes>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: error01
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li is not allowed as as an attribute
+-->
+
+<!--
+ 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: error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:bar rdf:li="1"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: error002
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf,v 1.4 2001/12/20 22:10:28 bmcbride Exp $
+
+ 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 now an error.
+-->
+
+<!--
+ 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: error002.rdf,v 1.4 2001/12/20 22:10:28 bmcbride Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+ <rdf:li/>
+</rdf:RDF>
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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$
+#
+#####################################################################
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 01
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf,v 1.8 2001/09/06 21:23:35 barstow Exp $
+
+ Simple container
+-->
+
+<!--
+ 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.rdf,v 1.8 2001/09/06 21:23:35 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Bag>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Bag>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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$
+#
+#####################################################################
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://foo/Bar> .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "_1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> "_3" .
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 02
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+
+ 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.
+-->
+<!--
+ 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.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:_1>_1</rdf:_1>
+ <rdf:li>1</rdf:li>
+ <rdf:_3>_3</rdf:_3>
+ <rdf:li>2</rdf:li>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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$
+#
+#####################################################################
+_: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" .
+_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 03
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li elements can exist in any description element
+-->
+<!--
+ 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: test003.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+#
+# 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$
+#
+#####################################################################
+_: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/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/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" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 04
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li elements match any of the property element productions
+-->
+
+<!--
+ 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: test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <foo:Bar>
+ <rdf:li rdf:ID="e1">1</rdf:li>
+ <rdf:li rdf:parseType="Literal">2</rdf:li>
+ <rdf:li rdf:parseType="Resource">
+ <rdf:type rdf:resource="http://foo/Bar"/>
+ </rdf:li>
+ <rdf:li rdf:ID="e4" foo:bar="foobar"/>
+ </foo:Bar>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+#
+# 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://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/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/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/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/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/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/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "barfoo" .
+
+
+
+
+_:bag <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+
+
+
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: test06
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf,v 1.6 2003/07/24 15:51:02 jcarroll Exp $
+
+ containers match the typed node production
+-->
+
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <rdf:Seq rdf:ID="e1" rdf:_3="3" rdf:value="foobar"/>
+ <rdf:Alt rdf:about="#e2" rdf:_2="2" rdf:value="foobar">
+ <rdf:value>barfoo</rdf:value>
+ </rdf:Alt>
+ <rdf:Bag />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,20 @@
+#
+# 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$
+#
+#####################################################################
+_:d1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:d2 .
+
+_:d2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+_:d2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
+_:d1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: test07
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf,v 1.5 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li processing within each element is independent
+-->
+
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foo="http://foo/">
+
+ <rdf:Description>
+ <rdf:li>
+ <rdf:Description>
+ <rdf:li>1</rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Description>
+ </rdf:li>
+ <rdf:li>2</rdf:li>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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://desc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
+<http://desc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1-again" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-containers-syntax-vs-schema/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Issue: rdf-containers-syntax-vs-schema
+ Test: 08
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+
+ rdf:li processing is per element, not per resource.
+-->
+<!--
+ 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>
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:about="http://desc">
+ <rdf:li>1</rdf:li>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://desc">
+ <rdf:li>1-again</rdf:li>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-element-not-mandatory/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,10 @@
+#
+# Please see the full Copyright clause at
+# <http://www.w3.org/Consortium/Legal/copyright-software.html>
+#
+# $Id: test001.nt,v 1.1 2003/10/08 13:00:58 jgrant Exp $
+#
+#####################################################################
+_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/terms#Book> .
+_:a <http://example.org/terms#title> "Dogs in Hats" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-element-not-mandatory/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: the rdf:RDF element is no longer mandatory.
+
+ $Id: test001.rdf,v 1.1 2003/10/08 13:00:58 jgrant Exp $
+
+-->
+
+<Book xmlns="http://example.org/terms#">
+ <title>Dogs in Hats</title>
+</Book>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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: test0001.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:about attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 2; 6.7 aboutAttr -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+ <eg:property>bar</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0003.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> <http://example.org/resource2/> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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: test0003.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:resource - expect 1 triple -->
+
+ <!-- 6.3 description, part 2 -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+ <!-- 6.12 propertyElt part 4; 6.16 idRefAttr; 6.18 resourceAttr -->
+ <eg:property rdf:resource="http://example.org/resource2/"/>
+
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0004.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
+#
+#####################################################################
+<http://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0004.rdf#foo> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<!--
+ 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: test0004.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:ID - expect 1 triple -->
+
+ <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.6 idAttr -->
+ <rdf:Description rdf:ID="foo">
+ <eg:property>bar</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0005.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource1/> <http://example.org/property> _:genid .
+_:genid <http://example.org/property2> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0005.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:parseType - expect 2 triples -->
+
+ <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.7 aboutAbout -->
+ <rdf:Description rdf:about="http://example.org/resource1/">
+
+ <!-- 6.12 propertyElt, part 3; 6.33 parseResource -->
+ <eg:property rdf:parseType="Resource">
+
+ <!-- 6.12 propertyElt, part 1 -->
+ <eg:property2>bar</eg:property2>
+ </eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0006.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/class/> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0006.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ List of RDF attributes that are required to have an rdf: prefix
+ about aboutEach
+ ID bagID type resource parseType
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test rdf:type attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr, part 1; 6.11 typeAttr -->
+ <rdf:Description rdf:about="http://example.org/resource/"
+ rdf:type="http://example.org/class/"/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0009.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0009.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ Namespace qualification MUST be used for all property attributes.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Test namespace-qualified property attribute - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr; 6.14 propName; 6.19 Qname -->
+
+ <rdf:Description rdf:about="http://example.org/resource/" eg:property="bar" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test0010.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
+#
+#####################################################################
+<http://example.org/resource/> <http://example.org/property> "bar" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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: test0010.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Description element (using default namespace)
+ - expect 1 triple -->
+
+ <!-- 6.3 description, part 1; 6.10 propAttr; 6.14 propName; 6.19 Qname -->
+
+ <Description rdf:about="http://example.org/resource/" eg:property="bar" />
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0011.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0011.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Seq element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.25 sequence, part 1; idAttr; -->
+ <Seq rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Seq>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0012.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0012.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Bag element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.26 bag, part 1; idAttr; -->
+ <Bag rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Bag>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0013.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,40 @@
+<!--
+ 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: test0013.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Alt element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.27 alternative, part 1; idAttr; -->
+ <Alt rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <rdf:li>bar</rdf:li>
+ </Alt>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test0014.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdf-ns-prefix-confusion/test0014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,42 @@
+<!--
+ 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: test0014.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!--
+ Test case for
+ Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
+
+ 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.
+
+ Dave Beckett - http://purl.org/net/dajobe/
+
+ -->
+
+ <!-- Testing outer bare RDF element (using default namespace) -->
+
+ <!-- Testing bare Seq element (using default namespace) -->
+
+ <!-- Testing bare li element (using default namespace)
+ - expect 2 triples -->
+
+ <!-- 6.2 obj; 6.4 container; 6.25 sequence, part 1; idAttr; -->
+ <Seq rdf:ID="container">
+ <!-- 6.28 member; 6.29 inlineItem, part 1 -->
+ <li>bar</li>
+ </Seq>
+
+</RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-abouteach/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?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-abouteach
+ Test: 1 (error)
+ Author: Dave Beckett
+
+ aboutEach removed from the RDF specifications.
+ See URI above for further details.
+
+
+ $Id: error001.rdf,v 1.1 2002/04/05 23:01:15 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Bag rdf:ID="node">
+ <rdf:li rdf:resource="http://example.org/node2"/>
+ </rdf:Bag>
+
+ <rdf:Description rdf:aboutEach="#node">
+ <dc:rights xmlns:dc="http://purl.org/dc/elements/1.1/">me</dc:rights>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-abouteach/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?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-abouteach
+ Test: 2 (error)
+ Author: Dave Beckett
+
+ aboutEachPrefix removed from the RDF specifications.
+ See URI above for further details.
+
+
+ $Id: error002.rdf,v 1.1 2002/04/05 23:01:15 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>foo</eg:property>
+ </rdf:Description>
+
+ <rdf:Description rdf:aboutEachPrefix="http://example.org/">
+ <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">me</dc:creator>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/error1.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<!--
+ 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: error1.rdf,v 1.2 2001/09/06 21:23:35 barstow Exp $
+-->
+<!--
+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.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test1.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test1.nt,v 1.2 2001/09/06 21:07:20 barstow Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test1.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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$
+-->
+<!--
+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.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="foo">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test2.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test2.nt,v 1.4 2002/07/26 04:06:56 jcarroll Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test2.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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: test2.rdf,v 1.9 2002/07/26 04:06:56 jcarroll Exp $
+-->
+<!--
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test2.rdf
+
+Non-ASCII characters in IDs are not converted.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:ID="Dürst">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test3.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test3.nt,v 1.1 2002/07/26 04:06:57 jcarroll Exp $
+#
+#####################################################################
+<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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-difference-between-ID-and-about/test3.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,22 @@
+<!--
+ 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: test3.rdf,v 1.1 2002/07/26 04:06:57 jcarroll Exp $
+-->
+<!--
+Base URI: http://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test3.rdf
+
+Non-ASCII characters in URIs are not converted.
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:about="#Dürst">
+ <rdf:value>abc</rdf:value>
+</rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-duplicate-member-props/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/05/08 13:37:09 jgrant Exp $
+#
+#####################################################################
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/a> .
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/b> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-duplicate-member-props/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-duplicate-member-props
+ Test: test001
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-duplicate-member-props/test001.rdf,v 1.1 2002/05/08 13:37:09 jgrant Exp $
+
+ Test case showing that duplicate rdf:_n properties are syntactically
+ legal RDF.
+
+ http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002May/0028.html
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/05/08 13:37:09 jgrant Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Bag rdf:about="http://example.org/foo">
+ <rdf:_1 rdf:resource="http://example.org/a" />
+ <rdf:_1 rdf:resource="http://example.org/b" />
+ </rdf:Bag>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: error001.rdf,v 1.1 2001/09/10 14:31:48 barstow Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error001.nrdf
+
+ Description:
+
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+
+-->
+<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:resource="http://random.ioctl.org/#foo" />
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: error002.rdf,v 1.1 2001/09/10 14:33:09 barstow Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error002.nrdf
+
+ Description:
+
+ This is not legal RDF; specifying an rdf:parseType of "Literal" and an
+ rdf:resource attribute at the same time is an error.
+
+-->
+<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:resource="http://random.ioctl.org/#foo"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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/test001.rdf
+
+ Description:
+
+ The rdf:resource attribute means that the value of this property element
+ is a resource.
+
+-->
+<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:resource="http://random.ioctl.org/#foo" />
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/test002.rdf
+
+ Description:
+
+ The basic case. An empty property element just gives an empty literal.
+
+-->
+<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:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> _:a1 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/test004.rdf
+
+ Description:
+
+ If the parseType indicates the value is a resource, we must create one. With
+ no additional information, the resource is anonymous.
+
+-->
+<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="Resource" />
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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/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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/test005.rdf
+
+ Description:
+
+ An empty property element just gives an empty literal. We reify the statement
+ at the same time.
+
+-->
+<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:ID="foo" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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> _: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/test006.rdf
+
+ Description:
+
+ Here the parseType indicates that we should create a resource. We also
+ reify the generated statement.
+
+-->
+<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:ID="foo" rdf:parseType="Resource" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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/test007.rdf
+
+ Description:
+
+ As test001.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:resource="http://random.ioctl.org/#foo"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/test008.rdf
+
+ Description:
+
+ As test002.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></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> _:a1 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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/test010.rdf
+
+ Description:
+
+ As test004.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="Resource"></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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/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> "" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<!--
+ 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/test011.rdf
+
+ Description:
+
+ As test005.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:ID="foo"></random:someProperty>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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> _: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,30 @@
+<!--
+ 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/test012.rdf
+
+ Description:
+
+ As test006.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:ID="foo" rdf:parseType="Resource"></random:someProperty>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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://random.ioctl.org/#foo> .
+<http://random.ioctl.org/#foo> <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<!--
+ 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/test013.rdf
+
+ Description:
+
+ 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
+
+-->
+
+<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:resource="http://random.ioctl.org/#foo"
+ random:prop2="baz" />
+</rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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> _:a1 .
+_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,34 @@
+<!--
+ 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/test014.rdf
+
+ Description:
+
+ 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
+
+-->
+
+<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:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test015.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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> _:a1 .
+_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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/test015.rdf
+
+ Description:
+
+ 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.
+
+-->
+
+<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"></random:someProperty>
+</rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test016.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test016.nt,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<!--
+ 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: test016.rdf,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+-->
+<!--
+
+ Description:
+ Like test001.rdf but with a processing instruction
+ as the only content of the otherwise empty element.
+
+ Author: Jeremy Carroll
+
+-->
+<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:resource="http://random.ioctl.org/#foo"><?a
+ processing instruction?></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test017.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test017.nt,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+#
+#####################################################################
+<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-empty-property-elements/test017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<!--
+ 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: test017.rdf,v 1.1 2002/07/26 04:26:56 jcarroll Exp $
+-->
+<!--
+
+ Description:
+ Like test001.rdf but with a comment
+ as the only content of the otherwise empty element.
+
+ Author: Jeremy Carroll
+
+-->
+<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:resource="http://random.ioctl.org/#foo"><!--
+ A comment
+
+ Even with a comment or a processing instruction within an empty
+ property element, it is still empty because an RDF Parser ignores
+ the processing instruction and comment nodes when not within an
+ XML Literal.
+
+--></random:someProperty>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> "property value" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF Description with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test001.rdf,v 1.1 2001/10/10 12:54:15 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:property>property value</eg:property>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> "property value" .
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/node> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF typedNode with no ID or about attribute
+ describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test002.rdf,v 1.1 2001/10/10 12:55:18 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <eg:node>
+ <eg:property>property value</eg:property>
+ </eg:node>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: a RDF container (in this case a Bag) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test003.rdf,v 1.1 2001/10/10 13:06:59 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Bag/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test004.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "some value" .
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: a RDF container (in this case an Alt) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test004.rdf,v 1.1 2001/10/10 13:07:07 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Alt>
+ <rdf:li>some value</rdf:li>
+ </rdf:Alt>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test005.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
+#
+#####################################################################
+_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-identity-anon-resources/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: a RDF container (in this case a Seq) without an ID
+ attribute describes an un-named resource, aka a bNode.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
+
+ Author: Art Barstow (barstow@w3.org)
+
+ $Id: test005.rdf,v 1.1 2001/10/10 13:07:07 barstow Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Seq/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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/03/08 10:55:12 dajobe Exp $
+#
+#####################################################################
+_:j88091 <http://example.org/prop2> "val" .
+_:j88090 <http://example.org/prop1> _: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 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 1
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID on an empty property element indicates reification.
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:ID="reify" eg:prop2="val"></eg:prop1>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+<http://example.org/object#uriRef> <http://example.org/prop2> "val" .
+_:j88093 <http://example.org/prop1> <http://example.org/object#uriRef> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 2
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:reource on an empty property element indicates the URI of the object.
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:resource="http://example.org/object#uriRef" eg:prop2="val"></eg:prop1>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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: test004.nt,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+_:j88101 <http://example.org/prop1> <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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 4
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID and rdf:resource are allowed together on empty property element.
+-->
+
+<!--
+ 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: test004.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:ID="reify" rdf:resource="http://example.org/object"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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: test005.nt,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+#
+#####################################################################
+<http://example.org/object> <http://example.org/prop2> "val" .
+_:j88106 <http://example.org/prop1> <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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-not-id-and-resource-attr/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Issue: rdfms-not-id-and-resource-attr
+ Test: 5
+ Author: Jeremy Carroll, HP
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+
+ rdf:ID and rdf:resource are allowed together on empty property element.
+-->
+
+<!--
+ 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: test005.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop1 rdf:resource="http://example.org/object" rdf:ID="reify" eg:prop2="val"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-para196/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/02/14 19:10:34 dajobe Exp $
+#
+#####################################################################
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntaxfoo> "permitted" .
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntax-blah-blahbar> "also permitted" .
+<http://example.org/> <http://www.w3.org/TR/REC-rdf-syntax#baz> "this one also permitted" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-para196/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!-- Issue: none
+ Test: test001
+ $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-para196/test001.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
+
+ test case showing that the 2nd URI in M&S Paragraph 196 is
+ permitted as a namespace URI (and any namespace URI starting
+ with that URI)
+
+ http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#196
+-->
+
+<!--
+ 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.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:a="http://www.w3.org/TR/REC-rdf-syntax"
+ xmlns:b="http://www.w3.org/TR/REC-rdf-syntax-blah-blah"
+ xmlns:c="http://www.w3.org/TR/REC-rdf-syntax#">
+ <rdf:Description rdf:about="http://example.org/">
+ <a:foo>permitted</a:foo>
+ <b:bar>also permitted</b:bar>
+ <c:baz>this one also permitted</c:baz>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error001.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:ID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error002.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:ID="_:xx" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error003.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:ID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error004.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:ID="a/b" eg:prop="val" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:ID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error005.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- ́ is a non-spacing acute accent.
+ It is legal within an XML Name, but not as the first
+ character. -->
+
+ <rdf:Description rdf:ID="́bb" eg:prop="val" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:bagID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error006.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:bagID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-id/error007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:bagID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error007.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:bagID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ RDF is forbidden as a node element name.
+
+ $Id: error-001.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:RDF/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ ID is forbidden as a node element name.
+
+ $Id: error-002.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:ID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ about is forbidden as a node element name.
+
+ $Id: error-003.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:about/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ bagID is forbidden as a node element name.
+
+ $Id: error-004.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:bagID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ parseType is forbidden as a node element name.
+
+ $Id: error-005.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:parseType/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ resource is forbidden as a node element name.
+
+ $Id: error-006.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:resource/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nodeID is forbidden as a node element name.
+
+ $Id: error-007.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:nodeID/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ li is forbidden as a node element name.
+
+ $Id: error-008.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:li/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEach is forbidden as a node element name.
+
+ $Id: error-009.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:aboutEach/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEachPrefix is forbidden as a node element name.
+
+ $Id: error-010.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:aboutEachPrefix/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Description is forbidden as a property element name.
+
+ $Id: error-011.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Description rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ RDF is forbidden as a property element name.
+
+ $Id: error-012.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:RDF rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ ID is forbidden as a property element name.
+
+ $Id: error-013.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:ID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ about is forbidden as a property element name.
+
+ $Id: error-014.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:about rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ bagID is forbidden as a property element name.
+
+ $Id: error-015.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:bagID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ parseType is forbidden as a property element name.
+
+ $Id: error-016.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:parseType rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ resource is forbidden as a property element name.
+
+ $Id: error-017.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:resource rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-018.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nodeID is forbidden as a property element name.
+
+ $Id: error-018.rdf,v 1.2 2002/08/07 13:17:48 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:nodeID rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-019.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEach is forbidden as a property element name.
+
+ $Id: error-019.rdf,v 1.2 2002/08/07 13:17:49 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:aboutEach rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/error-020.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ aboutEachPrefix is forbidden as a property element name.
+
+ $Id: error-020.rdf,v 1.2 2002/08/07 13:17:49 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:aboutEachPrefix rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+# Empty - no triples are generated
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Description is allowed as a node element name.
+
+ $Id: test-001.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a node element name.
+
+ $Id: test-002.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Seq rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a node element name.
+
+ $Id: test-003.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Bag rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a node element name.
+
+ $Id: test-004.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Alt rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a node element name.
+
+ $Id: test-005.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Statement rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a node element name.
+
+ $Id: test-006.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Property rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a node element name.
+
+ $Id: test-007.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:List rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ subject is allowed as a node element name.
+
+ $Id: test-008.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:subject rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ predicate is allowed as a node element name.
+
+ $Id: test-009.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:predicate rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ object is allowed as a node element name.
+
+ $Id: test-010.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:object rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ type is allowed as a node element name.
+
+ $Id: test-011.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:type rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-012.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-012.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ value is allowed as a node element name.
+
+ $Id: test-012.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:value rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ first is allowed as a node element name.
+
+ $Id: test-013.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:first rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ rest is allowed as a node element name.
+
+ $Id: test-014.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:rest rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-015.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-015.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ _1 is allowed as a node element name.
+
+ $Id: test-015.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:_1 rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-016.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-016.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ nil is allowed as a node element name.
+
+ $Id: test-016.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:nil rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-017.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-017.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a property element name.
+
+ $Id: test-017.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Seq rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-018.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-018.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a property element name.
+
+ $Id: test-018.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Bag rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-019.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-019.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a property element name.
+
+ $Id: test-019.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Alt rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-020.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-020.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a property element name.
+
+ $Id: test-020.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Statement rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-021.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-021.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a property element name.
+
+ $Id: test-021.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:Property rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-022.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-022.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a property element name.
+
+ $Id: test-022.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:List rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-023.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-023.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ subject is allowed as a property element name.
+
+ $Id: test-023.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:subject rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-024.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-024.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ predicate is allowed as a property element name.
+
+ $Id: test-024.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:predicate rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-025.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-025.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ object is allowed as a property element name.
+
+ $Id: test-025.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:object rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-026.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-026.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ type is allowed as a property element name.
+
+ $Id: test-026.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:type rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-027.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-027.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ value is allowed as a property element name.
+
+ $Id: test-027.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:value rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-028.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-028.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ first is allowed as a property element name.
+
+ $Id: test-028.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:first rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-029.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-029.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ rest is allowed as a property element name.
+
+ $Id: test-029.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:rest rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-030.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-030.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ _1 is allowed as a property element name.
+
+ $Id: test-030.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:_1 rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-031.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-031.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ li is allowed as a property element name.
+
+ $Id: test-031.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:li rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-032.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-032.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Seq is allowed as a property attribute name.
+
+ $Id: test-032.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Seq="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-033.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-033.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Bag is allowed as a property attribute name.
+
+ $Id: test-033.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Bag="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-034.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-034.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Alt is allowed as a property attribute name.
+
+ $Id: test-034.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Alt="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-035.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-035.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Statement is allowed as a property attribute name.
+
+ $Id: test-035.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Statement="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-036.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-036.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ Property is allowed as a property attribute name.
+
+ $Id: test-036.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:Property="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-037.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/test-037.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ List is allowed as a property attribute name.
+
+ $Id: test-037.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:List="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,23 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a node element name.
+
+ $Id: warn-001.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:foo rdf:about="http://example.org/node"/>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> <http://example.org/node2> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a property element name.
+
+ $Id: warn-002.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1">
+ <rdf:foo rdf:resource="http://example.org/node2"/>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,1 @@
+<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> "string" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-rdf-names-use/warn-003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,24 @@
+<?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-rdf-names-use
+ Illegal or unusual use of names from the RDF namespace
+
+ Description:
+ foo is allowed with warnings as a property attribute name.
+
+ $Id: warn-003.rdf,v 1.2 2002/08/07 13:17:51 dbeckett2 Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://example.org/node1"
+ rdf:foo="string" />
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-reification-required/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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.3 2002/04/05 11:32:03 bmcbride Exp $
+#
+#####################################################################
+<http://example.org/> <http://example.org#prop> "10" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-reification-required/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<!--
+ 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.rdf,v 1.3 2002/04/05 11:32:03 bmcbride Exp $
+-->
+<!--
+
+ Assumed base URI:
+
+http://www.w3.org/2013/RDFXMLTests/rdfms-reification-required/test001.rdf
+
+ Description:
+
+ A parser is not required to generate a bag of reified statements for all
+ description elements.
+-->
+
+<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/" eg:prop="10"/>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-seq-representation/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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 2003/07/24 15:51:04 jcarroll Exp $
+#
+#####################################################################
+<http://example.org/eg#eric> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:a0 .
+_:a0 <http://example.org/eg#intersectionOf> _:a1 .
+_:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/eg#Person> .
+_:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a2 .
+_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/eg#Male> .
+_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-seq-representation/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,33 @@
+<!--
+ 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: rdf:parseType="Collection" is parsed like the
+ nonstandard daml:collection.
+ Author: Jos De Roo (test case), Jeremy Carroll (comment)
+
+ $Id: test001.rdf,v 1.1 2002/09/17 19:03:20 jcarroll Exp $
+
+-->
+
+<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:eg="http://example.org/eg#">
+
+ <rdf:Description rdf:about="http://example.org/eg#eric">
+ <rdf:type rdf:parseType="Resource">
+ <eg:intersectionOf rdf:parseType="Collection">
+ <rdf:Description rdf:about="http://example.org/eg#Person"/>
+ <rdf:Description rdf:about="http://example.org/eg#Male"/>
+ </eg:intersectionOf>
+ </rdf:type>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error001.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID='333-555-666' />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error002.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID="_:bnode" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+-->
+<!--
+
+ The value of rdf:nodeID must match the XML Name production,
+ (as modified by XML Namespaces).
+ $Id: error003.rdf,v 1.1 2002/07/30 09:45:51 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:nodeID="q:name" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:ID.
+ $Id: error004.rdf,v 1.1 2002/08/03 05:32:32 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID='a' rdf:ID='b'/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:about
+ $Id: error005.rdf,v 1.1 2002/08/03 05:32:32 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Description rdf:nodeID="a" rdf:about="http://example.org/"/>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/error006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ Cannot have rdf:nodeID and rdf:resource.
+ $Id: error006.rdf,v 1.1 2002/08/03 05:32:31 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description>
+ <eg:prop rdf:nodeID="a" rdf:resource="http://www.example.org/" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property> _:j0 .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ rdf:nodeID can be used to label a blank node.
+ $Id: test001.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:nodeID="a">
+ <eg:property rdf:nodeID="a" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,19 @@
+#
+# 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/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_:j0A <http://example.org/property1> _:j0A .
+_:j2 <http://example.org/property2> _:j1B .
+_:j1B <http://example.org/property3> _:j0A .
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,38 @@
+<?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>
+
+-->
+<!--
+
+ rdf:nodeID can be used to label a blank node.
+ These have file scope and are distinct from any
+ unlabelled blank nodes.
+ $Id: test002.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <rdf:Description rdf:nodeID="a">
+ <eg:property1 rdf:nodeID="a" />
+ </rdf:Description>
+ <rdf:Description>
+ <eg:property2>
+<!-- Note the rdf:nodeID="b" is redundant. -->
+ <rdf:Description rdf:nodeID="b">
+ <eg:property3 rdf:nodeID="a" />
+ </rdf:Description>
+ </eg:property2>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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: test003.nt,v 1.2 2003/07/24 15:51:06 jcarroll Exp $
+#
+#####################################################################
+_:j0A <http://example.org/property1> "value" .
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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>
+
+-->
+<!--
+
+ On an rdf:Description or typed node rdf:nodeID behaves
+ similarly to an rdf:about.
+ $Id: test003.rdf,v 1.2 2003/07/24 15:51:06 jcarroll Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- In this example the rdf:nodeID is redundant. -->
+ <rdf:Description rdf:nodeID="a" eg:property1="value" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,21 @@
+#
+# 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: test004.nt,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+#
+#####################################################################
+_:j0 <http://example.org/property1> _: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 .
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-syntax-incomplete/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,36 @@
+<?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>
+
+-->
+<!--
+
+ On a property element rdf:nodeID behaves
+ similarly to rdf:resource.
+ $Id: test004.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
+
+-->
+
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+ <!-- The rdf:nodeID allows two references to the same node
+ as an object of triples in the graph. -->
+ <rdf:Description >
+ <eg:property1 rdf:ID="reify" rdf:nodeID="a" />
+ </rdf:Description>
+
+ <rdf:Description>
+ <eg:property2 rdf:nodeID="a"/>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-uri-substructure/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,17 @@
+#
+# 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/03/29 15:09:58 bmcbride Exp $
+#
+# Input file for a serialization test
+#
+#####################################################################
+_:a <http://example.org/property> "10" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-uri-substructure/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,29 @@
+<!--
+ 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.rdf,v 1.1 2002/03/29 15:09:58 bmcbride Exp $
+-->
+<!--
+
+ Description:
+
+ Demonstrates the Recommended partitioning of a URI into a namespace
+ part and a localname part
+
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/">
+
+<rdf:Description>
+ <eg:property>10</eg:property>
+</rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xml-literal-namespaces/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xml-literal-namespaces/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xml-literal-namespaces/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xml-literal-namespaces/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 3
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to element content literal values
+
+ $Id: test003.rdf,v 1.1 2002/04/05 22:22:30 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>chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test004.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@fr .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 4
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to element content literal values
+
+ $Id: test004.rdf,v 1.1 2002/04/05 22:22:30 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 xml:lang="fr">chat</eg:property>
+ </rdf:Description>
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test005.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test005.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test005.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: 5
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to attribute content literal values
+
+ $Id: test005.rdf,v 1.1 2002/04/05 22:22:30 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="chat" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test006.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
+#
+#####################################################################
+<http://example.org/node> <http://example.org/property> "chat"@fr .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfms-xmllang/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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: 6
+ Author: Dave Beckett
+
+ In-scope xml:lang applies to attribute content literal values
+
+ $Id: test006.rdf,v 1.1 2002/04/05 22:22:30 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"
+ xml:lang="fr"
+ eg:property="chat" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfs-domain-and-range/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+# 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.5 2001/10/17 08:19:32 josderoo Exp $
+##################################################################
+
+<http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain1> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain2> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfs-domain-and-range/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ Description: a RDF Property may have more than one domain property
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range
+
+ $Id$
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Property rdf:about="http://example.org/bar">
+ <rdfs:domain rdf:resource="http://example.org/Domain1"/>
+ <rdfs:domain rdf:resource="http://example.org/Domain2"/>
+ </rdf:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfs-domain-and-range/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+# 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.5 2001/10/17 08:21:13 josderoo Exp $
+##################################################################
+
+<http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range1> .
+<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range2> .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/rdfs-domain-and-range/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -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>
+
+ Description: a RDF property may have more than one range property.
+
+ Related issue:
+
+ http://www.w3.org/2000/03/rdf-tracking/#rdfs-domain-and-range
+
+ $Id$
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
+
+ <rdf:Property rdf:about="http://example.org/bar">
+ <rdfs:range rdf:resource="http://example.org/Range1"/>
+ <rdfs:range rdf:resource="http://example.org/Range2"/>
+ </rdf:Property>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/unrecognised-xml-attributes/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+# 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/04/13 13:30:00 jgrant Exp $
+##################################################################
+
+<http://example.org/thing> <http://example.org/schema#prop1> "blah" .
+<http://example.org/thing> <http://example.org/schema#prop2> "more" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/unrecognised-xml-attributes/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,31 @@
+<?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: Test case for the proposal:
+ Unrecognized attributes in the xml namespace should be ignored.
+
+ in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html
+
+
+ Related issue:
+
+ NONE
+
+ $Id: test001.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/schema#">
+ <rdf:Description rdf:about="http://example.org/thing">
+ <ex:prop1 xml:space="default">blah</ex:prop1>
+ <ex:prop2 xml:foo="anything">more</ex:prop2>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/unrecognised-xml-attributes/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/04/13 13:30:00 jgrant Exp $
+##################################################################
+
+<http://example.org/thing> <http://example.org/schema#prop1> "stuff" .
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/unrecognised-xml-attributes/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,32 @@
+<?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: Test case for the proposal:
+ Unrecognized attributes in the xml namespace should be ignored.
+
+ in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html
+
+ Although here it is not testing something in the xml namespace; but
+ showing that an attribute that XML reserves is ignored.
+
+ Related issue:
+
+ NONE
+
+ $Id: test002.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $
+-->
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/schema#">
+ <rdf:Description rdf:about="http://example.org/thing">
+ <ex:prop1 xmlnewthing="anything">stuff</ex:prop1>
+ </rdf:Description>
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xml-canon/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,16 @@
+#
+# 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>
+#
+# Semantic equivalence between members of different datatypes.
+#
+# $Id: test001.nt,v 1.1 2003/08/18 10:09:29 jgrant Exp $
+#
+#####################################################################
+<http://www.example.org/a> <http://example.org/prop> "<br></br>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xml-canon/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+
+<!--
+ Copyright World Wide Web Consortium, (Massachusetts Institute of
+ Technology, European Research Consortium for Informatics and
+ Mathematics, Keio University).
+
+ All Rights Reserved.
+
+ Please see the full Copyright clause at
+ <http://www.w3.org/Consortium/Legal/copyright-software.html>
+
+ Description: Demonstrating XML Literal canonicalisation
+
+ $Id: test001.rdf,v 1.1 2003/08/18 10:09:29 jgrant 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://www.example.org/a">
+ <eg:prop rdf:parseType="Literal"><br /></eg:prop>
+ </rdf:Description>
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test001.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file#frag> <http://example.org/value> "v" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test001.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: xml:base applies to an rdf:ID on an
+ rdf:Description element.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test001.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description rdf:ID="frag" eg:value="v" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test002.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+_:j0 <http://example.org/value> <http://example.org/dir/relFile> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test002.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: xml:base applies to an rdf:resource attribute.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test002.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description>
+ <eg:value rdf:resource="relFile" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test003.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test003.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test003.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: xml:base applies to an rdf:about attribute.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test003.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="relfile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test004.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,18 @@
+#
+# 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: test004.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+_:j0 <http://example.org/value> "v" .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/value> .
+<http://example.org/dir/file#frag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "v" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test004.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: xml:base applies to an rdf:ID on a property element.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test004.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description>
+ <eg:value rdf:ID="frag">v</eg:value>
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test006.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test006.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/file2#frag> <http://example.org/value> "v" .
+<http://example.org/dir/relFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test006.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: xml:base scoping.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test006.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <rdf:Description rdf:ID="frag" eg:value="v" xml:base="http://example.org/file2"/>
+ <eg:type rdf:about="relFile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test007.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test007.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test007.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: example of relative URI resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test007.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="../relfile" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test008.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test008.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test008.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,25 @@
+<?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: example of empty same document ref resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test008.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="" />
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test009.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test009.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/absfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test009.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: Example of relative uri with absolute path resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test009.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="/absfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test010.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test010.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://another.example.org/absfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test010.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,26 @@
+<?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: Example of relative uri with net path resolution.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test010.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file">
+
+ <eg:type rdf:about="//another.example.org/absfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test011.nt Mon Dec 23 13:43:58 2013 -0800
@@ -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: test011.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/relfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test011.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,27 @@
+<?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: Example of xml:base with no path component.
+ Note: The algorithm in RFC 2396 does not handle this case correctly.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test011.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org">
+
+ <eg:type rdf:about="relfile" />
+
+</rdf:RDF>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test013.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test013.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+#
+#####################################################################
+<http://example.org/dir/file> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
+<http://example.org/dir/file#foo> <http://example.org/value> <http://example.org/dir/relpath> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test013.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: With an xml:base with fragment the fragment is ignored.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test013.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ xml:base="http://example.org/dir/file#frag">
+
+ <eg:type rdf:about="" />
+ <rdf:Description rdf:ID="foo" >
+ <eg:value rdf:resource="relpath" />
+ </rdf:Description>
+
+</rdf:RDF>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test014.nt Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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: test014.nt,v 1.2 2002/11/15 11:45:42 jgrant Exp $
+#
+#####################################################################
+<http://example.org/dir/file#frag> <http://example.org/value> "v" .
+<http://www.w3.org/2013/RDFXMLTests/xmlbase/test014.rdf#frag> <http://example.org/value> "v" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-xml/tests/xmlbase/test014.rdf Mon Dec 23 13:43:58 2013 -0800
@@ -0,0 +1,28 @@
+<?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: two identical rdf:ID's are allowed, as long as they
+ refer to different resources.
+ Author: Jeremy Carroll (jjc@hpl.hp.com)
+
+ $Id: test014.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
+-->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:eg="http://example.org/"
+ >
+
+ <rdf:Description xml:base="http://example.org/dir/file"
+ rdf:ID="frag" eg:value="v" />
+ <rdf:Description rdf:ID="frag" eg:value="v" />
+
+</rdf:RDF>