This file records difference between the RDF Tests CG test suite and Apache Jena.

== RDF/XML

/rdf/rdf11/rdf-xml/xml-canon/

These two tests include XML Literals.

The RDF test suite includes the enclosing XML namespaces in the literal.

"<br xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:eg=\"http://example.org/\"></br>"^^rdf:XMLLiteral

but this is not necessary.

Jena (both ARP-based and RRX-based parsers) only includes XML namespaces tyhat are used.

Hence: the result "<br></br>"^^rdf:XMLLiteral.

The manifest processor requires the tests to file in RIOT/Lang/rdf-xml/xml-canon.

== Semantics and Model Theory tests are not run.

/rdf/rdf11/rdf-mt/
/rdf/rdf12/rdf-semantics/

ManifestProcessor has a list of manifests to ignore

== SPARQL

-- /sparql/sparql11/property-path/manifest#values_and_path

Returns one result ?v = 1, the test requires zero.
This is due to the optimizer.
--optimize=false is correct.

