Given the definitions (multiple) of some URI, how to get the property values?
What I’m trying to achieve is to give
Duplicate definition
errors based on property values, and not just URIs.I tried this:
<nabl-get-all-definitions; map(get-property(|NablProp_xxx())> uri
However, this will return the value of the first property
Asked by Oskar van Rest on 18 December 2013 at 12:46n
times (n
the number of definitions), rather than the different property values.