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

Definitions

Name
Invalid redefinition of @context keyword.
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#ter56>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Verifies that an exception is raised when attempting to redefine @context." ;
	mf:action <expand/er56-in.jsonld> ;
	mf:name "Invalid redefinition of @context keyword." ;
	mf:result "keyword redefinition" .

Assertions