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

Definitions

Name
Test 0210: @prefix should be ignored with version set to 1.0, and @xmlns should prevail
Type
PositiveEvaluationTest
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#> .

<#0210>
	a rdfatest:PositiveEvaluationTest ;
	rdfs:comment "Tests whether the @prefix attribute is ignored and @xmlns is used instead if version is explicitly set to 1.0" ;
	mf:action <0210.xhtml> ;
	mf:name "Test 0210: @prefix should be ignored with version set to 1.0, and @xmlns should prevail" ;
	mf:result <0210.ttl> ;
	test:classification test:required ;
	test:specificationReference "N.A." .