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/
2626.installed.cfg
2727* .egg
2828MANIFEST
29+ .DS_Store
2930
3031# PyInstaller
3132# 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 ;
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 ],
You can’t perform that action at this time.
0 commit comments