Re: [Virtuoso-users] RDF Geography virtuoso problem.

2010-12-28 Thread Kingsley Idehen
On 12/28/10 10:52 AM, Nguyen Mau Quoc Hoan wrote: I've read the RDF Geography Virtuoso document and tried some examples in this. PREFIX geo: SELECT ?class COUNT (*) WHERE { ?m geo:geometry ?geo . ?m a ?class .

[Virtuoso-users] RDF Geography virtuoso problem.

2010-12-28 Thread Nguyen Mau Quoc Hoan
I've read the RDF Geography Virtuoso document and tried some examples in this. > PREFIX geo: > > SELECT ?class > > COUNT (*) > > WHERE { ?m geo:geometry ?geo . > > ?m a ?class . > > FILTER ( > > ( ?geo, (0, 52),100) > > ) > > } > > GROUP BY ?class > >