<!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.Server">
    <method name="createModel">
      <arg name="name" type="s" direction="in" />
      <arg name="model" type="s" direction="out" />
    </method>
    <method name="removeModel">
      <arg name="name" type="s" direction="in" />
    </method>
    <method name="allModels">
      <arg name="models" type="as" direction="out" />
    </method>
  </interface>
</node>
