Re: [Virtuoso-users] Conversion to RDF issue.

2017-02-27 Thread Lorenz B.
ngaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > ___ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Lorenz Bühmann AKSW group,

Re: [Virtuoso-users] Virtuoso upgrade in Ubuntu

2017-01-12 Thread Lorenz B.
on Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > > > ___ > Virtuoso-users mailing list > Virtuo

Re: [Virtuoso-users] request using rdfs:subPropertyOf* and rdfs:subClassOf*

2017-01-11 Thread Lorenz B.
As I said and showed with my exmaple, it works at least with Apache Jena in-memory SPARQL engine. > Hello, > > On 01/09/2017 02:11 PM, Lorenz Buehmann wrote: >> It was not my question, but again, the property path * operator is used >> in his query - and this can also mean

Re: [Virtuoso-users] request using rdfs:subPropertyOf* and rdfs:subClassOf*

2017-01-09 Thread Lorenz Buehmann
dfs: <http://www.w3.org/2000/01/rdf-schema#> select * where { ?s a/rdfs:subClassOf* ex:A } Result 4 | s | | ex:a | But maybe Jena is wrong here(although it returns what I would expect, but I'm not a SPARQL expert). I'll try to contact one of the develo

Re: [Virtuoso-users] request using rdfs:subPropertyOf* and rdfs:subClassOf*

2017-01-09 Thread Lorenz Buehmann
equivalent to the constraint ?A rdf:type/rdfs:subClassOf* :mytype1 . Cheers, Lorenz On 09.01.2017 00:50, Hugh Williams wrote: > Hi Oliver, > > There are no rdfs:subClassOf or rdfs:subPropertyOf relations in the > graph of the inserted data: > > SQL> SPARQL SELECT * FROM

Re: [Virtuoso-users] REGEX flavor

2016-11-11 Thread Lorenz B.
Hello Kingsley, thank you, this helps a lot! Kind regards, Lorenz > On 11/11/16 4:09 AM, Lorenz B. wrote: >> Dear Virtuoso team, >> >> I've got a small question which came up during the discussion here >> [1]. Which kind of REGEX engine/flavor does Virtuoso (7.

[Virtuoso-users] REGEX flavor

2016-11-11 Thread Lorenz B.
/questions/40437602/sparql-regex-flavor/ Kind regards, Lorenz -- Lorenz Bühmann AKSW group, University of Leipzig Group: http://aksw.org - semantic web research center -- Developer Access Program for Intel Xeon Phi Process

Re: [Virtuoso-users] {Disarmed} Re: Virtuoso 22011 Error SR026

2016-11-02 Thread Lorenz B.
Hello Jerven, good catch. Now, I'm wondering whether BIND has to be evaluated after the FILTER or if this isn't specified in the SPARQL standard. Or does the order in the SPARQL query matters in that case like it does for OPTIONAL clauses? Kind regards, Lorenz > Hi All, > &g

Re: [Virtuoso-users] Virtuoso 22011 Error SR026

2016-11-02 Thread Lorenz B.
" } } } FILTER ( strlen(str(?s)) = 3 ) BIND(substr(str(?s), 3, 1) AS ?lastChar) } Kind regards, Lorenz > Hi Hugh, > > producing a minimal test case to reproduce the behaviour is indeed the > difficult part. I've been trying to do that without success. So fa

Re: [Virtuoso-users] Virtuoso 22011 Error SR026

2016-11-01 Thread Lorenz B.
ilter by length first? Kind regards, Lorenz > Unfortunately, using STRDT(?literal, xsd:string) doesn't make > difference and the error is still thrown. ?literal is already a string. > > - Jindřich > > -- > Jindřich Mynarz > http://mynarz.net/#jindrich > > On Tue,

Re: [Virtuoso-users] How to deal with partially executed SPARQL updates?

2016-10-30 Thread Lorenz B.
Hello Jindřich, to my understanding, the assumption is that any SPARQL update will be executed completely, otherwise it fails with some error messages or the like. Cheers, Lorenz > Hi Hugh, > > thanks, that supports my assumption. Are you aware of any other > mechanism to tell

Re: [Virtuoso-users] Out of curiosity, some questions about OpenSource Virtuoso settings

2016-09-11 Thread Lorenz Buehmann
Hi, just as a follow-up question: I know it supports inter-query parallelization, but does it also support intra-query parallelization, i.e. using multiple threads to compute the result of a single query? If yes, which parameter is used to configure this? Cheers, Lorenz On 12.09.2016 05:57

Re: [Virtuoso-users] How I make an inference in Virtuoso?

2016-08-30 Thread Lorenz Buehmann
I don't see any need for inference here. It's not clear whether Apple is a class or an individual. If it's an individual, and that's what definitely follows from :Bassam :eat :Apple then I read your first triple as :Apple rdf:type :Fruit and the query would be SELECT ?s WHERE { ?s :eats ?x .

Re: [Virtuoso-users] checkpointSyncMode default value

2016-07-29 Thread Lorenz Buehmann
There should indeed be no error, and if - as Hugh said the service is unavailable - then it's the obvious result to get HTTP 404 response. On 29.07.2016 13:47, Balazs Varhegyi wrote: Hi Hugh, It seems like what Lorenz said: Without the doing the checkpoint this curl works: "cur

Re: [Virtuoso-users] checkpointSyncMode default value

2016-07-29 Thread Lorenz Buehmann
Hi Hugh, I guess Jena gets no connection to the SPARQL service at the time Virtuoso is temporarily inaccessible and thus simply returns a 404 error. Cheers, Lorenz On 28.07.2016 15:03, Hugh Williams wrote: Hi Balazs, From your stackoverflow post the

Re: [Virtuoso-users] Virtuoso taking long time

2016-07-27 Thread Lorenz B.
like RDF, RDFS or OWL for your domain as you did with rdf:plays . That's for sure far away from best-practice. Kind regards, Lorenz > I ran the following query on Virtuoso: > > [code]PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> > SELECT DISTINCT ?X > WHER

Re: [Virtuoso-users] SPARQL HTML result displaying in next line

2016-06-22 Thread Lorenz B.
> ___ > 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] Problem with bif:contains inside optional

2016-02-17 Thread Lorenz Bühmann
hat's what the developers should know. Kind regards, Lorenz No feedback? Nobody has seen "Virtuoso37000 Error SQ156: Internal Optimized compiler error : supposed to have ose in bracket outer in rdfinf.c:2636." in the past? Kind regards, Pantelis Natsiavas 2016-02-13 14

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

2016-02-13 Thread Lorenz Bühmann
to find a dataset"? Lorenz Hi every body I am trying to use bio2rdf, but i want to link to find a dataset. This link http://bio2rdf.org/bio2rdf.dataset_vocabulary give me an error. any suggestion of other link could be helpfull. Kind regards Fatma 2016-02-12 14:55 GMT+01:00 Pan

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

2015-06-25 Thread Lorenz Bühmann
Hello Cong, the problem is that the first query is illegal SPARQL Syntax, but Virtuoso allows such queries nevertheless. You can avoid the parsing to a Query object if you use the QueryEngineHttp class instead, which only works with the query string and does not do any syntax checks. Lorenz

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

2015-06-25 Thread Lorenz Bühmann
Apache JENA supports full SPARQL 1.1 and thus also FILTER IN clause. Lorenz > Hi Lorena, > > Thanks Lorena. Indeed, this Javascript library seems so powerful. I just > had a quick look and found that the library also supported 'IN'. > However, sorry to not mention

[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
Hello Hugh, if you set the default graph to http://dbpedia.org at http://lod.openlinksw.com/sparql the same behaviour that Claus spotted at DBpedia occurs, which is also strange because it needs much more time on a smaller graph compared to the whole LOd Cloud. Kind regards, Lorenz Hi

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"Subjec

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,

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
mat=text%2Fhtml&timeout=3&debug=on and here [3] http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+COUNT%28DISTINCT+%3Fs%29+where+%7B%3Fs+dbpedia-owl%3AbirthDate+%3Fo1.%3Fs+dbpedia-owl%3AbirthDate+%3Fo2.FILTER%28%3Fo1+%3C+%3Fo2+%7C%7C+%3Fo2+%3C+%3Fo1%29%7D&

[Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Lorenz Bühmann
have more than one birthDate, but also returns resource with only one birthDate, e.g. http://dbpedia.org/resource/Avet_Terterian 1929-07-291929-07-29 Kind regards, Lorenz -- Shape the Mobile Experience: Free Su

[Virtuoso-users] execution time error when running SPARQL query on DBPEDIA endpoint

2009-09-22 Thread Lorenz
__01 => '42000', __02 => 'The estimated execution time -742267904 (sec) exceeds the limit of 1200 (sec).' SPARQL query: SELECT * WHERE { <http://dbpedia.org/ontology/Place> <http://www.w3.org/2002/07/owl#unionOf> ?o0. { OPTIONAL { ?o0 ?p1 ?o1. }} } Kind regards, Lorenz

[Virtuoso-users] execution time error when running sparql query on DBPEDIA endpoint

2009-09-22 Thread Lorenz
NAL { ?o0 ?p1 ?o1. }} } Kind regards, Lorenz