Removed 2004 test copy from rdf-mt/tests. Created TESTS.tar.gz and TESTS.zip for all test suites.
Binary file nquads/tests/TESTS.tar.gz has changed
Binary file nquads/tests/TESTS.zip has changed
Binary file rdf-mt/.DS_Store has changed
--- a/rdf-mt/tests/2004-test-suite/Manifest.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1238 +0,0 @@
-<?xml version="1.0"?>
-
-<rdf:RDF
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:test="http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#"
->
-
-<!-- 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>
-
-
-
-<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:False-Document />
- </test:conclusionDocument>
-
-</test:PositiveEntailmentTest>
-
-
-
-<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>
-
-
-
-<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>
-
-
-
-<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>
-
-
-<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>
-
-
-
-<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:NT-Document rdf:about="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-entailment/test002.nt" />
- </test:premiseDocument>
-
- <test:conclusionDocument>
- <test:False-Document />
- </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>
-
-<!-- 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:PositiveEntailmentTest 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:PositiveEntailmentTest>
-
-<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:PositiveEntailmentTest 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:PositiveEntailmentTest>
-
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/amp-in-url/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/amp-in-url/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/datatypes-intensional/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes-intensional/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/datatypes/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/datatypes/test002b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/datatypes/test003a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test003b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test004a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# This file is from an obsolete test case.
-#
-# $Id: test004a.nt,v 1.2 2003/08/18 09:29:18 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test004b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# This file is fom an obsolete test case.
-#
-# $Id: test004b.nt,v 1.2 2003/08/18 09:29:18 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test004c.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# This file is from an obsolete test case.
-#
-# $Id: test004c.nt,v 1.2 2003/08/18 09:29:18 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/foo> <http://example.org/bar> "010"^^<http://www.w3.org/2001/XMLSchema#integer> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test005a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test005b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test007a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# Language affects the semantic equivalence of XMLLiteral
-# when doing a DT-entailment.
-# Obsoleted: no longer NTriples syntax
-#
-# $Id: test007a.nt,v 1.2 2003/08/18 09:29:18 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/foo> <http://example.org/bar> "chat"@en^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test007b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# Language affects the semantic equivalence of XMLLiteral
-# when doing a DT-entailment.
-# Obsoleted: no longer NTriples syntax
-#
-# $Id: test007b.nt,v 1.2 2003/08/18 09:29:18 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/foo> <http://example.org/bar> "chat"@fr^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test008a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test008b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test009a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test009b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test010.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test011a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# 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" .
--- a/rdf-mt/tests/2004-test-suite/datatypes/test011b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/horst-01/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/horst-01/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/horst-01/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/horst-01/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/pfps-10/test001a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test001a.nt,v 1.1 2003/08/18 09:40:01 jgrant Exp $
-#
-#####################################################################
-<http://example.org/foo> <http://example.org/bar> "a" .
--- a/rdf-mt/tests/2004-test-suite/pfps-10/test001b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-literals/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-<?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: was, Illegal literal value; not in NFC
- Description: No longer in error, withdrawn.
-
- Black test case 1 from
- http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html
-
- $Id: error001.rdf,v 1.2 2003/11/13 10:02:01 jgrant Exp $
-
--->
-
-<!--
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/">
--->
-<!-- Someone else registers himself under the unused name of Dürst,
- along with some other creation as its creator. -->
-<!--
-
- <rdf:Description rdf:about="http://example.org/adult-content.html">
-
--->
- <!-- The ü below is two characters a u followed by
- #x308 (encoded as two UTF-8 octets #xCC #x88).
- It should be displayed identically to ü (character #xFC encoded
- as two UTF-8 octets #xC3 #xBC). -->
-<!--
- <eg:Creator eg:named="Dürst"/>
-
- </rdf:Description>
-</rdf:RDF>
--->
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-literals/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<?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: WITHDRAWN, was Illegal literal value; not in NFC
-
- Black test case 2 from
- http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html
-
- $Id: error002.rdf,v 1.2 2003/11/13 10:02:01 jgrant Exp $
-
--->
-
-<!--
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/">
--->
-<!-- Someone else registers himself under the unused name of Dürst,
- along with some other creation as its creator. -->
-<!--
- <rdf:Description rdf:about="http://example.org/adult-content.html">
--->
- <!-- The ü below is two characters a u followed by
- #x308. It should be displayed identically to ü. -->
-<!--
- <eg:Creator eg:named="Dürst"/>
- </rdf:Description>
-</rdf:RDF>
--->
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-literals/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-literals/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-uris/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?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: error 1
- Author: Jeremy Carroll, HP
-
- Description:
- Any uriref label in an RDF graph must conform with Unicode
- Normal Form C (NFC). The URI in this example is not normalized
- correctly.
-
- $Id: error001.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 two characters an e followed by
- #x301 (encoded here as two Unicode octets #CC #81).
- It should be displayed identically to é (#C3 #A9). -->
- <rdf:Description rdf:about="http://example.org/#André">
- <eg:owes>2000</eg:owes>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-uris/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test001.nt,v 1.1 2002/04/29 09:46:57 dbeckett2 Exp $
-#
-#####################################################################
-<http://example.org/#Andr\u00E9> <http://example.org/#owes> "2000" .
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-uris/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-uris/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-charmod-uris/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
-
-
-
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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" .
-
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $Id$
-#
-# As per the decision in
-# http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html
-# this test has been obsoleted.
-#
-#####################################################################
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- $Id: test005.rdf,v 1.7 2001/12/20 19:04:41 bmcbride Exp $
-
- As per the decision in
-
- http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html
-
- This test has been obsoleted and replaced by test error002.rdf
--->
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,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>
-#
-# $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> .
-
-
-
-
-
-
-
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test007.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-containers-syntax-vs-schema/test008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-element-not-mandatory/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#
-# 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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdf-element-not-mandatory/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/">
-
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test about - MUST FAIL -->
-
- <rdf:Description about="http://example.org/resource1/">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $Id: error0002.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/">
-
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test bagID attribute - MUST FAIL -->
-
- <rdf:Description bagID="bag"
- rdf:about="http://example.org/resource">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,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>
-
- $Id: error0003.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/">
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test resource - MUST FAIL -->
-
- <rdf:Description rdf:about="http://example.org/resource1/">
- <eg:property resource="http://example.org/resource2/"/>
-
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,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>
-
- $Id: error0004.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 (not RDF document) case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test ID - MUST FAIL -->
-
- <rdf:Description ID="foo">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $Id: error0005.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 (not RDF document) case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test parseType - MUST FAIL -->
-
- <rdf:Description rdf:about="http://example.org/resource1/">
- <eg:property parseType="Resource">
- <eg:property2>bar</eg:property2>
- </eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,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>
-
- $Id: error0006.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#">
- <!--
- Test (not RDF document) case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test type attribute - MUST FAIL -->
-
- <rdf:Description rdf:about="http://example.org/resource/" type="http://example.org/class/"/>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,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>
-
- $Id: error0007.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/">
-
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test aboutEach attribute - MUST FAIL -->
-
- <rdf:Description aboutEach="#container">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
- <rdf:Bag ID="container">
- <rdf:li resource="http://example.org/resource/" />
- </rdf:Bag>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,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>
-
- $Id: error0008.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/">
-
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test aboutEachPrefix attribute - MUST FAIL -->
-
- <rdf:Description aboutEachPrefix="http://example.org/resource/">
- <eg:property1>bar</eg:property1>
- </rdf:Description>
-
- <rdf:Description about="http://example.org/resource/">
- <eg:property2>blah</eg:property2>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/error0009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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>
-
- $Id: error0009.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/">
-
- <!--
- Failing (not RDF document) Test case for
- Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- -->
-
- <!-- Test general unprefixed property attribute - MUST FAIL -->
-
- <rdf:Description about="http://example.org/resource/" property="bar" />
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test0001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
-#
-#####################################################################
-<http://example.org/resource1/> <http://example.org/property> "bar" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,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>
-#
-# $Id: test0002.nt,v 1.3 2001/10/04 16:01:45 barstow Exp $
-#
-#####################################################################
-<http://example.org/resource> <http://example.org/property> "bar" .
-_:genid <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/resource> .
-_:genid <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/property> .
-_:genid <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "bar" .
-_:genid <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-ns-prefix-confusion/test0002.rdf#bag> <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/test0002.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:genid .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,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>
-
- $Id: test0002.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:bagID attribute - expect 7 triples -->
-
- <!-- 6.3 description, part 2; 6.9 bagIdAttr -->
- <rdf:Description rdf:bagID="bag"
- rdf:about="http://example.org/resource">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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/> .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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/> .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0007.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# $Id: test0007.nt,v 1.3 2001/10/04 15:59:32 barstow Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0007.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/test0007.rdf#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/resource/> .
-<http://example.org/resource/> <http://example.org/property> "bar" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,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>
-
- $Id: test0007.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:aboutEach attribute - expect 3 triples -->
-
- <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.8 aboutEachAttr, part 1 -->
- <rdf:Description rdf:aboutEach="#container">
- <eg:property>bar</eg:property>
- </rdf:Description>
-
- <rdf:Bag rdf:ID="container">
- <rdf:li rdf:resource="http://example.org/resource/" />
- </rdf:Bag>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,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>
-#
-# $Id: test0008.nt,v 1.3 2001/10/18 21:04:31 barstow Exp $
-#
-# This file has been OBSOLETED. See the following for more information:
-#
-# http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jun/0008.html
-#
-#
-#####################################################################
-<http://example.org/resource/> <http://example.org/property1> "bar" .
-<http://example.org/resource/> <http://example.org/property2> "blah" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,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>
-
- $Id: test0008.rdf,v 1.3 2001/10/18 21:04:31 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 aboutEachPrefix
- ID bagID type resource parseType
-
- Dave Beckett - http://purl.org/net/dajobe/
-
- This file has been OBSOLETED. See the following for more information:
-
- http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jun/0008.html
-
- -->
-
- <!-- Test rdf:aboutEachPrefix attribute - expect 2 triples -->
-
- <!-- 6.3 description, part 2; 6.5 idAboutAttr; 6.7 aboutEachAttr, part 2 -->
- <rdf:Description rdf:aboutEachPrefix="http://example.org/resource/">
- <eg:property1>bar</eg:property1>
- </rdf:Description>
-
- <rdf:Description rdf:about="http://example.org/resource/">
- <eg:property2>blah</eg:property2>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0009.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test0009.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
-#
-#####################################################################
-<http://example.org/resource/> <http://example.org/property> "bar" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0010.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test0010.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
-#
-#####################################################################
-<http://example.org/resource/> <http://example.org/property> "bar" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0011.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0012.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0013.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0013.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0014.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdf-ns-prefix-confusion/test0014.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-abouteach/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-abouteach/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/error1.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test1.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test1.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test2.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test2.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test3.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-difference-between-ID-and-about/test3.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-duplicate-member-props/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-duplicate-member-props/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/error003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> ""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test007.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> <http://random.ioctl.org/#foo> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test009.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> ""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test010.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test011.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test012.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test013.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test013.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test014.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
-_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test014.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test015.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id$
-#
-#####################################################################
-<http://random.ioctl.org/#bar> <http://random.ioctl.org/#someProperty> _:a1 .
-_:a1 <http://random.ioctl.org/#prop2> "baz" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test015.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test016.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test016.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test017.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-empty-property-elements/test017.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-
- $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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test001.nt,v 1.2 2001/10/10 13:10:05 barstow Exp $
-#
-#####################################################################
-_:j0 <http://example.org/property> "property value" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-identity-anon-resources/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,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>
-#
-# $Id: test001.nt,v 1.2 2002/11/22 11:20:51 jgrant Exp $
-##################################################################
-
-<http://www.example.org> <http://example.org/property> "well-formed XML"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: tests parseType="Literal" with a simple string and
- and no other attributes.
-
- Related issue:
-
- http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure
-
- $Id: test001.rdf,v 1.1 2001/10/10 21:13:56 barstow 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">
- <eg:property rdf:parseType="Literal">well-formed XML</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-# NEVER APPROVED
-#
-# $Id: test002.nt,v 1.4 2003/08/18 09:43:37 jgrant Exp $
-##################################################################
-#
-#<http://www.example.org> <http://example.org/property> "well-formed XML"@en-US^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: tests parseType="Literal" with a simple string and
- and the xml:lang attribute.
-
- Related issue:
-
- http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure
-
- $Id: test002.rdf,v 1.1 2001/10/10 21:13:56 barstow 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">
- <eg:property xml:lang="en-US" rdf:parseType="Literal">well-formed XML</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-# NEVER APPROVED
-#
-# $Id: test003.nt,v 1.4 2003/08/18 09:43:37 jgrant Exp $
-##################################################################
-#
-#<http://www.example.org> <http://example.org/property> "well-formed XML"@en-US^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: tests parseType="Literal" with a simple string and
- and the xml:lang and xml:space attributes.
-
- Related issue:
-
- http://www.w3.org/2000/03/rdf-tracking/#rdfms-literal-is-xml-structure
-
- $Id: test003.rdf,v 1.1 2001/10/10 21:13:56 barstow 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">
- <eg:property xml:space="preserve" xml:lang="en-US" rdf:parseType="Literal">well-formed XML</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-# NEVER APPROVED
-#
-# $Id: test004.nt,v 1.3 2003/08/18 09:43:37 jgrant Exp $
-##################################################################
-#
-#<http://www.example.org> <http://example.org/property> "<em>emphasis</em>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: tests parseType="Literal" with a string that contains
- one pair of XML tags with a simple CDATA string.
-
- $Id: test004.rdf,v 1.1 2001/10/10 21:13:56 barstow 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">
- <eg:property rdf:parseType="Literal"><em>emphasis</em></eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-# NEVER APPROVED
-#
-# $Id: test005.nt,v 1.3 2003/08/18 09:43:37 jgrant Exp $
-##################################################################
-#
-#<http://www.example.org> <http://example.org/property> "some well-formed XML"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-literal-is-xml-structure/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: this test case sets the rdf:parseType attribute
- value to a value that is not defined in the RDF specifications.
-
- $Id: test005.rdf,v 1.1 2001/10/10 21:13:56 barstow 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">
- <eg:property rdf:parseType="UndefinedParseType">some well-formed XML</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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>
-#
-# $Id: test001.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#bag1> <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/rdfms-nested-bagIDs/test001.rdf#bag2> <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/b> <http://example.org/otherProp> "A literal" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#bag2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st2> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st2> <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-nested-bagIDs/test001.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherProp> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "A literal" .
-<http://example.org/a> <http://example.org/prop> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st1> <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-nested-bagIDs/test001.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/a> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/b> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 1
- Author: Dave Beckett, ILRT
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test001.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Example from issues list.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:about="http://example.org/a" rdf:bagID="bag1">
- <some:prop rdf:ID="st1">
- <rdf:Description rdf:about="http://example.org/b" rdf:bagID="bag2">
- <some:otherProp rdf:ID="st2">A literal</some:otherProp>
- </rdf:Description>
- </some:prop>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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>
-#
-# $Id: test002.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#bag1> <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/rdfms-nested-bagIDs/test002.rdf#bag2> <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/b> <http://example.org/otherProp> "A literal" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#bag2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st2> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st2> <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-nested-bagIDs/test002.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherProp> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "A literal" .
-<http://example.org/a> <http://example.org/prop> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st1> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st1> <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-nested-bagIDs/test002.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/a> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf#st1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/b> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 2
- Author: Dave Beckett, ILRT
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test002.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- An RDF/XML file equivalenet to the example in the issues list.
- The WG considers this equivalence to be the intent of M&S.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:about="http://example.org/a" rdf:bagID="bag1">
- <some:prop rdf:ID="st1" rdf:resource="http://example.org/b"/>
- </rdf:Description>
-
- <rdf:Description rdf:about="http://example.org/b" rdf:bagID="bag2">
- <some:otherProp rdf:ID="st2">A literal</some:otherProp>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,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>
-#
-# $Id: test003.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.rdf#bag1> <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/rdfms-nested-bagIDs/test003.rdf#bag2> <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/b> <http://example.org/otherProp> "A literal" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.rdf#bag2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/b> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherProp> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "A literal" .
-<http://example.org/a> <http://example.org/prop> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.rdf#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j5 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/a> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/b> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 3
- Author: Dave Beckett, ILRT; Jeremy Carroll, HP.
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test003.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Example from issues list (modified).
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:about="http://example.org/a" rdf:bagID="bag1">
- <some:prop >
- <rdf:Description rdf:about="http://example.org/b" rdf:bagID="bag2">
- <some:otherProp >A literal</some:otherProp>
- </rdf:Description>
- </some:prop>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,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>
-#
-# $Id: test004.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test004.rdf#bag1> <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/b> <http://example.org/otherProp> "A literal" .
-<http://example.org/a> <http://example.org/prop> <http://example.org/b> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test004.rdf#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/a> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/b> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 4
- Author: Dave Beckett, ILRT; Jeremy Carroll, HP.
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test004.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Example from issues list (modified).
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:about="http://example.org/a" rdf:bagID="bag1">
- <some:prop >
- <rdf:Description rdf:about="http://example.org/b" >
- <some:otherProp >A literal</some:otherProp>
- </rdf:Description>
- </some:prop>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-#
-# $Id: test005.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
-_:j0 <http://example.org/otherProp> "A literal" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#st> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#st> <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-nested-bagIDs/test005.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherProp> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "A literal" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 5
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test005.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Two property elements showing document order rules.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:bagID="bag" some:attr="attr-val">
- <some:prop />
- <some:otherProp rdf:ID="st">A literal</some:otherProp>
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-#
-# $Id: test006.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#st> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#st> <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-nested-bagIDs/test006.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
-_:j0 <http://example.org/otherProp> "A literal" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherProp> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "A literal" .
-_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j5 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/type> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 6
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test006.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Two property elements on typed node,
- showing document order rules.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <some:type rdf:bagID="bag" some:attr="attr-val">
- <some:prop rdf:ID="st"/>
- <some:otherProp >A literal</some:otherProp>
- </some:type>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 7
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test007.rdf,v 1.2 2002/12/18 11:29:28 jgrant Exp $
-
-rdf:bagID is forbidden on property element prop with an rdf:resource or
-rdf:parseType attribute: the following is in 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: test007.rdf,v 1.2 2002/12/18 11:29:28 jgrant Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description>
- <some:prop rdf:resource="rel#uriRef" rdf:bagID="bag" some:propAttr="val"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,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>
-#
-# $Id: test008.nt,v 1.4 2002/12/18 11:24:00 jgrant Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf#bag> <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/rdfms-nested-bagIDs/test008.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/propAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val" .
-_:j0 <http://example.org/prop> _:j1 .
-_:j1 <http://example.org/propAttr> "val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf#aReification> <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-nested-bagIDs/test008.rdf#aReification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf#aReification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf#aReification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 8
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- bagID on empty property element construction, with rdf:ID.
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description>
- <some:prop rdf:ID="aReification" rdf:bagID="bag" some:propAttr="val"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test009.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,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>
-#
-# $Id: test009.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test009.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j1 <http://example.org/propAttr> "val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test009.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/propAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val" .
-_:j0 <http://example.org/prop> _:j1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 9
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test009.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- bagID on empty property element construction.
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description>
- <some:prop rdf:bagID="bag" some:propAttr="val"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 10
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- 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.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description rdf:bagID="bag" some:attr="attr-val" some:otherAttr="other-val">
- <some:prop />
- </rdf:Description>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test010a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-#
-# $Id: test010a.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/otherAttr> "other-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "other-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test010b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-#
-# $Id: test010b.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/otherAttr> "other-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "other-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test010.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 11
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-
- Two property attributes and a property elements on a typed node.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
-
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et 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.rdf,v 1.1 2002/03/08 10:58:14 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <some:type some:otherAttr="other-val" rdf:bagID="bag" some:attr="attr-val" >
- <some:prop rdf:ID="st"></some:prop>
- </some:type>
-</rdf:RDF>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test011a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-#
-# $Id: test011a.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/otherAttr> "other-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherAttr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "other-val" .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <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-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
-_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j5 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/type> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test011b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,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>
-#
-# $Id: test011b.nt,v 1.1 2002/03/08 10:58:14 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j0 <http://example.org/otherAttr> "other-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j2 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherAttr> .
-_:j2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "other-val" .
-_:j0 <http://example.org/attr> "attr-val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/attr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "attr-val" .
-_:j0 <http://example.org/prop> "" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <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-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/prop> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#st> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "" .
-_:j0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test011.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j5 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j0 .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
-_:j5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/type> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-nested-bagIDs
- Test: 12
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf,v 1.1 2002/03/08 10:58:15 dajobe Exp $
-
- bagID on empty property element construction, with two
- property attributes.
- Since the property attributes are not ordered under document
- order, two different n-triples files corresponding to both
- possible orderings are permitted.
--->
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- $Id: test012.rdf,v 1.1 2002/03/08 10:58:15 dajobe Exp $
--->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:some="http://example.org/">
- <rdf:Description>
- <some:prop rdf:bagID="bag" some:propAttr="val"
- some:otherPropAttr="val2"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test012a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,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>
-#
-# $Id: test012a.nt,v 1.1 2002/03/08 10:58:15 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j1 <http://example.org/propAttr> "val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/propAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val" .
-_:j1 <http://example.org/otherPropAttr> "val2" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherPropAttr> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val2" .
-_:j0 <http://example.org/prop> _:j1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-nested-bagIDs/test012b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,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>
-#
-# $Id: test012b.nt,v 1.1 2002/03/08 10:58:15 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j1 <http://example.org/propAttr> "val" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> _:j3 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/propAttr> .
-_:j3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val" .
-_:j1 <http://example.org/otherPropAttr> "val2" .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test012.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:j4 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j1 .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/otherPropAttr> .
-_:j4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val2" .
-_:j0 <http://example.org/prop> _:j1 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $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 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $Id: test003.nt,v 1.3 2003/01/14 10:57:15 jgrant Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.rdf#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
-_:j88096 <http://example.org/prop1> _:j88097 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.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/test003.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:j88096 .
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.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/test003.rdf#reify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> _:j88097 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!-- Issue: rdfms-not-id-and-resource-attr
- Test: 3
- Author: Jeremy Carroll, HP
- $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test003.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
-
- Clarify corner case: rdf:ID and rdf:bagID on an 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: test003.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:bagID="bag"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-not-id-and-resource-attr/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-para196/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-para196/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<?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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-parseType/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: this RDF is not legal because the parseType attribute
- is mis-spelled.
-
- $Id: error001.rdf,v 1.1 2001/10/10 21:22:53 barstow 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">
- <eg:property rdf:parsetype="Literal">parseType attribute name is mis-spelled</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-parseType/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: this RDF is not legal because the parseType attribute
- is mis-spelled.
-
- $Id: error002.rdf,v 1.1 2001/10/10 21:22:53 barstow 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">
- <eg:property rdf:Parsetype="Literal">parseType attribute name is mis-spelled</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-parseType/error003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: this RDF is not legal because the parseType attribute
- is mis-spelled.
-
- $Id: error003.rdf,v 1.1 2001/10/10 21:22:53 barstow 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">
- <eg:property rdf:ParseType="Literal">parseType attribute name is mis-spelled</eg:property>
- </rdf:Description>
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-id/error007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-013.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-014.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-015.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-016.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-017.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-018.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-019.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/error-020.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-# Empty - no triples are generated
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-007.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-009.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-010.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-011.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-012.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-013.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-013.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-014.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-014.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-015.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-015.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-016.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-016.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-017.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-017.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-018.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-018.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-019.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-019.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-020.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-020.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-021.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-021.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-022.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-022.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-023.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-023.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-024.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-024.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-025.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-025.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-026.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-026.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-027.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-027.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-028.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-028.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-029.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-029.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-030.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-030.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-031.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-031.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-032.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-032.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-033.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-033.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-034.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-034.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-035.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-035.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-036.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-036.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-037.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/test-037.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> <http://example.org/node2> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example.org/node1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#foo> "string" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-rdf-names-use/warn-003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-reification-required/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id: test001.nt,v 1.3 2002/04/05 11:32:03 bmcbride Exp $
-#
-#####################################################################
-<http://example.org/> <http://example.org#prop> "10" .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-reification-required/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,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>
-
-$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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/empty.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,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>
-#
-# $Id: empty.nt,v 1.1 2002/12/13 16:48:03 jgrant Exp $
-#
-#####################################################################
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,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: 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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test003a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test003b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-seq-representation/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/error006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test001.nt,v 1.1 2002/07/30 09:46:05 jcarroll Exp $
-#
-#####################################################################
-_:j0 <http://example.org/property> _:j0 .
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,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>
-#
-# $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 .
-
-
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $Id: test003.nt,v 1.2 2003/07/24 15:51:06 jcarroll Exp $
-#
-#####################################################################
-_:j0A <http://example.org/property1> "value" .
-
-
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,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>
-#
-# $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 .
-
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-syntax-incomplete/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
--->
-<!--
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-uri-substructure/error001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-uri-substructure/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-uri-substructure/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,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>
-
-$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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfms-xml-literal-namespaces/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xml-literal-namespaces/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xml-literal-namespaces/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xml-literal-namespaces/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test003.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test004.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat"@fr .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test005.nt,v 1.1 2002/04/05 22:22:30 dajobe Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat" .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test006.nt,v 1.2 2002/12/13 11:32:46 jgrant Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat"@fr .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test007a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test007a.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat"@fr .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test007b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test007b.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat"@en .
--- a/rdf-mt/tests/2004-test-suite/rdfms-xmllang/test007c.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test007c.nt,v 1.1 2002/12/18 15:49:29 jgrant Exp $
-#
-#####################################################################
-<http://example.org/node> <http://example.org/property> "chat" .
--- a/rdf-mt/tests/2004-test-suite/rdfs-container-membership-superProperty/not1C.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-
-<!-- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-container-membership-superProperty/not1P.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-
-<!-- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/nonconclusions005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/nonconclusions006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/premises005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/premises006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,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>
-
- $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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test003.nt,v 1.5 2001/10/17 08:20:43 josderoo Exp $
-##################################################################
-
-<http://example.org/baz1> <http://example.org/bar> <http://example.org/baz2> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- $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#"
- xmlns:test="http://example.org/">
-
- <rdf:Description rdf:about="http://example.org/baz1">
- <test:bar rdf:resource="http://example.org/baz2"/>
- </rdf:Description>
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,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>
-#
-# $Id: test004.nt,v 1.5 2001/10/17 08:21:43 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> .
-<http://example.org/Domain1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://example.org/Domain2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://example.org/Range1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-<http://example.org/Range2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-domain-and-range/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- $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#"
- xmlns:test="http://example.org/">
-
- <test:Domain1 rdf:about="http://example.org/baz1"/>
- <test:Domain2 rdf:about="http://example.org/baz1"/>
- <test:Range1 rdf:about="http://example.org/baz2"/>
- <test:Range2 rdf:about="http://example.org/baz2"/>
- <rdfs:Class rdf:about="http://example.org/Domain1" />
- <rdfs:Class rdf:about="http://example.org/Domain2" />
- <rdfs:Class rdf:about="http://example.org/Range1" />
- <rdfs:Class rdf:about="http://example.org/Range2" />
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/rdfs-entailment/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-entailment/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-entailment/test002p.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# MODIFIED
-#
-#####################################################################
-<http://example.org/prop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#langString> .
-<http://example.org/foo> <http://example.org/prop> "flargh"^^<http://www.w3.org/2001/XMLSchema#string> .
--- a/rdf-mt/tests/2004-test-suite/rdfs-no-cycles-in-subClassOf/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-no-cycles-in-subClassOf/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
--- a/rdf-mt/tests/2004-test-suite/rdfs-no-cycles-in-subPropertyOf/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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
-#
-# $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> .
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-no-cycles-in-subPropertyOf/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- 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>
-
--- a/rdf-mt/tests/2004-test-suite/rdfs-subClassOf-a-Property/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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 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> .
--- a/rdf-mt/tests/2004-test-suite/rdfs-subPropertyOf-semantics/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,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 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> .
--- a/rdf-mt/tests/2004-test-suite/rdfs-subPropertyOf-semantics/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,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 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> .
--- a/rdf-mt/tests/2004-test-suite/statement-entailment/test001a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<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> .
-
--- a/rdf-mt/tests/2004-test-suite/statement-entailment/test001b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<http://example.org/stmt2> <http://example.org/property> <http://example.org/foo> .
-
--- a/rdf-mt/tests/2004-test-suite/statement-entailment/test002a.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<http://example.org/subj> <http://example.org/prop> <http://example.org/obj> .
-
--- a/rdf-mt/tests/2004-test-suite/statement-entailment/test002b.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-_: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> .
-
--- a/rdf-mt/tests/2004-test-suite/tex-01/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/tex-01/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?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
--- a/rdf-mt/tests/2004-test-suite/unrecognised-xml-attributes/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
-
--- a/rdf-mt/tests/2004-test-suite/unrecognised-xml-attributes/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
-
--- a/rdf-mt/tests/2004-test-suite/unrecognised-xml-attributes/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test002.nt,v 1.1 2002/04/13 13:30:00 jgrant Exp $
-##################################################################
-
-<http://example.org/thing> <http://example.org/schema#prop1> "stuff" .
-
--- a/rdf-mt/tests/2004-test-suite/unrecognised-xml-attributes/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
-
--- a/rdf-mt/tests/2004-test-suite/xml-canon/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,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>
-#
-# 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> .
--- a/rdf-mt/tests/2004-test-suite/xml-canon/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/error001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: xml:base must be in generic syntax for resolution
- of relative URI.
- Author: Jeremy Carroll (jjc@hpl.hp.com)
-
- $Id: error001.rdf,v 1.3 2002/03/15 10:53:06 dajobe Exp $
-
--->
-
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/"
- xml:base="mailto:Jeremy_Carroll@hp.com">
-
- <eg:type rdf:about="relfile" />
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test001.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test002.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test002.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
-#
-#####################################################################
-_:j0 <http://example.org/value> <http://example.org/dir/relFile> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test003.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test004.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test004.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test005.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $Id: test005.nt,v 1.1 2002/03/08 12:21:41 dajobe Exp $
-#
-#####################################################################
-<http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test005.rdf#frag> <http://example.org/value> "v" .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test005.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: xml:base has normal xml scoping rules applying.
- Author: Jeremy Carroll (jjc@hpl.hp.com)
-
- $Id: test005.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
--->
-
-<foo>
-<bar xml:base="http://example.org/dir/file" >
-</bar>
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/"
- >
-
- <rdf:Description rdf:ID="frag" eg:value="v" />
-
-</rdf:RDF>
-</foo>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test006.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test006.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test007.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test007.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test008.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test008.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test009.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test009.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test010.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test010.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test011.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test011.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test012.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id: test012.nt,v 1.2 2003/11/13 09:56:45 jgrant Exp $
-#
-#####################################################################
-#<http://example.org/../../absfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-# TEST CASE WITHDRAWN in light of 2396bis.
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test012.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: Example of relative uri with too many ..'s in path.
- Note: RFC 2396 appears to permit implementations that discard
- excess .. components, "compensating for obvious author
- errors".
- Such behaviour is not correct for RDF/XML.
- Author: Jeremy Carroll (jjc@hpl.hp.com)
-
- $Id: test012.rdf,v 1.2 2003/11/13 09:56:45 jgrant Exp $
--->
-
-<!--
-Test case WITHDRAWN in light of 2396bis
-
-<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>
--->
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test013.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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> .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test013.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test014.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $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" .
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test014.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: 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>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test015.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id: test015.nt,v 1.1 2002/03/13 10:22:30 dajobe Exp $
-#
-#####################################################################
-<mailto:Jeremy_Carroll@hp.com#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test015.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: The resolution of same document reference for
- non-generic syntax URI.
- Author: Jeremy Carroll (jjc@hpl.hp.com)
-
- $Id: test015.rdf,v 1.1 2002/03/13 10:22:30 dajobe Exp $
-
--->
-
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/"
- xml:base="mailto:Jeremy_Carroll@hp.com">
-
- <eg:type rdf:ID="foo" />
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test016.nt Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,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>
-#
-# $Id: test016.nt,v 1.1 2002/03/13 10:22:30 dajobe Exp $
-#
-#####################################################################
-<mailto:Jeremy_Carroll@hp.com> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/type> .
-
--- a/rdf-mt/tests/2004-test-suite/xmlbase/test016.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Copyright World Wide Web Consortium, (Massachusetts Institute of
- Technology, Institut National de Recherche en Informatique et en
- Automatique, Keio University).
-
- All Rights Reserved.
-
- Please see the full Copyright clause at
- <http://www.w3.org/Consortium/Legal/copyright-software.html>
-
- Description: The resolution of same document reference for
- non-generic syntax URI.
- Author: Jeremy Carroll (jjc@hpl.hp.com)
-
- $Id: test016.rdf,v 1.1 2002/03/13 10:22:30 dajobe Exp $
-
--->
-
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:eg="http://example.org/"
- xml:base="mailto:Jeremy_Carroll@hp.com">
-
- <eg:type rdf:about="" />
-
-</rdf:RDF>
--- a/rdf-mt/tests/2004-test-suite/xmlsch-02/test001.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlsch-02/test002.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<?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>
-
--- a/rdf-mt/tests/2004-test-suite/xmlsch-02/test003.rdf Wed Feb 12 12:29:12 2014 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-<?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>
-
Binary file rdf-mt/tests/TESTS.tar.gz has changed
Binary file rdf-mt/tests/TESTS.zip has changed
Binary file rdf-turtle/.DS_Store has changed
Binary file rdf-turtle/tests-nt/TESTS.tar.gz has changed
Binary file rdf-turtle/tests-nt/TESTS.zip has changed
Binary file rdf-xml/tests/TESTS.tar.gz has changed
Binary file rdf-xml/tests/TESTS.zip has changed
Binary file trig/tests/TESTS.tar.gz has changed
Binary file trig/tests/TESTS.zip has changed