Hi Somesh,

sorry for the late reply.

On 06/21/2012 06:48 AM, Somesh Jain wrote:
Hi people,
I have to choose important Wiki articles from a bunch of them. So, I was thinking of doing that by the number of users who have edited that page. Is it possible to get that information using DBpedia ????

In DBpedia-Live, we use a contributor extractor which extracts information about the contributor of the page, i.e. the editor of the page.
This information could be helpful in your case.

So if you want to get the number of people contributed to the article of Paris as an example, you can use the following query:

   SELECT count(?o) WHERE { <http://en.wikipedia.org/wiki/Paris>
   <http://dbpedia.org/meta/contributor> ?o }



--
Regards
Somesh Jain
4th year Undergraduate Student
Department of Computer Science & Engineering
IIT Kharagpur


--
Kind Regards
Mohamed Morsey
Department of Computer Science
University of Leipzig

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to