I have OWL ontology TBOX only (no instances), I need to formally express it using algebra to define some structure. I have looked for that, I found some representations
(C, P, A) the reference is http://www.dblab.ece.ntua.gr/pubs/uploads/TR-2007-20.pdf
where C is the set of classes, P is the set of properties and A is the set of axioms. A is used to express subsumption, restrictions etc... C includes primitive types used in data properties definition
(C, P, Sub, Func) the reference is http://dl.acm.org/citation.cfm?id=1871946
where C is the set of classes, P is the set of properties, Sub is subsumption relationships and Func relates each class to its applicable properties
Actually, I'm not sure what is the right representation. could you refer my to some reference please if any?