Open mjordan opened 5 years ago
@whikloj points out that our JSON-LD currently provides parent relationships but not child relationships.
@mjordan suggests that something like https://www.drupal.org/project/rest_entity_recursive might help with above problem.
We could, if we wanted, dump out all of the Linked Data in a repo and provide the dump as a static file. Linked Data: Evolving the Web into a Global Data Space provides some recipes for doing this sort of thing, but in Islandora's case, since we've already got JSON-LD for each node via simple calls to Drupal's REST interface, we could have an external script crawl the repository and dump each node's data out to the static file. Might be a good project for a hackfest.