sbol3.utils

Module Contents

Functions

parse_class_name(uri)

Parse the class name in a URI.

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.