We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861362 commit ca800b3Copy full SHA for ca800b3
tests/toRdf-manifest.jsonld
@@ -922,7 +922,10 @@
922
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
923
"name": "@vocab as blank node identifier",
924
"purpose": "Use @vocab to map all properties to blank node identifiers",
925
- "option": {"processingMode": "json-ld-1.0"},
+ "option": {
926
+ "processingMode": "json-ld-1.0",
927
+ "produceGeneralizedRdf": true
928
+ },
929
"input": "toRdf/e075-in.jsonld",
930
"expect": "toRdf/e075-out.nq"
931
}, {
0 commit comments