| Server IP : 104.21.25.180 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/tracker/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/freedesktop/Tracker1">
<interface name="org.freedesktop.Tracker1.Resources">
<!-- Load statements from Turtle file -->
<method name="Load">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="uri" direction="in" />
</method>
<!-- SPARQL Query without updates -->
<method name="SparqlQuery">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0"
value="QVector<QStringList>"/>
<arg type="s" name="query" direction="in" />
<arg type="aas" name="result" direction="out" />
</method>
<!-- SPARQL Update extensions, insert and delete -->
<method name="SparqlUpdate">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="query" direction="in" />
</method>
<!-- SPARQL Update extensions, insert and delete,
return generated URIs for inserted blank nodes -->
<method name="SparqlUpdateBlank">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="query" direction="in" />
<arg type="aaa{ss}" name="result" direction="out" />
</method>
<!-- sync data to disk -->
<method name="Sync">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
</method>
<!-- SPARQL Update as part of a batch, use this method when sending a
possibly large amount of updates to improve performance, may delay
database commit until receiving BatchCommit -->
<method name="BatchSparqlUpdate">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="query" direction="in" />
</method>
<!-- Commits pending updates to the database -->
<method name="BatchCommit">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
</method>
<signal name="Writeback">
<arg type="a{iai}" name="subjects" />
</signal>
<signal name="GraphUpdated">
<arg type="s" name ="classname" />
<arg type="a(iiii)" name="deletes" />
<arg type="a(iiii)" name="inserts" />
</signal>
</interface>
</node>