Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use freebase data on local server?

Are there any existing ways of using the freebase data dumps to create a database similar to what freebase offers, but on you own server? Pretty much freebase but locally and not through the API?

I guess it would be possible to create, but are there any existing solutions for this already? Or any alternative solutions for similar data without using an API? I didnt find this for dbpedia either :|

like image 505
freakshow Avatar asked Jan 29 '11 16:01

freakshow


People also ask

What is Freebase knowledge base?

Abstract. Freebase is a practical, scalable, graph-shaped database of structured general human knowledge, inspired by Se- mantic Web research and collaborative data communi- ties such as the Wikipedia.

What is Freebase knowledge graph?

The Freebase knowledge base was a major Semantic Web and linked data technology that was acquired by Google in 2010 to support the Google Knowledge Graph, the backend for Google search results that include structured answers to queries instead of a series of links to external resources.

What is Freebase API?

Freebase API MASTER RECORD The Freebase API is an aggregate of HTTP APIs that provide you with read/write access to the data stored in Freebase. The APIs support different use cases and allow you to get access the same Freebase data in many different ways.


1 Answers

An alternative to freebase-quad-rdfize is here: 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

Moreover, you have now another option: http://basekb.com/

like image 89
castagna Avatar answered Oct 23 '22 15:10

castagna