]> See also Entity-Feature-Value and Entity-Property-Value To model qualities without relying in a proliferation of object properties, as in the Entity-Property-Quality ODP Good Practice The core of this ODP is formed by the qualities, placed in a single hierarchy (the qualities are disjoint and the superclass is covered by them, like in the Value Partition ODP). Entities are linked to qualities by an object property, and a Qualifed Cardinality Restriction is used to express whether the quality is intrisic (exactly 1) or accidental (max 1). Also, qualities are limited to the entities to which they apply by an universal restriction (e.g. mitochondria do not regulate mitosis) The first step is to create the qualities hierarchy, in the same way as the Value Partition ODP. Create the object property to link entities to qualities. Add the restriction [QualityCategory inv (HasQuality) only Entity] (this restricts the qualities to the entity). Add the restriction [EntityCategory HasQuality max 1 QualityCategory] or [EntityCategory HasQuality exactly 1 QualityCategory] (this restricts the entities to the qualities, max 1 in the case of accidental qualities and exactly 1 in the case of intrinsic qualities) Qualities modify independent entities (e.g. position, colour, etc.) and thus they are dependent entities Entity-Quality Alan Rector (Personal Communication) Mikel Egana, Alan Rector, Robert Stevens and Erick Antezana. Applying Ontology Design Patterns in bio-ontologies. EKAW 2008. LNCS 5268, pp. 7-16, 2008 P. Grenon, B. Smith, L. Goldberg. Biodynamic ontology: Applying BFO in the biomedical domain. In Pisanelli, D.M., ed.: Ontologies in Medicine, IOS Press (2004) 20-38 The entities and the qualities of those entities are properly separated, and which qualities apply to which entities is also expressed ../img/EntityQuality_instance.png it is very difficult to add sub-qualities. Cannot handle multi-aspect qualities ../img/EntityQuality_abstract.png 1 1 1