Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LOCALSEARCH-INFO(1)	       LocalSearch manual	     LOCALSEARCH-INFO(1)

NAME
     localsearch-info - Retrieve all information available for a certain file.

SYNOPSIS
     localsearch info [options...] <file1> [[file2] ...]

DESCRIPTION
     localsearch  info	asks  for all the known metadata available for the given
     file.

     Multiple file arguments can be provided to retrieve information about  mul-
     tiple files.

     The  file	argument  can  be either a local path or a URI. It also does not
     have to be an absolute path.

OPTIONS
     -f, --full-namespaces
	 By default, all keys and values reported about any given file	are  re-
	 turned  in  shortened	form, for example, nie:title is shown instead of
	 http://tracker.api.gnome.org/ontology/v3/nie#title. This  makes  things
	 much easier to see generally and the output is less cluttered. This op-
	 tion reverses that so FULL namespaces are shown instead.

     -c, --plain-text-content
	 If the resource being displayed has nie:PlainTextContent (i.e. informa-
	 tion  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.

     -i, --resource-is-iri
	 In most cases, the file argument supplied points to a URL or PATH which
	 is queried for according to the resource associated with it by nie:url.
	 However, in cases where the file specified turns out to be  the  actual
	 URN itself, this argument is required to tell "localsearch info" not to
	 do the extra step of looking up the URN related by nie:url.

     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  us-
     ing containers and multi-resource conditions), you would need this argument
     to  tell  "localsearch  info"  that the file supplied is actually a URN not
     URL.

     -t, --turtle
	 Output results as Turtle RDF. If -f is enabled, full URIs are shown for
	 subjects, predicates and objects; otherwise, shortened URIs  are  used,
	 and  all the prefixes Tracker knows about are printed at the top of the
	 output.

SEE ALSO
     tinysparql sparql(1).

     http://nepomuk.semanticdesktop.org/ http://www.w3.org/TR/rdf-sparql-query/

  3.8.2 			   08/04/2026		     LOCALSEARCH-INFO(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=localsearch-info&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help