ObjectPropertyExpression

class ObjectPropertyExpression[source]

Bases: Box

A model representing 6.1 “Object Property Expressions”.

https://www.w3.org/TR/owl2-syntax/C_objectproperty.gif

Methods Summary

safe(ope)

Pass through a pre-instantiated object property expression, or create a simple one for an identifier.

Methods Documentation

classmethod safe(ope: ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox) ObjectPropertyExpression[source]

Pass through a pre-instantiated object property expression, or create a simple one for an identifier.