From 11d418268971bc0f95674b49f2a1febaebe84e28 Mon Sep 17 00:00:00 2001 From: Sean Herron Date: Fri, 5 Jul 2013 15:37:49 -0400 Subject: [PATCH 1/2] Edited schema to express temporal ranges in ISO 8601 format --- schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.md b/schema.md index 0da3e565..27d81fd3 100644 --- a/schema.md +++ b/schema.md @@ -236,8 +236,8 @@ Field | title **Cardinality** | (0,1) **Required** | Yes, if applicable **Accepted Values** | See Usage Notes -**Usage Notes** | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start date, end date} in the format YYYY-MM-DD hh:mm:ss using 24 hour clock time notation (e.g., 2011-02-14 12:00:00, 2013-02-14 12:00:00). -**Example** | `{"temporal":"2000-01-15 00:45:00,2010-01-15 00:06:00"}` +**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](https://en.wikipedia.org/wiki/ISO_8601) format. ISO 8601 specifies datetimes to be formatted as YYY-MM-DDT12:46:14Z, 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). +**Example** | `{"temporal":"2000-01-15T00:45:00Z/2010-01-15T00:06:00Z"}` {.table .table-striped} **Field** | **issued** From a0fa7bf0e4b791457b5132ccdc843d17c923a719 Mon Sep 17 00:00:00 2001 From: Sean Herron Date: Fri, 5 Jul 2013 16:10:05 -0400 Subject: [PATCH 2/2] Edited accrualPeriodicity to align with Dublin Core acceptable values --- schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.md b/schema.md index 27d81fd3..2b716575 100644 --- a/schema.md +++ b/schema.md @@ -253,9 +253,9 @@ Field | title ----- | ----- **Cardinality** | (0,1) **Required** | No -**Accepted Values** | Must be one of the following: hourly, daily, weekly, yearly, other +**Accepted Values** | Must be one of the following: Annual, Bimonthly, Semiweekly, Daily, Biweekly, Semiannual, Biennial, Triennial, Three times a week, Three times a month, Continuously updated, Monthly, Quarterly, Semimonthly, Three times a year, Weekly, Completely irregular **Usage Notes** | - -**Example** | `{"accrualPeriodicity":"yearly"}` +**Example** | `{"accrualPeriodicity":"annual"}` {.table .table-striped} **Field** | **language**