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

Add temporal_resolution field #80

Open
Tracked by #93
mjanez opened this issue Jun 19, 2024 · 1 comment · Fixed by #101
Open
Tracked by #93

Add temporal_resolution field #80

mjanez opened this issue Jun 19, 2024 · 1 comment · Fixed by #101
Assignees
Labels
schema ckanext-scheming schemas improvements or fixes
Milestone

Comments

@mjanez
Copy link
Owner

mjanez commented Jun 19, 2024

  1. ISO 8601: https://www.w3.org/TR/xmlschema11-2/#duration

duration is a datatype that represents durations of time. The concept of duration being captured is drawn from those of [ISO 8601], specifically durations without fixed endpoints. For example, "15 days" (whose most common lexical representation in duration is "'P15D'") is a duration value; "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not duration values. duration can provide addition and subtraction operations between duration values and between duration/dateTime value pairs, and can be the result of subtracting dateTime values. However, only addition to dateTime is required for XML Schema processing and is defined in the function ·dateTimePlusDuration·.

@mjanez mjanez added the schema ckanext-scheming schemas improvements or fixes label Jun 19, 2024
@mjanez mjanez added this to the v3.2.0 milestone Jun 19, 2024
@mjanez mjanez self-assigned this Jun 19, 2024
@mjanez
Copy link
Owner Author

mjanez commented Sep 16, 2024

Add in feature/dcat-ap-schemas update, without validator:

##TODO: temporal_resolution
## Add codelist or validator to check ISO 8601: http://www.google.com/url?q=http://www.w3.org/TR/xmlschema11-2/%23duration&sa=D&source=editors&ust=1677159514756434&usg=AOvVaw3Xyh6wn0UVcwFCy3-_9P8i
- field_name: temporal_resolution
label:
en: Temporal resolution
es: Resolución Temporal
help_text:
en: 'Minimum time period resolvable in the dataset,<a href="http://www.w3.org/TR/xmlschema11-2/%23duration&sa=D&source=editors&ust=1677159514756434&" target="_blank" rel="noopener">[ISO 8601]</a>.'
es: 'Período de tiempo mínimo resoluble en el conjunto de datos, ISO 8601., <a href="http://www.w3.org/TR/xmlschema11-2/%23duration&sa=D&source=editors&ust=1677159514756434&" target="_blank" rel="noopener">[ISO 8601]</a>.'
help_allow_html: True
form_group_id: standards

@mjanez mjanez modified the milestones: v3.2.0, v4 Sep 16, 2024
@mjanez mjanez linked a pull request Sep 21, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema ckanext-scheming schemas improvements or fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant