An Web Annotation data builder for use with the Trellis Linked Data Platform.
- A TSV formatted data file exported from the Chopin catalogue software
- a file system directory containing the images referenced in the data file
Image Metadata Builder Process:
- See Image Metadata
This file rather than the binaries will be used for all subsequent annotation builder processes.
- JDK 10 or higher
$ buildtools/src/install/install-jpms.sh
- Unpack distribution (located in
build/distributions
) - customize configuration file (see
lib/scbconfig-test-remote.yml
) - copy
lib/scb.creator.sh
to distribution bin folder (this replaces the default gradle exec script) - execute
./scb.creator.sh $args
Name | Default | Long Name | Description |
---|---|---|---|
-b | resources | "builder" | The builder implementation |
-f | (none) | "from" | The start index (this corresponds to the beginning body sequence identifier) for a collection set |
-t | (none) | "to" | The end index (this corresponds to the ending body sequence identifier) for a collection set |
-c | (none) | "config" | The absolute path to the configuration file |
-i | (none) | "imageSourceDir" | The absolute path to the imageSource Directory (optional) |
-d | (none) | "dimManifest" | The absolute path to the dimension Manifest (optional) |
-m | (none) | "metadata" | The absolute path to the metadata File (optional) |
baseUrl: "http://localhost:8000/"
Name | Default | Description |
---|---|---|
baseUrl | (none) | A defined baseUrl for the HTTP/2 proxy HTTP(s) interface for Trellis |
imageServiceBaseUrl: "http://workspaces.ub.uni-leipzig.de:8182/iiif/2/"
Name | Default | Description |
---|---|---|
imageServiceBaseUrl: | (none) | The baseUrl of the IIIF image service |
imageMetadataServiceConfig:
dimensionManifestFilePath: "https://workspaces.ub.uni-leipzig.de:8445/collection/vp/meta/dimension-manifest-test-8efc742f-709e-47ea-a346-e7bdc3266b49"
imageSourceDir: "/images"
Name | Default | Description |
---|---|---|
dimensionManifestFilePath: | (none) | A URI or filesystemm path to the image dimension manifest |
imageSourceDir: | (none) | An absolute filesystemm path to the image source files |
See lib/scbconfig-test-remote.yml
for additional values.
See [WIP]