A knowledge graph build from the data on antigen covid tests collected by the Prague University of Economics and Business.
The transform.sh
script transforms the source XML data into data in the RDF/Turtle syntax:
./transform.sh path/to/data.xml > path/to/data.ttl
While the resulting RDF data is written to the standard output stream, logs and validation messages are written to the standard error stream.
Set the environment variable TEST=true
to run unit tests for XSLT:
TEST=true ./transform.sh path/to/data.xml > path/to/data.ttl
brew install jena
on OSX)brew install saxon
on OSX)