Storage
The following operations are used to prepare and upload information into the repository system, by default a Fedora Commons.
Convert Matterhorn METS to Matterhorn RDF
While the (pre-)ingest process by default requires the SIP to be in Matterhorn METS format, the repository system is based on the Linked Data Platform specification. With this action, the content and structure of the SIP is transformed into RDF. The resulting N-Triples file will be placed in the root folder of the SIP.
docuteam-actions convertMetsToRDF -c [/path/to/]config.json -d /path/to/SIP
Options:
--version Show version number [boolean]
--debug Set log level to debug [boolean]
-c, --config Configuration file path [string] [required]
--help Show help [boolean]
-d, --data Input file path [string] [required]
Import Matterhorn RDF into Fedora
This action will expect an N-Triples file in the SIP-folder (usually produced using the convertMetsToRDF action). It will create all the resources listed in this file in the Fedora repository system. Resources will be sent in parallel requests. The initial size of the batch can be set manually, but the process will adapt to response status during the execution.
docuteam-actions importRDFIntoFedora -c [/path/to/]config.json -d /path/to/SIP
Options:
--version Show version number [boolean]
--debug Set log level to debug [boolean]
-c, --config Configuration file path [string] [required]
--help Show help [boolean]
--batch-size Initial batch size (default: 100) [number]
-d, --data Data file path [string] [required]