How to store data like Freebase does?

后端 未结 6 400
刺人心
刺人心 2021-01-31 12:49

I admit that this is basically a duplicate question of Use freebase data on local server? but I need more detailed answers than have already been given there

I\

6条回答
  •  梦谈多话
    2021-01-31 13:16

    My 2 cents...

    I use a little bit of Java code to convert the Freebase data dump into RDF: https://github.com/castagna/freebase2rdf

    I use Apache Jena's TDB store to load the RDF data and Fuseki to serve the data via SPARQL protocol over HTTP.

    See also:

    • http://markmail.org/thread/mq6ylzdes6n7sc5o
    • http://markmail.org/thread/jegtn6vn7kb62zof

提交回复
热议问题