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

Definitions

Name
A context may not include itself recursively (indirect)
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#ter03>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Verifies that an exception is raised on expansion when processing a context referencing itself indirectly" ;
	mf:action <expand/er03-in.jsonld> ;
	mf:name "A context may not include itself recursively (indirect)" ;
	mf:result "recursive context inclusion" ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.0"] .

Assertions