This file is indexed.

/usr/share/tracker/ontologies/90-tracker.ontology is in tracker 1.2.4-2.

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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
@prefix fts: <http://www.tracker-project.org/ontologies/fts#> .
@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> .
@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tracker: <http://www.tracker-project.org/ontologies/tracker#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

tracker: a tracker:Ontology ;
	nao:lastModified "2014-01-03T02:14:35Z" .

tracker:isDefaultTag a rdf:Property ;
	rdfs:domain nao:Tag ;
	rdfs:range xsd:boolean .

tracker:tagRelatedTo a rdf:Property ;
	rdfs:domain nao:Tag ;
	rdfs:range rdfs:Class .

tracker:notify a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain rdfs:Class ;
	rdfs:range xsd:boolean .

tracker:Volume a rdfs:Class ;
	rdfs:label "Storage media" ;
        rdfs:subClassOf nie:InformationElement ;
	rdfs:subClassOf nie:DataSource .

tracker:isMounted a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain tracker:Volume ;
	rdfs:range xsd:boolean .

tracker:unmountDate a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain tracker:Volume ;
	rdfs:range xsd:dateTime .

tracker:mountPoint a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain tracker:Volume ;
	rdfs:range rdfs:Resource .

tracker:isRemovable a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain tracker:Volume ;
	rdfs:range xsd:boolean .

tracker:isOptical a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain tracker:Volume ;
	rdfs:range xsd:boolean .

tracker:available a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain nie:DataObject ;
	rdfs:range xsd:boolean .

tracker:writeback a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain rdf:Property ;
	rdfs:range xsd:boolean .

tracker:forceJournal a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain rdf:Property ;
	rdfs:range xsd:boolean .

fts: a tracker:Namespace ;
	tracker:prefix "fts" .

tracker:extractor-data-source a nie:DataSource ;
	rdfs:label "Tracker extractor data source" .