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