http://rdfa.info/test-suite/test-cases/rdfa1.0/xhtml1/manifest#0294

Definitions

Name
Test 0294: Ensure initial context is not used for RDFa 1.0
Type
NegativeEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.0/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#> .

<#0294>
	a rdfatest:NegativeEvaluationTest ;
	rdfs:comment "RDFa 1.1 defines an initial context containing prefixes and terms. RDFa 1.0 must not define such prefixes and terms." ;
	mf:action <0294.xhtml> ;
	mf:name "Test 0294: Ensure initial context is not used for RDFa 1.0" ;
	mf:result <0294.ttl> ;
	test:classification test:required ;
	test:specificationReference "RDFa Syntax 1.0, section 6.3.1.3" .