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

Definitions

Name
List of lists (from array)
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#ter32>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Verifies that an exception is raised in Expansion when a list of lists is found" ;
	mf:action <expand/er32-in.jsonld> ;
	mf:name "List of lists (from array)" ;
	mf:result "list of lists" ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.0"] .

Assertions