DataHasValue
- class DataHasValue(data_property_expression, literal)[source]
Bases:
_DataValuesFromA class expression defined in 8.4.3 Literal Value Restriction.
Instantiate a literal value restriction.
Attributes Summary
Methods Summary
Get the inside of the functional OWL tag representing the literal value restriction.
to_rdflib_node(graph, converter)Represent this literal value restriction for RDF.
Attributes Documentation
- Parameters:
data_property_expression (DataPropertyExpression)
literal (LiteralBox)
Methods Documentation