-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
avroAvro schemaAvro schemafeatureNew feature or changing an existing oneNew feature or changing an existing one
Description
Rudimentary support for sh:or suffices for now. The form we're looking to support with priority is:
sh:property [
sh:path vocab:fromEtoC ;
sh:or (
[ sh:node shape:AShape ; ]
[ sh:node shape:CShape ; ]
) ;
sh:minCount 0 ;
sh:maxCount 1 ;
] .
I've started the work for this on the feature/sh-or branch.
I'm currently waiting for a Lancaster issue to be solved which should pretty much complete this task.
Make sure to extend the documentation in the wiki accordingly.
Metadata
Metadata
Assignees
Labels
avroAvro schemaAvro schemafeatureNew feature or changing an existing oneNew feature or changing an existing one