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.ttlWhile 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- Apache Jena command-line tools (e.g.,
brew install jenaon OSX) - Saxon (e.g.,
brew install saxonon OSX)