sbol3.utils =========== .. py:module:: sbol3.utils Functions --------- .. autoapisummary:: sbol3.utils.parse_class_name Module Contents --------------- .. py:function:: parse_class_name(uri: str) Parse the class name in a URI. The input is expected to be of the form 'http://sbols.org/v3#Component' or 'http://example.com/ApplicationSpecificClass'. This function would return 'Component' and 'ApplicationSpecificClass' respectively.