redland

RDF library providing tools for parsing and querying semantic web data

brewmacoslinux
Try with needOr install directly
Source

About

RDF Library

Commands

rapperredland-config

Examples

Parse and convert RDF/XML file to N-Triples format$ rapper -i rdfxml -o ntriples input.rdf
Validate RDF syntax and display statistics$ rapper -c input.rdf
Convert between different RDF serialization formats$ rapper -i turtle -o rdfxml input.ttl > output.rdf