4.8.2 (2025-05-09)
Bug Fixes
- do not attempt to create links where there's no path node, the query will fail. This occurs when e.g.: request to /catalogs, prez finds that the class is geo:Feature, endpoint nodeshapes at levels 1&3, for third level, query fails as there's no path nodes available (between first and third levels, as the request was to /catalogs). Probably easier not to duplicate classes at different hierarchy levels where possible. (#359) (c2927dd)