File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ shsh:ShapeShape
108
108
sh:targetSubjectsOf sh:qualifiedMinCount ;
109
109
sh:targetSubjectsOf sh:qualifiedValueShape ;
110
110
sh:targetSubjectsOf sh:qualifiedValueShapesDisjoint ;
111
+ sh:targetSubjectsOf sh:singleLine ;
111
112
sh:targetSubjectsOf sh:uniqueLang ;
112
113
sh:targetSubjectsOf sh:uniqueMembers ;
113
114
sh:targetSubjectsOf sh:xone ;
@@ -295,6 +296,11 @@ shsh:ShapeShape
295
296
sh:maxCount 1 ; # multiple-parameters
296
297
# Not implemented: syntax rule pattern-regex
297
298
] ;
299
+ sh:property [
300
+ sh:path sh:singleLine ;
301
+ sh:datatype xsd:boolean ; # singleLine-datatype
302
+ sh:maxCount 1 ; # multiple-parameters
303
+ ] ;
298
304
sh:property [
299
305
sh:path sh:flags ;
300
306
sh:datatype xsd:string ; # flags-datatype
You can’t perform that action at this time.
0 commit comments