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

Definitions

Name
Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning
Type
PositiveEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/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#> .

<#0238>
	a rdfatest:PositiveEvaluationTest ;
	rdfatest:queryParam "rdfagraph=processor" ;
	rdfs:comment "\n      Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given\n      a missing Term definition.\n   " ;
	mf:action <0238.xhtml> ;
	mf:name "Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning" ;
	mf:result <0238.ttl> ;
	test:classification test:required ;
	test:specificationReference "7.6 Processor Status and 7.4.3 General Use of Terms in Attributes" .