This file is indexed.

/usr/share/strigi/fieldproperties/strigi.rdfs is in libstreamanalyzer0 0.7.8-1.2+b2.

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
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rdf:RDF [
	 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	 <!ENTITY xesam 'http://freedesktop.org/standards/xesam/1.0/core#'>
	 <!ENTITY strigi 'http://strigi.sf.net/ontologies/0.9#'>
	 <!ENTITY xss 'http://freedesktop.org/standards/xesam/1.0/schema#'>
	 <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
]>
<rdf:RDF xmlns:rdf="&rdf;"
	 xmlns:xesam="&xesam;"
	 xmlns:strigi="&strigi;"
	 xmlns:xss="&xss;"
	 xmlns:rdfs="&rdfs;">

<rdf:Property rdf:about="&rdf;type">
	<rdfs:label>rdf:type</rdfs:label>
	<rdfs:domain rdf:resource="&rdfs;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Class"/>
	<rdfs:comment>Declaring this here so that it's picked up by FieldPropertiesDb</rdfs:comment>
</rdf:Property>

<rdf:Property rdf:about="&strigi;depth">
	<rdfs:label>strigi:depth</rdfs:label>
	<rdfs:domain rdf:resource="&xesam;Source"/>
	<rdfs:comment>Embedding  depth</rdfs:comment>
</rdf:Property>

<rdf:Property rdf:about="&strigi;parentUrl">
	<rdfs:label>strigi:parentUrl</rdfs:label>
	<rdfs:domain rdf:resource="&xesam;Source"/>
	<rdfs:comment>Parent URL</rdfs:comment>
<!-- for strigi to work properly, this value may not be tokenized. is this the right namespace? -->
        <rdfs:tokenized>false</rdfs:tokenized>
</rdf:Property>



<rdf:Property rdf:about="&strigi;codeLineCount">
	<rdfs:label>strigi:codeLineCount</rdfs:label>
	<rdfs:domain rdf:resource="&xesam;SourceCode"/>
	<rdfs:comment>Source code code line count</rdfs:comment>
</rdf:Property>

<rdf:Property rdf:about="&strigi;commentLineCount">
	<rdfs:label>strigi:commentLineCount</rdfs:label>
	<rdfs:domain rdf:resource="&xesam;SourceCode"/>
	<rdfs:comment>Source code comment line count</rdfs:comment>
</rdf:Property>



<rdfs:Class rdf:about="&strigi;Cursor">
	<rdfs:subClassOf rdf:resource="&xesam;Visual"/>
	<rdfs:label>strigi:Cursor</rdfs:label>
	<rdfs:comment>Cursor is an image with a hot spot.</rdfs:comment>
</rdfs:Class>

<rdf:Property rdf:about="&strigi;hotSpotX">
	<rdfs:label>strigi:hotSpotX</rdfs:label>
	<rdfs:domain rdf:resource="&strigi;Cursor"/>
	<rdfs:comment>Cursor hot spot X coordinate</rdfs:comment>
</rdf:Property>

<rdf:Property rdf:about="&strigi;hotSpotY">
	<rdfs:label>strigi:hotSpotY</rdfs:label>
	<rdfs:domain rdf:resource="&strigi;Cursor"/>
	<rdfs:comment>Cursor hot spot Y coordinate</rdfs:comment>
</rdf:Property>

</rdf:RDF>