Skip to content

pan-dora/modeller

Repository files navigation

pandora modeller

Maven Central

The intention is to add configuration templates and a UI for simple creation of LDP sequences that conform to the IIIF presentation data model.

Current maintainers:

The workflow:

  1. select a directory of file resources.
  2. enter metadata parameters for resource "Bag"
  3. save "Bag" to filesystem
  4. Create IIIF model containers (PUT)
  5. PUT "bag" resources into Fedora.
  6. PATCH fcr:metadata to file resources
  7. Create list, canvas sequence, and manifest sparql-update request bodies using UI form
  8. PATCH IIIF model containers with metadata.

Java 9

To run in Java 9, add the VM option "--add-modules java.se.ee".

Building

$ ./gradlew clean build