Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 9cbd3ee

Browse files
committed
changed the 8601 hyperlinks to the wikipedia entry
It's more useful, esp. given the advice around durations and such
1 parent 57bc2d9 commit 9cbd3ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
229229
**Cardinality** | (0,1)
230230
**Required** | No
231231
**Accepted Values** | ISO 8601 Date
232-
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset.
232+
**Usage Notes** | Dates should be [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset.
233233
**Example** | `{"issued":"2001-01-15"}`
234234

235235
{: .table .table-striped}
@@ -283,7 +283,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
283283
**Cardinality** | (1,1)
284284
**Required** | Yes, always
285285
**Accepted Values** | ISO 8601 Date
286-
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well.
286+
**Usage Notes** | Dates should be [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well.
287287
**Example** | `{"modified":"2012-01-15"}`
288288

289289
{: .table .table-striped}
@@ -337,7 +337,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
337337
**Cardinality** | (0,1)
338338
**Required** | Yes, if applicable
339339
**Accepted Values** | ISO 8601 Date
340-
**Usage Notes** | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start datetime/end datetime} in the [ISO 8601](http://www.w3.org/TR/NOTE-datetime) format. ISO 8601 specifies that datetimes can be formatted in a number of ways, including a simple four-digit year (eg. 2013) to a much more specific YYYY-MM-DDTHH:MM:SSZ, where the T specifies a seperator between the date and time and time is expressed in 24 hour notation in the UTC (Zulu) time zone. (e.g., 2011-02-14T12:00:00Z/2013-07-04T19:34:00Z). Use a solidus ("/") to separate start and end times.
340+
**Usage Notes** | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start datetime/end datetime} in the [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. ISO 8601 specifies that datetimes can be formatted in a number of ways, including a simple four-digit year (eg. 2013) to a much more specific YYYY-MM-DDTHH:MM:SSZ, where the T specifies a seperator between the date and time and time is expressed in 24 hour notation in the UTC (Zulu) time zone. (e.g., 2011-02-14T12:00:00Z/2013-07-04T19:34:00Z). Use a solidus ("/") to separate start and end times.
341341
**Example** | `{"temporal":"2000-01-15T00:45:00Z/2010-01-15T00:06:00Z"}`
342342

343343
{: .table .table-striped}

0 commit comments

Comments
 (0)