From 867ddbd39f5ecf22b25811d5117817b7a4cca5f9 Mon Sep 17 00:00:00 2001 From: Gray Brooks Date: Mon, 5 May 2014 16:51:49 -0400 Subject: [PATCH 1/2] adding a clarification to use UTF-8 encoding --- catalog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalog.md b/catalog.md index f78672f6..b3ab3504 100644 --- a/catalog.md +++ b/catalog.md @@ -41,6 +41,8 @@ The JSON representation of the catalog should track directly with any other opti Where optional fields are included in a catalog file but are unpopulated, they may be represented by a `null` value. They should not be represented by an empty string (`""`). +The json catalog files should only use UTF-8 character encoding. + ### RDFa Lite [RDFa Lite](http://www.w3.org/TR/rdfa-lite/) is a subset of RDFa (Resource Description Framework in Attribute) that provides a common syntax for expressing metadata on websites in a way that computers can understand and begin to formulate knowledge about those data about your organization. RDFa Lite embeds itself in existing, standard HTML pages. For example, if previously a dataset was described as `

Name of Dataset

`, RDFa would extend that markup as `

Name of Dataset

` (notice the additional of the property field). This additional metadata is not visible when the page is rendered, and does not affect the page layout or content. It simply provides an additional level of description for search engines, crawlers, and other programmatic consumers of your site's content. It is acceptable for the RDFa Lite file to contain only the machine-readable metadata, but agencies may wish to add human readable content to display the metadata to the public if they so desire. From ca644664b9e841f8d21e320147bac2757102b53b Mon Sep 17 00:00:00 2001 From: Gray Brooks Date: Mon, 5 May 2014 16:56:18 -0400 Subject: [PATCH 2/2] json -> JSON --- catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog.md b/catalog.md index b3ab3504..f8da6503 100644 --- a/catalog.md +++ b/catalog.md @@ -41,7 +41,7 @@ The JSON representation of the catalog should track directly with any other opti Where optional fields are included in a catalog file but are unpopulated, they may be represented by a `null` value. They should not be represented by an empty string (`""`). -The json catalog files should only use UTF-8 character encoding. +The JSON catalog files should only use UTF-8 character encoding. ### RDFa Lite