epimorphics / elda

Epimorphics implementation of the Linked Data API
Other
53 stars 27 forks source link

not rendering inverse properties for xml and json #206

Open ehedgehog opened 6 years ago

ehedgehog commented 6 years ago

While a property in a property chain may be marked inverse, such properties may not be rendered if the formatter is tree-based and the inverse property is "behind" the roots of the graph, eg as in XML or the flavours of JSON. Graph-based renderers eh Turtle are not affected.

The effect of this is that inverse properties can be useful in selecting items but not for views.