rapper

The Raptor RDF parsing utility. Part of the Raptor RDF Syntax Library. More information: <http://librdf.org/raptor/rapper.html>.

Install

All systems
curl cmd.cat/rapper.sh
Debian Debian
apt-get install raptor-utils
Ubuntu
apt-get install raptor-utils
Alpine
apk add raptor2
Arch Arch Linux
pacman -S raptor
image/svg+xml Kali Linux
apt-get install raptor2-utils
CentOS
yum install raptor
Fedora
dnf install raptor2
Windows (WSL2)
sudo apt-get update sudo apt-get install raptor-utils
OS X
brew install raptor
Raspbian
apt-get install raptor-utils
Docker
docker run cmd.cat/rapper rapper powered by Commando

The Raptor RDF parsing utility. Part of the Raptor RDF Syntax Library. More information: <http://librdf.org/raptor/rapper.html>.

  • Convert an RDF/XML document to Turtle:
    rapper -i rdfxml -o turtle path/to/file
  • Count the number of triples in a Turtle file:
    rapper -i turtle -c path/to/file

© tl;dr; authors and contributors