fourstore

Efficient, stable RDF database for semantic data storage and querying

brewmacoslinux
Try with needOr install directly
Source

About

Efficient, stable RDF database

Commands

4s-backend4s-boss4s-http-server4s-import4s-query

Examples

Start the 4store HTTP server on port 8080$ 4s-http-server -p 8080 knowledge_base
Import RDF data from a file into a knowledge base$ 4s-import knowledge_base < data.rdf
Query the RDF database using SPARQL$ 4s-query knowledge_base 'SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 10'