jena

Framework for building semantic web and linked data applications

brewmacoslinux
Try with needOr install directly
Source

About

Framework for building semantic web and linked data apps

Commands

sparqlarqturtlerdfcatriotshacl

Examples

Query an RDF file using SPARQL$ sparql --query query.rq --data data.ttl
Convert RDF between formats (e.g., Turtle to RDF/XML)$ riot --output RDF/XML input.ttl > output.rdf
Execute a SPARQL query against a remote endpoint$ sparql --service https://example.org/sparql --query query.rq