Hi Seniak,

On 04-Aug-14 7:16 PM, Nitsan Seniak wrote:
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 <http://dbpedia.org> it's available in multiple languages.

http://live.dbpedia.org/sparql is currently pointing to http://dbpedia-live.openlinksw.com/sparql so contains the same data. This data is updated regularly with the latest changes from Wikipedia itself.

Statistics on the update process can be found at http://dbpedia-live.openlinksw.com/live/

http://dbpedia.org/sparql/ is based on the 3.9 dataset as published by the dbpedia team.
It is a static dataset that is refreshed about once a year ...

So live.dbpedia.org has the newest data but in some cases dbpedia.org has some extra data from other datasets that live will not have.

Hope this helps.

Best Regards,
Rumi Kocis



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 <http://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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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