I'm working with Linked Data (DBpedia in my case) and want to know whether this is the best one among others such as edge counting, information content or maybe hybrid measures.
If you are working with DBpedia or Wikipedia, you can use word2vec algorithm (https://code.google.com/p/word2vec/). It gives good results for finding semantic similarity between words (concepts).
I recommend you to look random walk/graph- based approachs ( even though most of the time used for word sense disambiguation ). Please get more detail : "From senses to texts: An all-in-one graph-based approach for Measuring Semantic Similarity , MT Pilehvar (2015): its URL of researchgate is "www.researchgate.net/publication/280490105_From_Senses_to_Texts_An_All-in-one_Graph-based_Approach_for_Measuring_Semantic_Similarity"
Article From Senses to Texts: An All-in-one Graph-based Approach for...