LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

redland

RDF data storage and processing libraries

TLDR

Parse RDF file
$ rapper -i rdfxml -o ntriples [file.rdf]
copy
Query RDF store
$ roqet -i sparql "[query]" [data.rdf]
copy
Process RDF
$ rdfproc [store] parse [file.rdf]
copy

SYNOPSIS

Redland RDF Libraries and utilities

DESCRIPTION

Redland is a set of C libraries and command-line utilities for working with RDF (Resource Description Framework) data. It provides comprehensive support for parsing, storing, querying via SPARQL, and serializing RDF across multiple formats including RDF/XML, Turtle, N-Triples, and N-Quads.The toolkit includes rapper for format conversion and validation, roqet for executing SPARQL queries, and rdfproc for managing persistent RDF stores. These tools can be combined in pipelines for batch processing of semantic web data.

EXAMPLES

$ # Parse RDF/XML to N-Triples
rapper -i rdfxml -o ntriples data.rdf

# Validate RDF
rapper -c data.rdf

# SPARQL query
roqet -i sparql "SELECT * WHERE { ?s ?p ?o } LIMIT 10" data.rdf

# Convert formats
rapper -i turtle -o rdfxml data.ttl > data.rdf

# Create and query store
rdfproc mystore parse data.rdf
rdfproc mystore query sparql - "SELECT * WHERE { ?s ?p ?o }"
copy

UTILITIES

rapper

RDF parser utility.
roqet
RDF query utility.
rdfproc
RDF processing utility.

FORMATS

$ rdfxml   - RDF/XML
ntriples - N-Triples
turtle   - Turtle
nquads   - N-Quads
trig     - TriG
copy

INSTALL

sudo dnf install redland
copy
sudo pacman -S redland
copy
sudo zypper install redland
copy
brew install redland
copy
nix profile install nixpkgs#redland
copy

CAVEATS

Library-based (librdf). Multiple tools for different tasks. SPARQL 1.0 support.

HISTORY

Redland was created by Dave Beckett starting in 2000 as a comprehensive RDF library suite.

SEE ALSO

rapper(1), roqet(1), rdfproc(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid