Re: [dxwg] Profiles may provide rules on cardinality of terms (including “recommended”) [ID41] (5.41)

Examples:

SHACL

  <pre>ex:MinCountExampleShape
 a sh:PropertyShape ;
 sh:targetNode ex:Alice, ex:Bob ;
 sh:path ex:name ;
 sh:minCount 1 .</pre>

ShEx

<pre>
my:UserShape {
   foaf:name xsd:string:
   foaf:mbox IRI+
}
</pre>





-- 
GitHub Notification of comment by kcoyle
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/276#issuecomment-425622379 using your GitHub account

Received on Saturday, 29 September 2018 07:03:55 UTC