Skip to content

KIZI/antigen-covid-tests-knowledge-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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