I need to measure semantic similarity between CSO ontology concepts, depending on Ontology structure (concept path, depth, least common subsumer (LCS) ...).
CSO (Computer Science Ontology) is a large-scale ontology of research areas.
A concepts in CSO may have multiple parents/super concepts (i.e. a concept may be a child of many other concepts)
e.g. :
(world wide web) is parent of (semantic web)
(semantics) is parent of (semantic web)
i found some measures that meet my needs, but the papers proposing these measures are not cited, so i got hesitated.
I also found a measure that depends on weighted edges, but multiple inheritance (super concepts) is not considered..
Anyway, I am not sure if it is better to consider all super concepts
Any help would be appreciated. Thanks in advance