possessesCharacteristic
possessesCharacteristic is a relational predicate commonly used in formal knowledge representation to express that an entity is endowed with a specific attribute or quality. In description logic and ontology engineering, it is typically represented as a binary relation of the form possessesCharacteristic(Subject, Property), where the Subject is an instance from a named class and the Property denotes a measurable or qualitative trait. The predicate functions as an object property in Web Ontology Language (OWL) and is analogous to the more frequently encountered hasCharacteristic or includesCharacteristic relations, but it emphasizes the possession of a feature rather than its mere association.
The formal semantics of possessesCharacteristic are straightforward: it holds true whenever the object property link between
In practical applications, possessesCharacteristic is often used to model quality attributes in product databases, behavior traits
Because possessesCharacteristic is a first‑class object property, it can be indexed and queried efficiently by SPARQL