Re: [Virtuoso-users] Problem with bif:contains inside optional

2016-02-17 Thread Lorenz Bühmann
t just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 ___________ Virtuoso-users mailing list Virtuoso-users

Re: [Virtuoso-users] Problem with bif:contains inside optional

2016-02-13 Thread Lorenz Bühmann
=272487151&iu=/4140 ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Lorenz Bühmann AKSW group, University of Leipzig Group: http://aksw.org - semantic web research center

Re: [Virtuoso-users] Library to parse SPARQL queries

2015-06-25 Thread Lorenz Bühmann
nyone > of you know any possible solution for our issue. Thanks! > > Best regards, > Kinh > > On 25/06/15 16:03, Lorenz Bühmann wrote: >> Apache JENA supports full SPARQL 1.1 and thus also FILTER IN clause. >> >> Lorenz >>> Hi Lorena, >>> >&g

Re: [Virtuoso-users] Library to parse SPARQL queries

2015-06-25 Thread Lorenz Bühmann
tor 25 network devices or servers for free with OpManager! > OpManager is web-based network management software that monitors > network devices and physical & virtual servers, alerts via email & sms > for fault. Monitor 25 devices for free with no restriction. Download now &

[Virtuoso-users] Querying by xsd:date literals

2014-11-10 Thread Lorenz Bühmann
edia.org/ontology/formationDate> ?date. FILTER(STR(?date) = "2009-02-15") } which is also some kind of strange as I would assume the lexical form is just "2009-02-15+02:00" . Is there anythi

Re: [Virtuoso-users] Sub-optimal query planning: regex faster than bif:contains

2014-08-19 Thread Lorenz Bühmann
-- ___________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [Virtuoso-users] DBpedia SERVICE queries acting unexpectedly

2014-07-31 Thread Lorenz Bühmann
The labels are contained in the DBpedia ontology. Lorenz On 07/31/2014 12:27 PM, Jaana Takis wrote: Hi Hugh, this does not work unfortunately, I get the exact same issue running your query on my local Virtuoso sparql endpoint: p label http://purl.org/dc/terms/subject"Subject"@en

Re: [Virtuoso-users] Optional clause location in SPAQRL

2014-06-26 Thread Lorenz Bühmann
Hi Rumi, I'm just wondering about your answer. Is this a bug in Virtuoso or not? I would assume that an OPTIONAL should not influence the number of the resultset, so why does the second query returns a different number? Kind reagrds, Lorenz On 06/26/2014 02:45 PM, Rumi wrote: Hi Olga, On 2

Re: [Virtuoso-users] Get most specific type of a resource fails sometimes

2014-02-06 Thread Lorenz Bühmann
A%2F%2Fdbpedia.org%2Fresource%2FJohn_the_Baptist%3E+a+%0D%0A%3FmoreSpecificType+.%0D%0A%3FmoreSpecificType+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf%3E%2B+%3Ftype.%7D%0D%0A%7D&format=text%2Fhtml&timeout=30&debug=on Thanks again, Lorenz Bühmann On 02/06/2014 02

Re: [Virtuoso-users] Get most specific type of a resource fails sometimes

2014-02-06 Thread Lorenz Bühmann
tp://dbpedia.org/resource/John_the_Baptist%3E%20a?moreSpecificType%20.?moreSpecificType%20%3Chttp://www.w3.org/2000/01/rdf-schema#subClassOf>+ ?type.}} Thank you for the help, Lorenz Bühmann On 02/06/2014 02:22 PM, Kingsley Idehen wrote: On 2/6/14 7:57 AM, Lorenz Bühmann wrote: Hi, I just want

[Virtuoso-users] Get most specific type of a resource fails sometimes

2014-02-06 Thread Lorenz Bühmann
rce/Pope_John_Paul_I it returns, among others, only the class http://dbpedia.org/ontology/ChristianBishop from the DBpedia ontology namespace. Am I doing something wrong, or is this a (known) bug in Virtuoso? Regards, Lorenz Bühmann

Re: [Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Lorenz Bühmann
;format=text%2Fhtml&timeout=3&debug=on Lorenz On 11/22/2013 09:58 PM, Kingsley Idehen wrote: On 11/22/13 2:55 PM, Lorenz Bühmann wrote: Hi, I'm wondering if it's a bug when I try to run the following SPARQL query on http://dbpedia.org/sparql SELECT * WHERE { ?

[Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Lorenz Bühmann
Hi, I'm wondering if it's a bug when I try to run the following SPARQL query on http://dbpedia.org/sparql SELECT * WHERE { ?s dbpedia-owl:birthDate ?o1. ?s dbpedia-owl:birthDate ?o2. FILTER(!sameTerm(?o1, ?o2)) } LIMIT 100 which is supposed to return resources which have more than