redstore

Lightweight RDF triplestore powered by Redland for semantic data

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight RDF triplestore powered by Redland

Commands

redstore

Examples

Start the Redstore server on default port 8000$ redstore
Start Redstore server on a custom port$ redstore -p 9000
Query RDF data using SPARQL via HTTP interface$ curl 'http://localhost:8000/sparql?query=SELECT%20*%20WHERE%20{%20%3Fs%20%3Fp%20%3Fo%20}'