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

Definitions

Name
Test 0243: vocab_expansion='true' expands sub-class
Type
PositiveEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/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#> .

<#0243>
	a rdfatest:PositiveEvaluationTest ;
	rdfatest:queryParam "vocab_expansion=true" ;
	rdfs:comment "\n      A property having an rdfs:subClassOf relationship defined in an in-use vocabulary causes\n      triples to be added to the referenced class.\n   " ;
	mf:action <0243.xhtml> ;
	mf:name "Test 0243: vocab_expansion='true' expands sub-class" ;
	mf:result <0243.ttl> ;
	test:classification test:required ;
	test:specificationReference "10.1.1 RDFa Vocabulary Entailment" .