tinysparql

Low-footprint RDF triple store with SPARQL 1.1 query interface

brewmacoslinux
Try with needOr install directly
Source

About

Low-footprint RDF triple store with SPARQL 1.1 interface

Commands

tinysparql

Examples

Create a new RDF database and load a Turtle file$ tinysparql add mydb data.ttl
Query an RDF database using SPARQL$ tinysparql query mydb 'SELECT ?s ?p ?o WHERE { ?s ?p ?o }'
List all named graphs in a database$ tinysparql list mydb