ObjectHasValue

class ObjectHasValue(object_property_expression, individual)[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

Parameters:
to_funowl_args()[source]

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

Return type:

str

to_rdflib_node(graph, converter)[source]

Represent the individual value restriction for RDF.

Parameters:
  • graph (Graph)

  • converter (Converter)

Return type:

BNode