[Virtuoso-users] GeoSPARQL functions Support

2016-07-27 Thread Pasquale Di Donato
Dear list, yesterday I asked via a tweet @OpenLink is Virtuoso supports the GeoSPARQL functions here defined: http://www.opengis.net/def/function/geosparql/. Answer has been: "Virtuoso supports much GeoSPARQL" today and I've been redirected to the following page: http://virtuoso.openlinksw.com/d

Re: [Virtuoso-users] Virtuoso taking long time

2016-07-27 Thread Lorenz B.
Hello Maria, I'm not a Virtuoso developer, so I can't help you and the query is rather simple. Probably depends on your settings and the size of the dataset. It's also not clear what "long" means in your case. Off-topic, but: please don't use predefined namespaces like RDF, RDFS or OWL for your

Re: [Virtuoso-users] Virtuoso taking long time

2016-07-27 Thread Maria Jackson
I apologize for another mail, but I have a deadline tomorrow so I'll greatly appreciate if you could please help with this a little. On Wed, Jul 27, 2016 at 9:45 PM, Maria Jackson wrote: > I ran the following query on Virtuoso: > > [code]PREFIX rdf: >

[Virtuoso-users] Virtuoso taking long time

2016-07-27 Thread Maria Jackson
I ran the following query on Virtuoso: [code]PREFIX rdf: SELECT DISTINCT ?X WHERE {?X rdf:type Musician . ?X rdf:plays } [/code] The output of "explain" of this query is: [code]{ RDF_QUAD_POGS 4 rows(s_1_4_t1.S) P = ##plays ,