Skip to content
pannous edited this page Jan 21, 2014 · 9 revisions

Welcome to Netbase a high-performance semantic graph database, optimized for natural language queries on static freebase data.

blueprints is a graph database standard allowing for toolchaining, making databases available to all different tools.

Libraries and binaries are included for Mac and Linux.

You can feed it with any CSV XML or N3 data. Optimized for the quick import of Wordnet, DBPEDIA and Freebase (and private data )

me:~/netbase

USING SHARED MEMORY
Context#0 name:ROOT CONTEXT nodes:430338, statements:355550 n#0x2e2000000 nN#0x1e8000000 s#0x3dc000000
Warnings: 0
Node limit: 1048576000
Statements: 1048576000

Netbase C++ Version z.a
netbase> ?
available commands
help :h or ?
load :l [force]	fetch the graph from disk or mem
import :i [<file>]
export :e (all to csv)
delete :d <node|statement|id|name>
save :s or :w
server
quit :q
clear :cl
limit <n>
Type words, ids, or queries:
all animals with feathers
select * from dogs where terrier
all city with countrycode ZW
Population of Gehren
opposite of bad
netbase> 

Have fun! See here for more and hosted samples.

Clone this wiki locally