1 --- raptor-1.4.21/utils/rapper.1.~1~ 2014-01-28 18:56:51.821816471 +0400
2 +++ raptor-1.4.21/utils/rapper.1 2014-01-28 18:58:01.409335625 +0400
4 .\" Hey, EMACS: -*- nroff -*-
6 -.\" rapper.1 - Raptor RDF parsing and serializing utility manual page
7 +.\" rapper-1.1 - Raptor RDF parsing and serializing utility manual page
9 .\" Copyright (C) 2002-2008 David Beckett - http://www.dajobe.org/
10 .\" Copyright (C) 2002-2005 University of Bristol - http://www.bristol.ac.uk/
12 -.TH rapper 1 "2007-08-19"
13 +.TH rapper-1 1 "2007-08-19"
14 .\" Please adjust this date whenever revising the manpage.
16 -rapper \- Raptor RDF parsing and serializing utility
17 +rapper-1 \- Raptor RDF parsing and serializing utility
23 .IR "[INPUT-BASE-URI]"
26 -.B rapper -o ntriples http://planetrdf.com/guide/rss.rdf
27 +.B rapper-1 -o ntriples http://planetrdf.com/guide/rss.rdf
29 -.B rapper -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
30 +.B rapper-1 -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
32 -.B rapper --count http://example.org/index.rdf
33 +.B rapper-1 --count http://example.org/index.rdf
38 utility allows parsing of RDF content by the
40 RDF parser toolkit emitting the results as RDF triples in
42 document parser base URI if present otherwise defaults to the \IINPUT-URI\fR.
43 A value of '-' means no base URI.
45 -rapper uses the usual GNU command line syntax, with long
46 +rapper-1 uses the usual GNU command line syntax, with long
47 options starting with two dashes (`-') if supported by the
48 getopt_long function. Otherwise the short options are only available.
51 Print the raptor version and exit.
54 -.B rapper -q -i ntriples -o rdfxml -f 'xmlns:rss="http://purl.org/rss/1.0/"' -f 'xmlns:ex="http://example.org/"' tests/test.nt
55 +.B rapper-1 -q -i ntriples -o rdfxml -f 'xmlns:rss="http://purl.org/rss/1.0/"' -f 'xmlns:ex="http://example.org/"' tests/test.nt
57 -.B 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#'
58 +.B rapper-1 -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#'
60 \fIRDF/XML Syntax (Revised)\fR,