Skip to content

Commit 933cbb5

Browse files
Merge pull request #463 from w3c/issue-177-singleLine-tests
#177: Update SHACL-SHACL to review `sh:singleLine` usage
2 parents 14a0656 + 794f618 commit 933cbb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ shsh:ShapeShape
108108
sh:targetSubjectsOf sh:qualifiedMinCount ;
109109
sh:targetSubjectsOf sh:qualifiedValueShape ;
110110
sh:targetSubjectsOf sh:qualifiedValueShapesDisjoint ;
111+
sh:targetSubjectsOf sh:singleLine ;
111112
sh:targetSubjectsOf sh:uniqueLang ;
112113
sh:targetSubjectsOf sh:uniqueMembers ;
113114
sh:targetSubjectsOf sh:xone ;
@@ -295,6 +296,11 @@ shsh:ShapeShape
295296
sh:maxCount 1 ; # multiple-parameters
296297
# Not implemented: syntax rule pattern-regex
297298
] ;
299+
sh:property [
300+
sh:path sh:singleLine ;
301+
sh:datatype xsd:boolean ; # singleLine-datatype
302+
sh:maxCount 1 ; # multiple-parameters
303+
] ;
298304
sh:property [
299305
sh:path sh:flags ;
300306
sh:datatype xsd:string ; # flags-datatype

0 commit comments

Comments
 (0)