This file is indexed.

/usr/share/tracker/ontologies/11-rdf.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
@prefix dsc: <http://www.tracker-project.org/temp/dsc#> .

<virtual-ontology-uri:11-rdf.ontology> a dsc:Ontology ;
	dsc:title "Resource Description Framework (RDF)" ;
	dsc:description "Core RDF classes to keep the internal consistency of the ontology" ;
	dsc:author "W3C" ;
	dsc:editor "Tracker developers (translation into turtle)" ;
	dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/11-rdf.ontology";

	dsc:localPrefix "rdf" ;
	dsc:baseUrl "http://www.w3.org/2000/01/rdf-schema#" ;
	dsc:relativePath "./11-rdf.ontology" .