Hi Eirini, <http://dbpedia.org/resource/Paris> is not a disambiguation resource, so it doesn't have disambiguation links. The disambiguation resource is <http://dbpedia.org/resource/Paris_%28disambiguation%29>.
Your query below works just fine for disambiguation resources like these: <http://dbpedia.org/resource/Apple_%28disambiguation%29> <http://dbpedia.org/resource/Jaguar_%28disambiguation%29> It does *not* work for the Paris disambiguation resource, because of a bug in the extractor. The disambiguation extractor has a bunch of problems. I have added a comment to this bug report here: http://bit.ly/7eItzl This should be relatively straightforward to fix for the DBpedia team. Best, Richard On 16 Dec 2009, at 17:52, Eirini Giannakidou wrote: > Dear all, > > > > I used to work with db:disambiguates property in a script to get > some data > from dbpedia. > > The sparql query was like that: > > > > SELECT DISTINCT ?label ?disambiguates WHERE { > > dbpedia:Paris dbpprop:disambiguates ?disambiguates . > > ?disambiguates rdfs:label ?label. > > FILTER(lang(?label) = "en"). > > > > } > > > > > > Now the former query no longer works. Can anyone please help me with > modifying it appropriately, so that I will get various senses of an > ambiguous concept (e.g. jaguar, apple, paris) in the new dbpedia > sparql end > point? > > > > Thank you in advance, > > Regards.. > > Irene > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
