relativizing paths
Status: Beta
Brought to you by:
digitalis
while saving a model that includes other models the
physical URIs of the included models are not relativized
correctly.
the reason is that URI.relativize() method is used which
cannot relativize URIs that are higher in the hierarchy.
for URIs of included models that lie below the URI of
including model, it works perfectly.