Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting a SQLite Database to a triple store

Can somebody please describe the steps neccessary to convert a SQLite Database to a triple store?

Is there a tool that can accomplish the task?

like image 284
tjb Avatar asked Apr 12 '26 21:04

tjb


1 Answers

This is a more complicated question then it seemed when I asked it, but the simple answer is that you normalize your database completely. After it is completely normalized each table stands for a predicate, one columns values represent the subject and one columns values represent the object. You can convert an arbitrary sql database to a triplestore on this basis.

like image 87
tjb Avatar answered Apr 15 '26 07:04

tjb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!