Re: [Tracker] tracker-sparql dbus sparql results
- From: Jürgen Jakobitsch <j jakobitsch semantic-web at>
- To: Ivan Frade <ivan frade gmail com>
- Cc: Tracker mailing list <tracker-list gnome org>
- Subject: Re: [Tracker] tracker-sparql dbus sparql results
- Date: Thu, 17 Apr 2014 21:40:36 +0200
hi ivan, thanks for you replay...
i'm translating the the values (literals, uris, ...) in my wrapper at the moment... but parsing strings can go wrong sometimes...
i also just read about dbus types (aas) [1].
there could be an easy workaround, which would make the calls more user friendly, but it would have to be in a future release on the tracker side, where the information is apparently still available.
you could return
_:${bNodeId} for BNodes (e.g.: "_:xpd154")
"${literalString}" for untyped literals (e.g.: ""plain literal"")
"${literalString}"@${language} for language tagged literals (e.g.: ""plain english text"@en")
this way tracker could stay with "aas" response (Vector<Vector<String>>) is still return rdf term information. this would also correspond to rdf formats like turtle [1].
can i add this as a feature request somewhere?
wkr turnguard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]