diff --git a/packages/core/shape/ViewValidationShape.ttl b/packages/core/shape/ViewValidationShape.ttl index 8cead5a..70c707c 100644 --- a/packages/core/shape/ViewValidationShape.ttl +++ b/packages/core/shape/ViewValidationShape.ttl @@ -1,3 +1,4 @@ +PREFIX rdf: PREFIX sh: prefix view: @@ -78,6 +79,17 @@ prefix view: sh:minCount 1 ; sh:maxCount 1 ; ] ; + sh:xone + ( + [ + sh:path rdf:type ; + sh:hasValue view:CubeSource + ] + [ + sh:path rdf:type ; + sh:hasValue view:LookupSource + ] + ) . <#TermSetFilter>