Skip to content

Commit 841f53b

Browse files
Sanu Annsatra
authored andcommitted
add allow in AddProperties in shacl file
1 parent 15b5dc4 commit 841f53b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ share/python-wheels/
2626
.installed.cfg
2727
*.egg
2828
MANIFEST
29+
.DS_Store
2930

3031
# PyInstaller
3132
# Usually these files are written by a python script from a template

reproschema/tests/reproschema-shacl.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ reproschema:AddPropertiesShape a sh:NodeShape ;
226226
[ sh:datatype xsd:boolean ;
227227
sh:path schema:valueRequired ],
228228

229+
[ sh:nodeKind sh:IRI ;
230+
sh:in ( reproschema:AllowExport reproschema:DisableBack reproschema:AutoAdvance reproschema:AllowReplay reproschema:Skipped reproschema:DontKnow reproschema:TimedOut ) ;
231+
sh:path reproschema:allow ],
232+
229233
[ sh:datatype rdf:langString ;
230234
sh:pattern "^P(?!$)(\\d+(?:\\.\\d+)?Y)?(\\d+(?:\\.\\d+)?M)?(\\d+(?:\\.\\d+)?W)?(\\d+(?:\\.\\d+)?D)?(T(?=\\d)(\\d+(?:\\.\\d+)?H)?(\\d+(?:\\.\\d+)?M)?(\\d+(?:\\.\\d+)?S)?)?$" ;
231235
sh:path reproschema:randomMaxDelay ],

0 commit comments

Comments
 (0)