sord

C library for storing and querying RDF data in memory

brewmacoslinux
Try with needOr install directly
Source

About

C library for storing RDF data in memory

Commands

sord

Examples

Load and query an RDF/Turtle file$ sord data.ttl
Convert RDF data between formats$ sord input.rdf -o output.ttl
Validate RDF syntax in a file$ sord --validate data.rdf