nnakul / Automated-Construction-of-Knowledge-Graph-from-Structured-Data

Software that builds and maintains a knowledge graph from structured data in real-time, while detecting and solving the problems of schema mapping and record linkage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated-Construction-of-Knowledge-Graph-from-Structured-Data

COMMANDS

make create - To create an empty knowledge graph file by the name of myKG.txt
make reset - To reset the knowledge graph back to empty
make show - To show the contents of the knowledge graph
make turtle - To convert the knowledge graph into an equivalent myKG.ttl in turtle format
make add db=myDB.txt - To merge the database in the file data/myDB.txt to the knowledge graph
make clean - To delete all executable (.exe) files

RESULTS

results/logs - This folder contains the command line logs and user interaction when
                            the 5 databases are merged into the knowledge graph
results/myKG.txt - The final resultant knowledge graph triples (and the metadata)
                                    after all the 5 databases have been added
results/myKG.ttl - The final resultant knowledge graph triples in turtle format

About

Software that builds and maintains a knowledge graph from structured data in real-time, while detecting and solving the problems of schema mapping and record linkage


Languages

Language:C++ 99.3%Language:Makefile 0.7%