rapper(1) | General Commands Manual | rapper(1) |
rapper - Raptor RDF parsing and serializing utility
rapper [OPTIONS] INPUT-URI [INPUT-BASE-URI]
rapper -o ntriples http://planetrdf.com/guide/rss.rdf
rapper -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
rapper --count http://example.org/index.rdf
The rapper utility allows parsing of RDF content by the Raptor RDF parser toolkit emitting the results as RDF triples in a choice of syntaxes. The INPUT-URI can be a file name, '-' for standard input or if Raptor is built with a WWW retrieval library, a general URI. The optional INPUT-BASE-URI is used as the document parser base URI if present otherwise defaults to the INPUT-URI. A value of '-' means no base URI.
rapper uses the usual GNU command line syntax, with long options starting with two dashes (`-') if supported by the getopt_long function. Otherwise the short options are only available.
rapper -q -i ntriples -o rdfxml -f
'xmlns:rss="http://purl.org/rss/1.0/"' -f
'xmlns:ex="http://example.org/"' tests/test.nt
rapper -q -o rdfxml -f
'xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"'
tests/rdf-schema.rdf 'http://www.w3.org/2000/01/rdf-schema#'
RDF/XML Syntax (Revised), W3C Recommendation, http://www.w3.org/TR/rdf-syntax-grammar/
N-Triples, in RDF Test Cases, Jan Grant and Dave Beckett (eds.), W3C Recommendation, http://www.w3.org/TR/rdf-testcases/#ntriples
Turtle Terse RDF Triple Language, Dave Beckett, http://www.dajobe.org/2004/01/turtle/
RDFA in XHTML: Syntax and Processing, Ben Adida, Mark Birbeck, Shane McCarron and Steven Pemberton (eds.), W3C Candidate Recommendation, 20 June 2008 http://www.w3.org/TR/2008/CR-rdfa-syntax-20080620/
RDF Site Summary (RSS) 1.0, 2000-12-06 http://purl.org/rss/1.0/spec
Removed -a option that did nothing.
Removed -m option from rapper but it was never documented here.
Removed -n option that was long hidden.
Removed -s option that was equivalent to -f scanForRDF
Added -I/--input-uri and -O/--output-uri to set the input and output (parser and serializer) base URIs separately.
Added -t/--trace to do URI traces.
Updated to add serializer rdfxml-abbrev
Updated potential parser and serializers and described -f for defining namespaces.
Added -f for features.
Added -g for guessing the parser to use.
Removed -a, --assume since rdf:RDF is now always optional.
Dave Beckett - http://www.dajobe.org/
2010-04-28 |