raptor

RDF parser toolkit for parsing and serializing RDF data

brewmacoslinux
Try with needOr install directly
Source

About

RDF parser toolkit

Commands

rapper

Examples

Parse an RDF/XML file and output as N-Triples$ rapper -i rdfxml -o ntriples input.rdf
Convert Turtle format to RDF/XML$ rapper -i turtle -o rdfxml input.ttl > output.rdf
Parse RDF from a URL and validate syntax$ rapper https://example.org/data.rdf