time
Stay organized with collections
Save and categorize content based on your preferences.
This page documents the time canonical concept dataset. The
complete XML file is also available for review.
Basic Info
Provider
Imported Namespaces
No imported namespaces.
Topics
No topics defined.
Concepts
Concept: time_point
time_point [XML] |
Point in time |
date |
Point in time, with a given granularity. |
|
No local properties. |
Concept: year
year [XML] |
Year date |
time_point |
A date with yearly granularity. The year concept is usually used directly
in a slice definition to define a dimension that contains year. For
example, a slice for yearly population by country would be defined as
follows:
<slices>
<slice id="country_slice">
<dimension concept="country"/>
<dimension concept="time:year"/>
<metric concept="population"/>
<table ref="country_slice_table"/>
</slice>
</slices>
The table definition for this slice would be defined as follows:
<tables>
...
<table id="country_slice_table">
<column id="country" type="text"/>
<column id="year" type="date" format="yyyy"/>
<column id="population" type="integer"/>
<data>
<file format="csv" encoding="utf-8">country_slice.csv</file>
</data>
</table>
...
</tables>
And the data contained in the CSV file for this table would look like:
country, year, population
AF, 1960, 9616353
AF, 1961, 9799379
AF, 1962, 9989846
AF, 1963, 10188299
...
|
|
No local properties. |
Concept: quarter
quarter [XML] |
Quarter date |
time_point |
A date with quarterly granularity. See the example for the year concept
above. |
granularity [XML] |
QUARTERLY |
|
No local properties. |
Concept: month
month [XML] |
Month date |
time_point |
A date with monthly granularity. See the example for the year concept
above. |
granularity [XML] |
MONTHLY |
|
No local properties. |
Concept: week
week [XML] |
Week date |
time_point |
A date with weekly granularity. See the example for the year concept
above. |
|
No local properties. |
Concept: day
day [XML] |
Day date |
time_point |
A date with daily granularity. See the example for the year concept
above. |
|
No local properties. |
Concept: granularity
granularity [XML] |
Granularity |
string |
granularity_table |
Granularity of time, i.e., the uncertainty that a point in time may be
anywhere within some time interval. |
No local attributes. |
No local properties. |
Slices
No slices defined.
Tables
Table: granularity_table
granularity_table [XML] |
granularity.csv [CSV] |
Name |
Type |
granularity |
string |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-06-26 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."]]