glenrobson / SimpleAnnotationServer

A simple IIIF and Mirador compatible Annotation Server
Apache License 2.0
97 stars 29 forks source link

Add JSON-LD frame option to prune blank node IDs #68

Closed bencomp closed 4 years ago

bencomp commented 4 years ago

This fixes #48 (tested on my machine with mvn jetty:run) by instructing the JSON-LD framing code to prune (i.e. remove) blank node identifiers.

glenrobson commented 4 years ago

Pulling your change into: https://github.com/glenrobson/SimpleAnnotationServer/pull/74 and adding a unit test to catch future blank nodes.