Re: [Tracker] tracker-sparql dbus sparql results
- From: Ivan Frade <ivan frade gmail com>
- To: Jürgen Jakobitsch <j jakobitsch semantic-web at>
- Cc: Tracker mailing list <tracker-list gnome org>
- Subject: Re: [Tracker] tracker-sparql dbus sparql results
- Date: Thu, 17 Apr 2014 11:14:14 -0700
Hi
Jürgen,
Yes, tracker does not return bindingNames or types of the resulting nodes. It assumes the client takes care of interpreting the results of its query.
A workaround would be to parse the SparQL in the wrapper and add that information when translating the DBus result set to the openrdf format. The binding Names can be added straight forward from the SELECT of the query. The type information is more complicated to deduce, based on the position in the query and/or the rdfs:range of the properties (defined in the ontology).
Regards,
Ivan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]