Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Example: OBVSG aleph mab xml transformation

Pascal Christoph edited this page Jan 29, 2015 · 12 revisions

Setup

Prerequisites: Java 8 and Maven 3 (check mvn -version to make sure Maven is using Java 8). Then

git clone https://github.com/lobid/lodmill.git; cd lodmill/lodmill-rd; sh install-dependencies.sh; cd doc/scripts/obvsg

Ignore exceptions, as long as the build is successful. Now have a look at obvsg-to-lobidRdf.flux where the transformation workflow is defined:

cat obvsg-to-lobidRdf.flux

There, adjust the value of input_filename to the location of your aleph-mab-xml source file. Start the transformation with:

bash startObvsg2lobidRdf.sh

The transformed files should be written to ./tmp/AC/ as N-Triples.

Clone this wiki locally