ObjectHasValue
- class ObjectHasValue(object_property_expression: ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, individual: URIRef | Reference | Referenced | str | IdentifierBox)[source]
Bases:
ClassExpression
A class expression defined in 8.2.3 Individual Value Restriction.
Instantiate an individual value restriction.
Methods Summary
Get the inside of the functional OWL tag representing the individual value restriction.
to_rdflib_node
(graph, converter)Represent the individual value restriction for RDF.
Methods Documentation