Skip to content

Commit ca800b3

Browse files
rubensworksgkellogg
authored andcommitted
Enable generalized RDF in expansion test 75
1 parent e861362 commit ca800b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/toRdf-manifest.jsonld

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,10 @@
922922
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
923923
"name": "@vocab as blank node identifier",
924924
"purpose": "Use @vocab to map all properties to blank node identifiers",
925-
"option": {"processingMode": "json-ld-1.0"},
925+
"option": {
926+
"processingMode": "json-ld-1.0",
927+
"produceGeneralizedRdf": true
928+
},
926929
"input": "toRdf/e075-in.jsonld",
927930
"expect": "toRdf/e075-out.nq"
928931
}, {

0 commit comments

Comments
 (0)