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

Definitions

Name
Invalid value object, multiple values for @type.
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#ter54>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "The value of @type in a value object MUST be a string or null." ;
	mf:action <expand/er54-in.jsonld> ;
	mf:name "Invalid value object, multiple values for @type." ;
	mf:result "invalid typed value" .

Assertions