KIZI / antigen-covid-tests-knowledge-graph

Antigen covid tests knowledge graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Antigen covid tests knowledge graph

License:Eclipse Public License 2.0


Languages

Language:XSLT 70.6%Language:Ruby 20.2%Language:Shell 9.2%