From d766b1c60eee4b81406c6f1363f79744a8928ccf Mon Sep 17 00:00:00 2001 From: Tim Cole Date: Mon, 14 Aug 2017 11:02:26 -0500 Subject: [PATCH] update identifier, address, canonical definitions --- index.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index ae3d1e3..f3689f4 100644 --- a/index.html +++ b/index.html @@ -156,10 +156,6 @@

Terminology

characters from Unicode. There is a mapping algorithm for translating between IRIs and the equivalent encoded URI form. IRIs are defined by [[!rfc3987]].

-
Locator
-

A locator is a dereferenceable IRI that can be used to locate and retrieve a Web Publication or a part - of a Web Publication.

-
Manifest

A manifest represents structured information about a Web Publication, such as informative metadata, a list of all primary and secondary resources, and @@ -179,13 +175,22 @@

Terminology

is uniquely identifiable and presentable using Open Web Platform technologies.

Web Publication Canonical Identifier
-

A Web Publication canonical identifier is a singular and unique identifier for a Web Publication - provided at time of publication. It is persistent and immutable across all instantiations of the - Web Publication. It SHOULD be an IRI (and therefore also a locator). If not an IRI, it MUST be - possible to make a 1-to-1 mapping of the canonical identifier to a locator. A cononical identifier - that is an IRI, or a locator mapped from a canonical identifier, can be referred to as an Identifying - IRI. While the canonical identifier itself is persistent, its mapping to an IRI MAY be dynamic.

- +

A Web Publication canonical identifier is assigned to a Web Publication by the publisher. + It SHOULD be a dereferenceable IRI and the Web Publication Address. If not, it MUST be possible to + make a 1-to-1 mapping to the Web Publication Address. If a dereferenceable IRI it MAY be used as the + value of the href attribute of a canonical link element (i.e., a link element with a + rel='canonical' attribute).

+ +
Web Publication Identifier
+

A Web Publication identifier is metadata that is intended to be used to refer to a Web Publication + in a persistent and unambiguous manner. IRIs, URIs, DOIs, ISBNs, PURLs are all examples of + identifiers frequently used in publishing.

+ +
Web Publication Address
+

A Web Publication Address is a URL or other dereferenceable IRI which refers to the location of a + Web Publication and enables the retrieval of a representation of the manifest of the Web + Publication.

+