1TRACKER3-INFO(1) Tracker manual TRACKER3-INFO(1)
2
3
4
6 tracker3-info - Retrieve all information available for a certain file.
7
9 tracker3 info [options...] <file1> [[file2] ...]
10
12 tracker3 info asks for all the known metadata available for the given
13 file.
14
15 Multiple file arguments can be provided to retrieve information about
16 multiple files.
17
18 The file argument can be either a local path or a URI. It also does not
19 have to be an absolute path.
20
22 -f, --full-namespaces
23 By default, all keys and values reported about any given file are
24 returned in shortened form, for example, nie:title is shown instead
25 of http://tracker.api.gnome.org/ontology/v3/nie#title. This makes
26 things much easier to see generally and the output is less
27 cluttered. This option reverses that so FULL namespaces are shown
28 instead.
29
30 -c, --plain-text-content
31 If the resource being displayed has nie:PlainTextContent (i.e.
32 information about the content of the resource, which could be the
33 contents of a file on the disk), then this option displays that in
34 the output.
35
36 -i, --resource-is-iri
37 In most cases, the file argument supplied points to a URL or PATH
38 which is queried for according to the resource associated with it
39 by nie:url. However, in cases where the file specified turns out to
40 be the actual URN itself, this argument is required to tell
41 "tracker3 info" not to do the extra step of looking up the URN
42 related by nie:url.
43
44 For example, consider that you store URNs by the actual URL itself and
45 use the unique nie:url in another resource (which is quite reasonable
46 when using containers and multi-resource conditions), you would need
47 this argument to tell "tracker3 info" that the file supplied is
48 actually a URN not URL.
49
50 -t, --turtle
51 Output results as Turtle RDF. If -f is enabled, full URIs are shown
52 for subjects, predicates and objects; otherwise, shortened URIs are
53 used, and all the prefixes Tracker knows about are printed at the
54 top of the output.
55
57 tracker3-sparql(1).
58
59 http://nepomuk.semanticdesktop.org/
60 http://www.w3.org/TR/rdf-sparql-query/
61
62
63
64 3.4.2 12/06/2022 TRACKER3-INFO(1)