DatatypeDefinition
- class DatatypeDefinition(datatype, data_range, *, annotations=None)[source]
Bases:
AxiomA model for 9.4 “Datatype Definitions”.
Instantiate a datatype definition axiom.
Methods Summary
to_rdflib_node(graph, converter)Represent the datatype definition axiom for RDF.
Methods Documentation
- Parameters:
datatype (IdentifierBox)
data_range (DataRange)
annotations (list[Annotation])