blazegraph

Graph database for querying and storing RDF data with semantic search.

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

blazegraph

Examples

start graph database server on default port$ blazegraph
run graph database on custom port$ blazegraph --port 9999
load RDF data into graph database$ blazegraph --load data.rdf
query RDF data using SPARQL$ blazegraph --query 'SELECT ?s WHERE { ?s ?p ?o }'
access web interface for graph database$ blazegraph && open http://localhost:9999