Apart from the statistics about the different kinds of axioms, the ontology metrics identifies the expressivity of the language the ontology is written in (OWL2 QL, OWL2 EL, OWL2 RL and their more precise subfragments, e.g. AL, ALC, ...). http://protegewiki.stanford.edu/wiki/Pr4_UG_rv_On_Ontology_metrics
For my setting, only DL expressivity would be sufficient, statistics is not that important.
Best regards
D.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Mikhail,
Is there an easy way of determining the ontology metrics using the owlcpp library.
Thanks
Regards
Daria
Hi Daria,
Could you define (or link to) "ontology metrics"? Is it just counts of different kinds of axioms?
M.
Dear Mikhail,
Thank you for your quick reply.
Apart from the statistics about the different kinds of axioms, the ontology metrics identifies the expressivity of the language the ontology is written in (OWL2 QL, OWL2 EL, OWL2 RL and their more precise subfragments, e.g. AL, ALC, ...). http://protegewiki.stanford.edu/wiki/Pr4_UG_rv_On_Ontology_metrics
For my setting, only DL expressivity would be sufficient, statistics is not that important.
Best regards
D.
Daria, owlcpp does not support this directly, but please check FaCT++ API, e.g., LogicFeature.h
--M.
Thank you, Mikhail.