We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi @salexan2001, thank you for your feedback. The PR #29 should fix this issue.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: