Skip to content

Commit 5e8a9eb

Browse files
committed
#177: Update SHACL-SHACL to review sh:singleLine usage
Some syntax style borrowed from Issue 449. References: * #449 Signed-off-by: Alex Nelson <[email protected]>
1 parent bf3e332 commit 5e8a9eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ shsh:ShapeShape
7676
sh:not, sh:or, sh:pattern, sh:property, sh:qualifiedMaxCount, sh:qualifiedMinCount, sh:qualifiedValueShape,
7777
sh:qualifiedValueShape, sh:qualifiedValueShapesDisjoint, sh:qualifiedValueShapesDisjoint, sh:uniqueLang, sh:xone,
7878
sh:minListLength, sh:maxListLength, sh:uniqueMembers ;
79+
sh:targetSubjectsOf sh:singleLine ;
80+
7981

8082
sh:targetObjectsOf sh:memberShape ; # memberShape-node
8183
sh:targetObjectsOf sh:node ; # node-node
@@ -260,6 +262,11 @@ shsh:ShapeShape
260262
sh:maxCount 1 ; # multiple-parameters
261263
# Not implemented: syntax rule pattern-regex
262264
] ;
265+
sh:property [
266+
sh:path sh:singleLine ;
267+
sh:datatype xsd:boolean ; # singleLine-datatype
268+
sh:maxCount 1 ; # multiple-parameters
269+
] ;
263270
sh:property [
264271
sh:path sh:flags ;
265272
sh:datatype xsd:string ; # flags-datatype

0 commit comments

Comments
 (0)