http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/manifest#0172

Definitions

Name
Test 0172: @datatype="" generates plain literal in presence of child nodes
Type
PositiveEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/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#> .

<#0172>
	a rdfatest:PositiveEvaluationTest ;
	rdfs:comment "Checks to ensure that when @datatype=\"\" is used on an element that contains child nodes, that the literal that is generated is a plain literal." ;
	mf:action <0172.xhtml> ;
	mf:name "Test 0172: @datatype=\"\" generates plain literal in presence of child nodes" ;
	mf:result <0172.ttl> ;
	test:classification test:required .

Assertions