HasKey
- class HasKey(class_expression, object_property_expressions, data_property_expressions, *, annotations=None)[source]
Bases:
AxiomAn axiom for 9.5 “Keys”.
Instantiate a “has key” axiom.
Methods Summary
to_rdflib_node(graph, converter)Represent the "has key" axiom for RDF.
Methods Documentation
- Parameters:
class_expression (ClassExpression)
object_property_expressions (list[ObjectPropertyExpression])
data_property_expressions (list[DataPropertyExpression])
annotations (list[Annotation])