Skip to content
New issue

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

feat: enforce datetime align with ISO 8601 #139

Closed
wants to merge 9 commits into from

Conversation

xiaofengleo
Copy link
Contributor

changes in dataset, datasetseries schacl, and dataset example data.

sh:pattern "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,3})?(Z|[+-]\\d{2}:\\d{2})$" ;
        sh:message "Value must be a valid ISO 8601 timestamp." ;
update example dataset accordingly
sh:pattern "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,3})?(Z|[+-]\\d{2}:\\d{2})$" ;
sh:message "Value must be a valid ISO 8601 timestamp. For example: 2024-07-11T11:48:00.923Z" ;
dct:modified "2024-07-11T11:48:00Z"^^xsd:dateTime
change more occurrences of datatime in example datasetime
@xiaofengleo xiaofengleo force-pushed the Enforce-ISO-8601-timestamp branch from 802fc56 to d38b14f Compare August 21, 2024 10:47
change back more occurrences of datatime in example datasetime
update example dataset
update dataset ttl
modified: 2024-07-11T11:48:00.923000+00:00
@xiaofengleo
Copy link
Contributor Author

delete this one. a new one was made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant