This file is indexed.

/usr/share/tracker/ontologies/20-dc.description is in tracker 1.6.2-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
@prefix dsc: <http://www.tracker-project.org/temp/dsc#> .

<virtual-ontology-uri:20-dc.description> a dsc:Ontology ;
	dsc:title "Dublin Core metadata (DC)" ;
	dsc:description "Common superproperties for documents" ;

	dsc:author "Dublin Core consortium" ;
	dsc:editor "Tracker developers (translation into turtle)" ;
	dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/20-dc.ontology";

	dsc:localPrefix "dc" ;
	dsc:baseUrl "http://purl.org/dc/elements/1.1/";
	dsc:relativePath "./20-dc.ontology" .