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

Definitions

Name
processingMode json-ld-1.0 conflicts with @version: 1.1
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#tep02>
	a
		<vocab#NegativeEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "If processingMode is explicitly json-ld-1.0, it will conflict with 1.1 features." ;
	mf:action <expand/ep02-in.jsonld> ;
	mf:name "processingMode json-ld-1.0 conflicts with @version: 1.1" ;
	mf:result "processing mode conflict" ;
	<vocab#option> [
		<vocab#processingMode> "json-ld-1.0" ;
		<vocab#specVersion> "json-ld-1.1"
	] .

Assertions

github.com/ruby-rdf/json-ld
Git Branch (develop)
etc/earl.jsonld Failed Other Passed
0 0 1
etc/earl.ttl Failed Other Passed
0 0 1