File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ share/python-wheels/
26
26
.installed.cfg
27
27
* .egg
28
28
MANIFEST
29
+ .DS_Store
29
30
30
31
# PyInstaller
31
32
# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change @@ -226,6 +226,10 @@ reproschema:AddPropertiesShape a sh:NodeShape ;
226
226
[ sh:datatype xsd:boolean ;
227
227
sh:path schema:valueRequired ],
228
228
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
+
229
233
[ sh:datatype rdf:langString ;
230
234
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)?)?$" ;
231
235
sh:path reproschema:randomMaxDelay ],
You can’t perform that action at this time.
0 commit comments