I am looking for an approach to find two predicates (properties) of semantic web are equivalents or not? is that possible using description logic or another methods?
Thanks a lot
I am looking for an approach to find two predicates (properties) of semantic web are equivalents or not? is that possible using description logic or another methods?
Thanks a lot
If I understand the question correctly, you can use OWLAPI method getEquivalentObjectProperties()
of class OWLReasoner
.