From 25b56b85baec90dc65f4e221b85b3d24ba837180 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Tue, 7 Jul 2015 14:40:35 +0200 Subject: [PATCH] The `table` property has become `tables` in the JSON output --- csv2json/index.html | 3 ++- examples/countries-standard.json | 2 +- examples/events-listing-standard.json | 2 +- examples/public-sector-roles-and-salaries-standard.json | 2 +- examples/tree-ops-ext-standard.json | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/csv2json/index.html b/csv2json/index.html index d18da00c..a3ef8a99 100644 --- a/csv2json/index.html +++ b/csv2json/index.html @@ -289,7 +289,7 @@

Standard mode

Insert the following name-value pair into object G:

name
-
table
+
tables
value
AT
@@ -1426,6 +1426,7 @@

Changes since the working draft of 16 April 2015

  • A note has been added to the section on datatype making it clear that the new @id annotation in the model is ignored for JSON.
  • The section on generating JSON in standard mode has been amended to include the provision of row title annotation values.
  • The section on generating JSON has been amended to include a note on the fact that no Unicode normalization is applied on string values.
  • +
  • The table and title properties have been changed to tables and titles, respectively, to be consistent in the usage of plural forms.
  • diff --git a/examples/countries-standard.json b/examples/countries-standard.json index ba16651a..a8a334a4 100644 --- a/examples/countries-standard.json +++ b/examples/countries-standard.json @@ -1,5 +1,5 @@ { - "table": [{ + "tables": [{ "url": "http://example.org/countries.csv", "row": [{ "url": "http://example.org/countries.csv#row=2", diff --git a/examples/events-listing-standard.json b/examples/events-listing-standard.json index 530d6a60..2255d9b7 100644 --- a/examples/events-listing-standard.json +++ b/examples/events-listing-standard.json @@ -1,5 +1,5 @@ { - "table": [{ + "tables": [{ "url": "http://example.org/events-listing.csv", "row": [{ "url": "http://example.org/events-listing.csv#row=2", diff --git a/examples/public-sector-roles-and-salaries-standard.json b/examples/public-sector-roles-and-salaries-standard.json index cceddce4..6d533314 100644 --- a/examples/public-sector-roles-and-salaries-standard.json +++ b/examples/public-sector-roles-and-salaries-standard.json @@ -1,5 +1,5 @@ { - "table": [{ + "tables": [{ "url": "http://example.org/senior-roles.csv", "row": [{ "url": "http://example.org/senior-roles.csv#row=2", diff --git a/examples/tree-ops-ext-standard.json b/examples/tree-ops-ext-standard.json index 1a36171a..09c5f403 100644 --- a/examples/tree-ops-ext-standard.json +++ b/examples/tree-ops-ext-standard.json @@ -1,5 +1,5 @@ { - "table": [{ + "tables": [{ "@id": "http://example.org/tree-ops-ext", "url": "http://example.org/tree-ops-ext.csv", "dc:title": "Tree Operations",