Re: [Virtuoso-users] Nice formatting of RDF as HTML

2014-10-06 Thread Frans Knibbe | Geodan
Hello, Better late than never? It has been a while since I asked for possibilities of improving HTML formatting of RDF when URI's are directly dereferenced. I came up with something that I would like to share. Perhaps it is useful to somebody... The only method known to me of making URI's d

Re: [Virtuoso-users] Foreign key constraint action documentation question

2014-10-06 Thread Hugh Williams
Hi Katie, Development indicate that the default is NO ACTION, but that we do not have that keyword in the SQL grammar, thus the 9.8.7.1 section needs to be corrected in the docs ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlink

Re: [Virtuoso-users] The SPARQL endpoint default query

2014-10-06 Thread Frans Knibbe | Geodan
On 2014-10-06 13:09, Kingsley Idehen wrote: On 10/6/14 6:59 AM, Frans Knibbe | Geodan wrote: Hello, The GUI of my SPARQL endpoint has a default query: select distinct ?Concept where {[] a ?Concept} LIMIT 100 It is a useful query, but unfortunately it times out in my case. When I lower the LI

Re: [Virtuoso-users] The SPARQL endpoint default query

2014-10-06 Thread Kingsley Idehen
On 10/6/14 6:59 AM, Frans Knibbe | Geodan wrote: Hello, The GUI of my SPARQL endpoint has a default query: select distinct ?Concept where {[] a ?Concept} LIMIT 100 It is a useful query, but unfortunately it times out in my case. When I lower the LIMIT number I do get a response. So there are

[Virtuoso-users] The SPARQL endpoint default query

2014-10-06 Thread Frans Knibbe | Geodan
Hello, The GUI of my SPARQL endpoint has a default query: select distinct ?Concept where {[] a ?Concept} LIMIT 100 It is a useful query, but unfortunately it times out in my case. When I lower the LIMIT number I do get a response. So there are two things I would like to ask: 1. Is it possib