Hi Csaba,

it might be an issue with encoding in SPARQL.
SELECT ?p ?o WHERE {<http://dbpedia.org/resource/Camille_Saint-Saëns> ?p ?o}
is different from
SELECT ?p ?o WHERE 
{<http://dbpedia.org/resource/Camille_Saint-Sa%C3%ABns> ?p ?o}

However, I am a bit puzzled that both resources happily co-exist.

Best,
Heiko


Am 14.07.2014 16:30, schrieb Csaba Veres:
> Hi,
>
> I have an issue with discrepancies found when querying DBPedia in different 
> ways. For example,
>
> select ?s, ?p, ?p1, ?o where { { 
> <http://dbpedia.org/resource/Camille_Saint-Saëns> ?p ?o } UNION { ?s ?p1 
> <http://dbpedia.org/resource/Camille_Saint-Saëns> }  }
>
> at dbpedia.org/sparql returns a large number of “sameAs” results, nothing 
> else.
>
> The same query at live.dbpedia.org returns nothing.
>
> Yet the URL  http://dbpedia.org/resource/Camille_Saint-Saëns is mapped to 
> http://dbpedia.org/page/Camille_Saint-Saëns which returns a lot pf useful 
> information.
>
> Where are the missing triples at the SPARQL endpoints?
>
> thanks,
>
> Csaba
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck&#174;
> Code Sight&#153; - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>

-- 
Dr. Heiko Paulheim
Research Group Data and Web Science
University of Mannheim
Phone: +49 621 181 2646
B6, 26, Room C1.08
D-68159 Mannheim

Mail: he...@informatik.uni-mannheim.de
Web: www.heikopaulheim.com


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to