On Thu, 2010-08-12 at 15:03 +0200, Philip Van Hoof wrote:

> The tracker:subject() SPARQL function will allow you to make a very
> fast version of this:
> 
> SELECT ?s { ?s a rdfs:Resource .
>             FILTER (tracker:id(?s) IN (800)) }
> 
> So it would be something like ... (not sure that you can omit { } in
> SPARQL, though):
> 
> SELECT tracker:subject (800)

It was decided today that we'll call this tracker:uri (int id)

Blog articles, code in the class-signals branch, examples and
documentation have all been adapted to this.

-- 


Philip Van Hoof
freelance software developer
Codeminded BVBA - http://codeminded.be

_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to