summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-06-27 08:46:01 +0100
committerMartyn Russell <martyn@lanedo.com>2014-06-27 10:26:31 +0100
commit622721e93fb91f0f6ed562e9ad93990e2e64814a (patch)
treebae79d61eaf30a22f471edf0210e9f16fcf140db /docs/manpages
parentb12108bcee7e3bae6196f5aedce9b96d3663c526 (diff)
downloadtracker-622721e93fb91f0f6ed562e9ad93990e2e64814a.tar.gz
tracker-info: Add --resource-is-uri | -i to avoid filename -> urn lookups
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/tracker-info.114
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manpages/tracker-info.1 b/docs/manpages/tracker-info.1
index db68cfb7c..6dbc97c02 100644
--- a/docs/manpages/tracker-info.1
+++ b/docs/manpages/tracker-info.1
@@ -39,6 +39,20 @@ information about the content of the resource, which could be the
contents of a file on the disk), then this option displays that in the
output.
.TP
+.B \-i, \-\-resource-is-iri
+In most cases, the \fIFILE\fR argument supplied points to a URL or
+PATH which is queried for according to the resource associated with it
+by \fInie:url\fR. However, in cases where the \fIFILE\fR specified
+turns out to be the actual URN itself, this argument is required to
+tell \fBtracker-info\fR not to do the extra step of looking up the URN
+related by \fInie:url\fR.
+
+For example, consider that you store URNs by the actual URL itself and
+use the unique nie:url in another resource (which is quite reasonable
+when using containers and multi-resource conditions), you would need
+this argument to tell \fBtracker-info\fR that the \fIFILE\fR supplied
+is actually a URN not URL.
+.TP
.B \-t, \-\-turtle
Output results as Turtle RDF. If \-f is enabled, full URIs are shown
for subjects, predicates and objects; otherwise, shortened URIs are