File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,6 @@ shsh:ShapeShape
84
84
# Shapes are either node shapes or property shapes
85
85
sh:xone ( shsh:NodeShapeShape shsh:PropertyShapeShape ) ;
86
86
87
- sh:property [
88
- sh:path sh:targetNode ;
89
- sh:nodeKind sh:IRIOrLiteral ; # targetNode-nodeKind
90
- ] ;
91
87
sh:property [
92
88
sh:path sh:targetClass ;
93
89
sh:nodeKind sh:IRI ; # targetClass-nodeKind
@@ -409,3 +405,14 @@ shsh:EntailmentShape
409
405
a sh:NodeShape ;
410
406
sh:targetObjectsOf sh:entailment ;
411
407
sh:nodeKind sh:IRI . # entailment-nodeKind
408
+
409
+ shsh:SelectExpressionShape
410
+ a sh:NodeShape ; # SelectExpression-syntax
411
+ sh:targetClass sh:SelectExpression ;
412
+ sh:targetSubjectsOf sh:select ;
413
+ sh:nodeKind sh:BlankNode ;
414
+ sh:property [
415
+ sh:datatype xsd:string ;
416
+ sh:maxCount 1 ;
417
+ sh:path sh:select ;
418
+ ] .
You can’t perform that action at this time.
0 commit comments