https://w3c.github.io/json-ld-api/tests/expand-manifest#ter02

Definitions

Name
A context may not include itself recursively (direct)
Type
ExpandTest
NegativeEvaluationTest
Description
resource.ttl
@base <https://w3c.github.io/json-ld-api/tests/expand-manifest.jsonld> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<expand-manifest#ter02>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Verifies that an exception is raised on expansion when processing a context referencing itself" ;
	mf:action <expand/er02-in.jsonld> ;
	mf:name "A context may not include itself recursively (direct)" ;
	mf:result "recursive context inclusion" ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.0"] .

Assertions