http://rdfa.info/test-suite/test-cases/rdfa1.1/xml/manifest#0108

Definitions

Name
Test 0108: plain literal with datatype="" and xml:lang preservation
Type
PositiveEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1/xml/manifest> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix rdfatest: <http://rdfa.info/vocabs/rdfa-test#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix test: <http://www.w3.org/2006/03/test-description#> .

<#0108>
	a rdfatest:PositiveEvaluationTest ;
	rdfs:comment "Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as \"\" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads \"Greek\nwhite   space\n\"." ;
	mf:action <0108.xml> ;
	mf:name "Test 0108: plain literal with datatype=\"\" and xml:lang preservation" ;
	mf:result <0108.ttl> ;
	test:classification test:required .

Assertions