How to query a particular DBpedia Resource/Page for multiple entities?
问题 I have links to a number of DBpedia pages like: http://dbpedia.org/resource/Harry_Potter http://dbpedia.org/resource/Twilight_(series) http://dbpedia.org/resource/Bible http://dbpedia.org/resource/Manga I would like to get the Abstract and Thumbnail entities for each one of them. I can get them individually using: For Abstract: PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http:/