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

Definitions

Name
Expansion with empty property-scoped context.
Type
ExpandTest
PositiveEvaluationTest
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#tc036>
	a
		<vocab#PositiveEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Adding a minimal/empty property-scoped context should not affect expansion of terms defined in the outer scope." ;
	mf:action <expand/c036-in.jsonld> ;
	mf:name "Expansion with empty property-scoped context." ;
	mf:result <expand/c036-out.jsonld> ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.1"] .

Assertions