How to get all the values for the multiple checkbox(Enumeration List).
One answer
It should be the same as an attribute of Enumeration type. What do you get from the Resource Shape?
Comments
Thank You but I do not get oslc:allowedValues tag in XML in case if it is enumerationList. It looks something like this.
<oslc:Property >
<oslc:defaultValue>[]</oslc:defaultValue>
<dcterms:title rdf:parseType="Literal">Test</dcterms:title>
</oslc:property> |
No, you will not get <oslc:allowedValues>. Instead, you should get <oslc:range>, which is missing in your output above, for some reason. If you can get the <oslc:range> attribute, and access the resource URI within it, you will get all the allowed enumeration values.