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

Definitions

Name
Allows protected redefinition of equivalent id terms
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#tpr41>
	a
		<vocab#PositiveEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Check protected redefinition of equivalent id terms in different forms." ;
	mf:action <expand/pr41-in.jsonld> ;
	mf:name "Allows protected redefinition of equivalent id terms" ;
	mf:result <expand/pr41-out.jsonld> ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.1"] .

Assertions