RDF Core tests for rdf:parseType="Literal"

The following tests use parseType="Literal" and haven't been updated
recently:

  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf
  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.nt

The N-Triples file needs the answer changing to match the decision on
XML literals.  The change is:

FROM
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
TO
_:bar <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> xml("2") .


  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test001.rdf
  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test002.rdf
  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test003.rdf
  http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-literal-is-xml-structure/test004.rdf

These are for a closed issue but have no N-Triples answers.  We have
made the decision on what they should be so I'm happy to add some.

(Actually I don't see a response to Brian's closing of this issue:
  http://lists.w3.org/Archives/Public/www-rdf-comments/2002JanMar/0191.html
)

I propose to make these changes Monday

Cheers

Dave

Received on Friday, 12 April 2002 12:11:47 UTC