-
Notifications
You must be signed in to change notification settings - Fork 10
TAIPAN
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.
docker pull dicegroup/taipan
docker run -it -p 5000:5000 -h localhost dicegroup/taipan:latest
Currently TAIPAN works but the output needs to process with Sparqlify (https://github.com/SmartDataAnalytics/Sparqlify) in the next step.
Build a docker image for Sparqlify.