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:
- select a directory of file resources.
- enter metadata parameters for resource "Bag"
- save "Bag" to filesystem
- Create IIIF model containers (PUT)
- PUT "bag" resources into Fedora.
- PATCH fcr:metadata to file resources
- Create list, canvas sequence, and manifest sparql-update request bodies using UI form
- PATCH IIIF model containers with metadata.
To run in Java 9, add the VM option "--add-modules java.se.ee"
.
$ ./gradlew clean build