Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pan-dora/modeller
BagIt and http client
https://github.com/pan-dora/modeller
bag fedora-repository iiif java metadata mustache-templates rdf
Last synced: 16 days ago
JSON representation
BagIt and http client
- Host: GitHub
- URL: https://github.com/pan-dora/modeller
- Owner: pan-dora
- License: apache-2.0
- Created: 2016-08-10T13:25:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T14:10:25.000Z (almost 7 years ago)
- Last Synced: 2023-08-14T00:32:20.257Z (over 1 year ago)
- Topics: bag, fedora-repository, iiif, java, metadata, mustache-templates, rdf
- Language: Java
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
pandora modeller
=========================[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cool.pandora/modeller/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cool.pandora/modeller)
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:
* [Christopher Johnson](https://github.com/christopher-johnson)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
9. 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`