Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

Provide a repo's metadata as Linked Data #1143

Open mjordan opened 5 years ago

mjordan commented 5 years ago

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.

mjordan commented 5 years ago

@whikloj points out that our JSON-LD currently provides parent relationships but not child relationships.

whikloj commented 5 years ago

@mjordan suggests that something like https://www.drupal.org/project/rest_entity_recursive might help with above problem.