Picklists of URIsΒΆ

Constraint values of constraint type UriPicklist are interpreted as lists of URIs or prefixed URIs.

shapeID propertyID value_type constraint_value constraint_type
:book :color   :red :green :yellow UriPicklist
:book :color   https://example.org/red UriPicklist

This is interpreted as:

DCAP
    Shape
        shapeID: :book
        start: True
        Statement
            propertyID: :color
            constraint_value: [':red', ':green', ':yellow']
            constraint_type: UriPicklist
        Statement
            propertyID: :color
            constraint_value: ['https://example.org/red']
            constraint_type: UriPicklist