/antigen-covid-tests-knowledge-graph

Antigen covid tests knowledge graph

Primary LanguageXSLTEclipse Public License 2.0EPL-2.0

Antigen covid tests knowledge graph

A knowledge graph build from the data on antigen covid tests collected by the Prague University of Economics and Business.

How to use this

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

Dependencies