sh:in vs. sh:value

is
  S sh:property [ sh:predicate P ; sh:in (
      I1
      I2
      In
    ) ].
always equal to
  S sh:property [ sh:predicate P ; sh:or (
      [ sh:value I1 ]
      [ sh:value I2 ]
      [ sh:value In ]
    ) ].
?

is
  S sh:property [ sh:predicate P ; sh:in (I1) ]. # single element
always equal to
  S sh:property [ sh:predicate P ; sh:value I1 ].
?
-- 
-ericP

office: +1.617.599.3509
mobile: +33.6.80.80.35.59

(eric@w3.org)
Feel free to forward this message to any list for any purpose other than
email address distribution.

There are subtle nuances encoded in font variation and clever layout
which can only be seen by printing this message on high-clay paper.

Received on Wednesday, 26 October 2016 09:54:06 UTC