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

Definitions

Name
Expanding blank node labels
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#t0038>
	a
		<vocab#PositiveEvaluationTest> ,
		<vocab#ExpandTest> ;
	rdfs:comment "Blank nodes are not relabeled during expansion" ;
	mf:action <expand/0038-in.jsonld> ;
	mf:name "Expanding blank node labels" ;
	mf:result <expand/0038-out.jsonld> ;
	<vocab#option> [ <vocab#specVersion> "json-ld-1.0"] .

Assertions