Skip to content

Commit 89c56f6

Browse files
committed
Merged 3_timestamp_format.ttl files.
1 parent 8fc209e commit 89c56f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

rocrate_validator/profiles/five-safes-crate/must/3_timestamp_format.ttl renamed to rocrate_validator/profiles/five-safes-crate/3_timestamp_format.ttl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2424

2525

26+
#=== MUST shapes ===#
27+
2628
# to ensure the entity id will be included in any error message,
2729
# target all entities which have startTime and/or endTime properties using sh:targetSubjectsOf,
2830
# then we use sh:property to validate the values of those properties.
@@ -52,3 +54,11 @@ five-safes-crate:TimeStampFormat
5254
sh:message "All `startTime` and `endTime` values MUST follow the RFC 3339 standard (YYYY-MM-DD'T'hh:mm:ss[.fraction](Z | ±hh:mm))." ;
5355
sh:description "Start timestamps MUST follow the RFC 3339 standard." ;
5456
] .
57+
58+
59+
#=== SHOULD shapes ===#
60+
# (none)
61+
62+
63+
#=== MAY shapes ===#
64+
# (none)

0 commit comments

Comments
 (0)