Open
Description
The definition of the JsonLdOptions Type specifies that the default value for produceGeneralizedRdf is true
. However, there are tests that fail if this is the case (e.g. the toRdf test case e068 has an expected output that excludes the statement with a blank node property), and I note that the test manifests explicitly set the option to true
when it is required for the test. That, plus the fact that this option is deprecated leads me to suspect that the definition of the options type is perhaps incorrect and that the default value for this property should be false
.
Metadata
Metadata
Assignees
Type
Projects
Status
Future Work