You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
One way to implement this is:
:BoundCollectionForm
a sh:NodeShape ;
sh:node :ItemForm ; # "inherits" all constraints from ItemForm
# adds additional constraints particular to the BoundCollection
sh:targetClass arm:BoundCollection ;
sh:property :BoundCollectionForm_bf_hasPart_arm_Item ;
.
:BoundCollectionForm_bf_hasPart_arm_Item
sh:class bf:Item ;
etc.
The ItemForm would omit this property shape.
For now in VitroLib will use workaround by hard-coding the domain. See ld4l-labs/vitrolib#211.
The text was updated successfully, but these errors were encountered: