Declaration
- class Declaration(node, type)[source]
Bases:
BoxDeclarations.
Initialize the declaration with a given identifier and type.
Methods Summary
Get the inside of the functional OWL tag representing the declaration.
to_rdflib_node(graph, converter)Represent this declaration for RDF.
Methods Documentation
- Parameters:
node (IdentifierBoxOrHint)
type (DeclarationType)