Re: [Dbpedia-discussion] What's going wrong with the Openlink LOD SPARQL endopoint?

2011-11-02 Thread Roberto Mirizzi
Il 11/2/2011 1:43 PM, Patrick van Kleef ha scritto: > Hi Roberto, > >> try several times this simple query on http://lod.openlinksw.com/sparql >> (default dataset name: http://dbpedia.org): >> # >> SELECT COUNT(DISTINCT ?movie) WHERE { >> ?movie a dbpedia-owl:Film. >> ?movie rdfs:la

Re: [Dbpedia-discussion] What's going wrong with the Openlink LOD SPARQL endopoint?

2011-11-02 Thread Patrick van Kleef
Hi Roberto, > try several times this simple query on http://lod.openlinksw.com/ > sparql > (default dataset name: http://dbpedia.org): > # > SELECT COUNT(DISTINCT ?movie) WHERE { > ?movie a dbpedia-owl:Film. > ?movie rdfs:label ?label. > FILTER ( lang(?label) = "en" ) > } >

[Dbpedia-discussion] What's going wrong with the Openlink LOD SPARQL endopoint?

2011-11-02 Thread Roberto Mirizzi
Hi all, try several times this simple query on http://lod.openlinksw.com/sparql (default dataset name: http://dbpedia.org): # SELECT COUNT(DISTINCT ?movie) WHERE { ?movie a dbpedia-owl:Film. ?movie rdfs:label ?label. FILTER ( lang(?label) = "en" ) } # You will get