This file is indexed.

/usr/share/tracker/ontologies/nepomuk/36-scal.description is in tracker 2.0.3-1ubuntu4.

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:36-scal.ontology> a dsc:Ontology ;
	dsc:title "Simplified Calendar Ontology (SCAL)" ;
	dsc:description "Simple and efficient ontology to represent calendar information (events, ToDos, recurrency rules...)" ;
	dsc:author "Tracker Developers" ;
	dsc:editor "Tracker Developers" ;
	dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/36-scal.ontology";

	dsc:localPrefix "scal" ;
	dsc:baseUrl "http://www.tracker-project.org/temp/scal#" ;
	dsc:relativePath "./36-scal.ontology" .