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

Commit 9ce0f9b

Browse files
author
Haley Van Dyck
committed
Merge pull request #304 from project-open-data/adding-guidance-for-unicode
adding a clarification to use UTF-8 encoding
2 parents f796bcb + ca64466 commit 9ce0f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: catalog.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The JSON representation of the catalog should track directly with any other opti
4141

4242
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 (`""`).
4343

44+
The JSON catalog files should only use UTF-8 character encoding.
45+
4446
### RDFa Lite
4547

4648
[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 `<h2>Name of Dataset</h2>`, RDFa would extend that markup as `<h2 property="dcterms:title">Name of Dataset</h2>` (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.

0 commit comments

Comments
 (0)