Hello,

is it possible to obtain article abstracts in html from the sparql endpoint? 
This query for the "School" article abstract, for instance:

SELECT * WHERE { <http://dbpedia.org/resource/School> 
<http://dbpedia.org/property/abstract> ?hasValue . FILTER ( lang(?hasValue) = 
"en" ) }

from which I produce this url:

http://dbpedia.org/sparql?formal=xml&default-graph-uri=http%3A%2F%2Fdbpedia.org&query=SELECT+%2A+WHERE+%7B+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FSchool%3E+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fabstract%3E+%3FhasValue+.+FILTER+%28+lang%28%3FhasValue%29+%3D+%22en%22+%29+%7D

gives the abstract in plain text (within the td tag). Is it possible to receive 
the html, or is there another service that might be better suited to this, 
perhaps reading the abstracts directly from Wikipedia?

Thanks,

Ollie
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to