Open AAndersn opened 6 months ago
A first version has been implemented in https://github.com/PNNL-CIM-Tools/CIM-Graph/blob/feature/68/cimgraph/data_profile/cimantic-graphs.xsl#L432 .
The planned behavior is demonstrate here https://github.com/PNNL-CIM-Tools/CIM-Graph/blob/feature/68/tests/identity.ipynb
Create a base class with a repr method to enable print/debug views of any individual instance of any CIM object.
This will require changes to the XSLT transform. This feature may also require all related tasks to eliminate use of xsdata and rdfs schema and replace with CIMTool generate schema, such #70 and #71.