Closed salexan2001 closed 5 days ago
Hello,
during testing the rocrate-validator on some examples for the ELN-File Format, I stumbled upon the following issue for the root data entity metadata:
The regexp for
sh:path schema_org:datePublished ; sh:pattern "^(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}(\\.\\d{3})?\\+\\d{2}:\\d{2})?$" ;
seems to much to strict:
ISO 8601 e.g. allows specifying times without time zone designators or times without giving the secons.
Hi @salexan2001, thank you for your feedback. The PR #29 should fix this issue.
Hello,
during testing the rocrate-validator on some examples for the ELN-File Format, I stumbled upon the following issue for the root data entity metadata:
The regexp for
seems to much to strict:
ISO 8601 e.g. allows specifying times without time zone designators or times without giving the secons.