Skip to content
André Sonntag edited this page Jul 11, 2018 · 5 revisions

TAIPAN is a generic approach to the extraction of RDF triples from tables. Currently the microservice works well, but it needs the system Sparqlify to create RDF triples. TAIPAN is responsible for SML mapping, subject column identification and property recommendation.

dicegroup/taipan Docker image

docker pull dicegroup/taipan

Start docker image with the right ports

docker run -it -p 5000:5000 -h localhost dicegroup/taipan:latest

Important info

Currently TAIPAN works but the output needs to process with Sparqlify (https://github.com/SmartDataAnalytics/Sparqlify) in the next step.

TODO

Build a docker image for Sparqlify.

http://aksw.org/Projects/Sparqlify.html

Clone this wiki locally