Hello,

I'm not sure this is the right group for this question -- apologies if it's
not; please redirect me in that case.

I'm trying to extract data using Dbpedia Live on http://live.dbpedia.org/.
It seems that data is available only for English. However on dbpedia.org
it's available in multiple languages.

Can someone confirm if this is a know limitation or a temporary state of
Dbpedia Live? I couldn't find any documentation about this.

To try it, just execute the following query on
http://live.dbpedia.org/sparql, replacing "en" by "fr" for example:

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?title where {
  <http://dbpedia.org/resource/Ernest_Hemingway> rdfs:label ?title .
  filter(langMatches(lang(?title),"en"))
}

Thanks,

--
Nitsan Seniak
Co-founder | ccGenie
+33 6 07 01 32 94
ccGenie turns a mountain of emails into an organized project
www.ccgenie.com

Follow us on Facebook <http://www.facebook.com/ccgenie> and Twitter
<http://www.twitter.com/ccgenie>
------------------------------------------------------------------------------
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