This file is indexed.

/usr/share/dbus-1/interfaces/org.soprano.Model.xml is in libsoprano-dev 2.9.4+dfsg-5.

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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.soprano.Model">
    <method name="addStatement">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="errorCode" type="i" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="removeStatement">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="errorCode" type="i" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="removeAllStatements">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="errorCode" type="i" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="containsStatement">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="reply" type="b" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="containsAnyStatement">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="reply" type="b" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="listStatements">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="in" />
      <arg name="iterator" type="s" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </method>
    <method name="listContexts">
      <arg name="iterator" type="s" direction="out" />
    </method>
    <method name="statementCount">
      <arg name="count" type="i" direction="out" />
    </method>
    <method name="isEmpty">
      <arg name="reply" type="b" direction="out" />
    </method>
    <method name="executeQuery">
      <arg name="query" type="s" direction="in" />
      <arg name="queryLang" type="i" direction="in" />
      <arg name="userQueryLang" type="s" direction="in" />
      <arg name="iterator" type="s" direction="out" />
    </method>
    <method name="createBlankNode">
      <arg name="node" type="(isss)" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Soprano::Node" />
    </method>
    <signal name="statementsAdded" />
    <signal name="statementsRemoved" />
    <signal name="statementAdded">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </signal>
    <signal name="statementRemoved">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="Soprano::Statement" />
    </signal>
  </interface>
</node>