This library provides operations on atoms that are not covered by builtin predicates. The current implementation is just a start, making code developed in xpce and duplicated in various projects reusable.
?- identifier_parts('sourceCodeURI', X). X = [source, code, 'URI'].