YeXiaoRain / rdf3x-0.3.8

RDF-3X,RISC-style RDF database engine

Home Page:https://code.google.com/archive/p/rdf3x/downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

RDF-3X can import NTriples/Turtle RDF data. As an example we use a Turtle dump of Yago. Download RDF-3X, build it, and download and extract the Yago dump (236 MB). Then build a new database using:

rdf3xload db yago.n3

This takes ca. 30 minutes on a laptop with 2GB main memory. Afterwards start the query interface using:

rdf3xquery db

This query interface accepts standard SPARQL queries, for example:

select ?name where { ?p <isCalled> ?name. ?p <bornInLocation> <London> }

About

RDF-3X,RISC-style RDF database engine

https://code.google.com/archive/p/rdf3x/downloads


Languages

Language:C++ 97.2%Language:Java 2.7%Language:Makefile 0.1%