Hi,

I am interested in extraction of companies details using
SPARQL on
dbpedia dump (enwiki-20150205-pages-articles.xml.bz2)

i executed extraction-default-properties that works fine
but  extraction-abstract-properties not giving any abstracted  data

Please find the below expected query we are looking this kind of result
from dbpedia dump (enwiki-20150205-pages-articles.xml.bz2)

http://dbpedia.org/snorql/?query=SELECT+*+WHERE+{%0D%0A%3Fsubject+rdf%3Atype+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FCompany%3E.%0D%0A%3Fsubject+rdfs%3Alabel+%3Flabel.%0D%0A%3Fsubject+rdfs%3Acomment+%3Fabstract.%0D%0AFILTER+%28lang%28%3Flabel%29+%3D+%22en%22+%26%26+lang%28%3Fabstract%29+%3D+%22en%22%29%0D%0A}+LIMIT+200%0D%0A

SELECT * WHERE {
?subject rdf:type <http://dbpedia.org/ontology/Company>.
?subject rdfs:label ?label.
?subject rdfs:comment ?abstract.
FILTER (lang(?label) = "en" && lang(?abstract) = "en")
} LIMIT 200



Thanks,
Anupam
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to