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

to_funowl_args()

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

to_funowl_args() str[source]

Get the inside of the functional OWL tag representing the individual value restriction.

to_rdflib_node(graph: Graph, converter: Converter) IdentifiedNode[source]

Represent the individual value restriction for RDF.