w3c / json-ld-framing

JSON-LD 1.1 Framing Specification
https://w3c.github.io/json-ld-framing/
Other
24 stars 20 forks source link

Need tests for: Framing matches on specified value #99

Closed michaelcpuckett closed 4 years ago

michaelcpuckett commented 4 years ago

I noticed a discrepancy between JSON-LD Playground and RDF Distiller.

If there is a property with a value defined in the frame, then the frame matching algorithm should match on that value.

See https://github.com/digitalbazaar/jsonld.js/issues/300

jsonld.js does not support this feature currently, so I created a fix here:

https://github.com/digitalbazaar/jsonld.js/pull/374

With approval, I plan to move the tests I wrote for the jsonld.js repo to this repo.