1FLICKRDF(1) General Commands Manual FLICKRDF(1)
2
3
4
6 flickrdf - call Flickr API
7
9 flickrdf [-d DELAY] [-a FROB] [-h] [-v]
10
12 flickrdf is a utility that uses the photos.getInfo API to interpret the
13 description fields and the tags for a photo URI into RDF triples. If
14 raptor is present, it will be used to provide proper serializing to RDF
15 rather than the built in and hacky ntriples/turtle output.
16
17 Machine tags when they are found are scanned for xmlns:prefix=uri and
18 then all other machine tags with that prefix turn into triples. Several
19 prefixes are also pre-defined by the library to automatically get
20 turned into triples without an xmlns, such as blue:, cell:, filter: and
21 geo:. Non-machine tags are not yet interpreted.
22
23
25 These programs follow the usual GNU command line syntax, with long
26 options starting with two dashes (`-'). A summary of options is
27 included below.
28
29 -h, --help
30 Show summary of options and exit.
31
32 -v, --version
33 Display the version of the program and exit.
34
35 -d DELAY, --delay DELAY
36 Set delay between requests to DELAY milliseconds.
37
38 -D, --debug
39 Print lots of debugging output.
40
41 -o, --output FORMAT
42 Set output format to FORMAT. FORMAT is one of:
43 ntriples N-Triples (default)
44 turtle Turtle
45 rdfxml-xmp RDF/XML (XMP Profile)
46 rdfxml-abbrev RDF/XML (Abbreviated)
47 rdfxml RDF/XML
48 rss-1.0 RSS 1.0
49 dot GraphViz DOT format The exact list depends
50 on the version of Raptor that flickcurl is linked against.
51
53 /usr/share/doc/flickrdf/README.gz, flickcurl(1),libraptor(3).
54
56 flickrdf was written by David Beckett.
57
58 This manual page was written by Kumar Appaiah <akumar@ee.iitm.ac.in>,
59 for the Debian project (but may be used by others).
60
61
62
63 21 December 2007 FLICKRDF(1)