Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 4:49 PM, Patrick van Kleef wrote: Hi Chris, >In the DBpedia SPARQL endpoint [1], running > >PREFIX dc: > >PREFIX : < >http://dbpedia.org/resource/ > > >PREFIX dbpedia2: < >http://dbpedia.org/property/ > > > >SELECT ?a (3+3 AS ?y) >WHERE >{ >

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Patrick van Kleef
Hi Chris, > In the DBpedia SPARQL endpoint [1], running > > PREFIX dc: > > PREFIX : < > http://dbpedia.org/resource/ > > > PREFIX dbpedia2: < > http://dbpedia.org/property/ > > > > SELECT ?a (3+3 AS ?y) > WHERE > { >?a dc:description "English footballer"

Re: [Dbpedia-discussion] Release date for infobox films not parsed

2015-02-19 Thread Mandar Rahurkar
Thanks Nicolas and Vladimir ! On Thu, Feb 19, 2015 at 8:11 AM, Vladimir Alexiev < vladimir.alex...@ontotext.com> wrote: > > Release data information for April Love (film) is available > > http://dbpedia.org/page/April_Love_(film) > > And if you examine the wikipedia page, they both seem to use ne

Re: [Dbpedia-discussion] YASGUI

2015-02-19 Thread Laurens Rietveld
Hi Vladimir, Yes, a URL shortener is on the list! Still looking for one which is CORS enabled though, in order to use it in the YASGUI Javascript library (without backend) as well. gr Laurens On Thu, Feb 19, 2015 at 5:04 PM, Vladimir Alexiev < vladimir.alex...@ontotext.com> wrote: > Hi Laurens

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 12:33 PM, Kingsley Idehen wrote: On 2/19/15 11:44 AM, Chris Wood wrote: In the DBpedia SPARQL endpoint [1], running |PREFIX dc: PREFIX : PREFIX dbpedia2: SE

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 11:44 AM, Chris Wood wrote: In the DBpedia SPARQL endpoint [1], running |PREFIX dc: PREFIX : PREFIX dbpedia2: SELECT ?a (3+3 AS ?y) WHERE { ?a dc:descrip

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread apoh...@o2.pl
Just a sidenote - using pastebin.com or whatever other paste tool would make the question 10 times more readable. Cheers, Aleksander Wł. Cz, 19 lut 2015 17:44:36 +0100 Chris Wood napisał(a) In the DBpedia SPARQL endpoint [1], running PREFIX dc:

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Joshua TAYLOR
In the interest of avoiding any repeated effort, note that this was also asked on Stack Overflow as: http://stackoverflow.com/q/28611127/1281433 On Thu, Feb 19, 2015 at 11:44 AM, Chris Wood wrote: > In the DBpedia SPARQL endpoint [1], running > > PREFIX dc: > PR

[Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Chris Wood
In the DBpedia SPARQL endpoint [1], running PREFIX dc: PREFIX : PREFIX dbpedia2: SELECT ?a (3+3 AS ?y) WHERE { ?a dc:description "English footballer" . ?a dbpedia2:p

Re: [Dbpedia-discussion] YASGUI

2015-02-19 Thread Vladimir Alexiev
Hi Laurens! - please add a goo.gl-shortened URL copy, like on VISU - yesterday on yasgui.org, a simple count(*) didn’t want to be charted (GraphDB returns them as xsd:integer), but then it went through ok. Maybe you fixed something on the server :-) ---

Re: [Dbpedia-discussion] Release date for infobox films not parsed

2015-02-19 Thread Vladimir Alexiev
> Release data information for April Love (film) is available > http://dbpedia.org/page/April_Love_(film) > And if you examine the wikipedia page, they both seem to use nested template: > http://en.wikipedia.org/w/index.php?title=April_Love_(film)&action=edit Try the live extractor, it doesn't hav