I want to retrieve the following statistics for any given thing:
- dbpedia-owl:wikiPageInLinkCountCleaned
- dbpedia-owl:wikiPageRank
- dbpedia-owl:wikiHITS
- dbpedia-owl:wikiPageOutLinkCountCleaned
Method:
What I am doing is very complicated.
- First: I am selecting all the properties by using the following query:
select ?p ?o where {dbpedia:"+name+" ?p ?o }
- Second: Results will be saved in a dictionary. Finally I'll just search for the names
wikiPageInLinkCountCleaned
,wikiPageRank
,wikiHITS
,wikiPageOutLinkCountCleaned
and then retrieve their values
I really can't find out how these properties fit in the triples of the dbpedia database. Do they?