Hi Abdullah,

Excuse me for breaking into your discussion, but from what I
understand, you don't need to extract anything from Wikipedia
yourself. The DBpedia (Live) project have the abstracts of all
Wikipedia articles; if you have a list of article titles you can just
retrieve them from DBpedia.

For example, if the topic/article on your list is "Frisbee", you use HTTP GET on
<http://dbpedia.org/data/Frisbee>, which returns RDF data about the
concept <http://dbpedia.org/resource/Frisbee>. The abstract you're
looking for is the object in the triple(s) conforming to the pattern
<http://dbpedia.org/resource/Flying_disc> dbpedia-owl:abstract [object] .
(Frisbee redirects to Flying disc.)

If your list is very very long, you'd better download a dump of all
abstracts, load them in a triple store and use SPARQL to extract the
abstracts you need, or perform your queries directly on the file using
a SPARQL engine.

I hope this answers your question. If the concepts on your list do not
match any DBpedia resources directly, you will need to perform text
searches on the abstracts (you can using SPARQL, to some degree, or
perhaps the Lookup service) or perhaps even start to think of Topic
Modelling, but IMHO other platforms are better suited to questions
about these topics. StackOverflow, for example, has lots of question
about using SPARQL with DBpedia.

Good luck!

Regards,

Ben

On 6 August 2013 19:19, Abdullah Nasser <anm...@hotmail.com> wrote:
> My target is is extracting different concepts or contents (i.e. abstracts or
> articles) from Wikipedia or DBpedia that related to my list of concepts .So,
> this extraction will lead me to infer new relations or abstract links
> between the extracted information and the other resources.
>
>> From: j...@sahnwaldt.de
>> Date: Tue, 6 Aug 2013 19:08:43 +0200
>> Subject: Re: Please Urgent Question Need answer !!!!
>> To: anm...@hotmail.com
>> CC: dbpedia-discussion@lists.sourceforge.net; hadyelsa...@gmail.com;
>> jimk...@gmail.com
>>
>> What do you mean by "semantic links" and "semantic relations"?
>>
>> On 6 August 2013 18:33, Abdullah Nasser <anm...@hotmail.com> wrote:
>> > Hi JC,
>> >
>> > Thank very much for your response. Sorry for the topic of question. I
>> > wanted
>> > the answer urgently :) .
>> >
>> > I have list of concepts that I want to extract semantic links between
>> > them
>> > and wiki concepts and retrieve all articles or concepts from DBpedia
>> > ontology that semantically related to my concepts. Moreover, I have read
>> > that there infobox included in each wiki-page that we can infer for the
>> > semantic links relation through these infobox. So, I would like to
>> > exploit
>> > all semantic links , relations ..etc
>> >
>> > Many thanks in advance
>> >
>> >
>> > With Regrads,
>> > Abdullah

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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