blazegraph

RDF graph database supporting SPARQL queries and semantic data

brewmacoslinux
Try with needOr install directly
Source

About

Graph database supporting RDF data model, Sesame, and Blueprint APIs

Commands

blazegraph

Examples

Start the Blazegraph server on default port 9999$ blazegraph
Query RDF data using SPARQL endpoint$ curl 'http://localhost:9999/bigdata/sparql?query=SELECT%20%3Fs%20WHERE%20%7B%3Fs%20%3Fp%20%3Fo%7D'
Load RDF data into Blazegraph$ curl -X POST --data-binary @data.rdf -H 'Content-Type: application/rdf+xml' 'http://localhost:9999/bigdata/rdf/upload'