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

Reply via email to