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

Definitions

Name
Test 0332: Empty @datatype doesn't override inherited @lang, with @content
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#> .

<#0332>
	a rdfatest:PositiveEvaluationTest ;
	rdfs:comment "Tests @lang is used instead of @datatype when @datatype is empty, and @content is used for the value (e.g. annotating a language with human and machine readable text)." ;
	mf:action <0332.xhtml> ;
	mf:name "Test 0332: Empty @datatype doesn't override inherited @lang, with @content" ;
	mf:result <0332.ttl> ;
	test:classification test:required ;
	test:specificationReference "7.5 step 11" .

Assertions