We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed01cf commit c0bd05fCopy full SHA for c0bd05f
1 file changed
rocrate_validator/profiles/five-safes-crate/shape_library.ttl
@@ -24,23 +24,11 @@
24
@prefix shp: <https://w3id.org/shp#> .
25
26
27
-
28
29
30
-five-safes-crate:TimeStamp
31
- a sh:NodeShape ;
32
- sh:description "why a description" ;
33
- sh:datatype xsd:string ;
34
- sh:pattern "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(Z|[+-][0-9]{2}:[0-9]{2})$" ;
35
- sh:message "why is this needed?" .
36
37
38
39
five-safes-crate:EndTimeStamp
40
a sh:NodeShape ;
41
sh:property [
42
sh:datatype xsd:string ;
43
+ sh:pattern "^[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}([.|,][0-9]+)?(Z|z|[+-][0-9]{2}:[0-9]{2})$" ;
44
sh:description "End Time Check" ;
45
sh:path schema:endTime ;
46
sh:minCount 1 ;
0 commit comments