Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Dimension type: temporal #8

Closed
jstcki opened this issue Sep 10, 2020 · 4 comments
Closed

Dimension type: temporal #8

jstcki opened this issue Sep 10, 2020 · 4 comments
Assignees
Labels
review Issue to review

Comments

@jstcki
Copy link

jstcki commented Sep 10, 2020

Temporal dimensions could be inferred by their data type alone but ideally, there's more information

  • period vs. point in time (year, quarter, month, day etc. vs. timestamp)
  • time interval (monthly, 3 days, 10 min etc.)
@ktk
Copy link
Member

ktk commented Sep 17, 2020

  • Temporal scale
  • is the first question the question about the duration of a particular period/point in time?
    • if so, we might use ISO 8601 duration directly attached to the shape of the dimension
  • Resolution might be attached directly to the shape

@ktk
Copy link
Member

ktk commented Oct 12, 2020

@ktk
Copy link
Member

ktk commented Oct 13, 2020

<Temporal> a <ScaleOfMeasure> ;
rdfs:subClassOf <Numerical> ; # also here, correct conclusion?
rdfs:label "Temporal"@en ;
rdfs:comment "TDB"@en ;
skos:example "XSD datatypes like date, dateTime, gDay, gMonth, gMonthDay, gYear, gYearMonth"@en .

Sample usage

scale:scaleOfMeasure scale:Temporal

@ktk ktk added the review Issue to review label Oct 13, 2020
@jstcki
Copy link
Author

jstcki commented Feb 8, 2021

Closing in favor of "dataKind" concept https://github.com/zazuko/rdf-cube-schema-viz#datakind-temporal--spatial

@jstcki jstcki closed this as completed Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
review Issue to review
Projects
None yet
Development

No branches or pull requests

2 participants