owlObjectProperty
An owlObjectProperty is a type of property in the Web Ontology Language (OWL) used to relate two individuals. It represents a binary relationship between objects, as opposed to data properties that connect an individual to a literal value. In OWL terminology, the built-in type is owl:ObjectProperty, and the term owlObjectProperty is a common informal reference to this concept. Object properties are declared with an IRI and can be used in class expressions and property assertions.
Object properties can have various characteristics and relationships. They may be inverseOf another object property, allowing
OWL supports restrictions on object properties within class expressions, including someValuesFrom (existential), allValuesFrom (universal), and cardinality
Usage notes: Object properties are central to OWL knowledge graphs. They are used in explicit triples and