← Prev in month ← Prev in thread

A bug of OSLC version of ReSpec

From
Kazuhiro Funakoshi <>
Date
2015-05-22T05:23:49+00:00
ID
Thread
A bug of OSLC version of ReSpec
Prof. Aoyama, and Arthur,

I think we met a bug of ReSpec.

In my understanding, in Resource Shape 2.0, specifying a range property of a relation allows us to restrict to one of multiple
resource types. 
However, with current OSLC version of ReSpec, it shows only the last range resource type instead of all of them.

For example in [1], ldp:contains relation from ManagedItemContainer states its range as Issue(oslc_promcode:Issue) in the generated
table.
On the other hand, in its rdf+turtle definition[2], it is:
"""
    oslc:range oslc_promcode:ScopeItem, oslc_promcode:WorkItem, oslc_promcode:Artifact, oslc_promcode:Risk, oslc_promcode:Issues;
"""

I think this is a bug of ReSpec. Could you please forward to corresponding person (it's not Steve now, right)?

[1] https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html#manageditemcontainer
[2] https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/manageditemcontainershape.ttl
← Prev in month ← Prev in thread