I am bit new to this semantic web topic and especially DBpedia, as much as I did reading about this I could not find any information about possibility to determine weight of link between DBpedia objects. For example, is it possible to determine that PHP is more related to Symfony than Ruby on Rails is, even though they are both related?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

OWLIM has an algorithm called RDF Rank which is mentioned in this presentation but it doesn't say how it works, I couldn't find any articles/papers with a quick Google search but probably worth you looking more thoroughly.

If all you want to know is how linked some concepts are it may be easiest to set up OWLIM yourself and import the DBPedia dataset dump and run the algorithm so you can retrieve this information.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.