http://rdfa.info/test-suite/test-cases/rdfa1.1/xml/manifest#0140

Definitions

Name
Test 0140: Blank nodes identifiers are not allowed as predicates
Type
NegativeEvaluationTest
Description
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1/xml/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#> .

<#0140>
	a rdfatest:NegativeEvaluationTest ;
	rdfs:comment "The RDF data model does not allow blank node identifiers in predicates. This test ensures that RDFa processors do not emit invalid triples." ;
	mf:action <0140.xml> ;
	mf:name "Test 0140: Blank nodes identifiers are not allowed as predicates" ;
	mf:result <0140.ttl> ;
	test:classification test:required ;
	test:specificationReference "Section 7.4.4" .

Assertions