diff --git a/index.html b/index.html index ae3d1e3..f3689f4 100644 --- a/index.html +++ b/index.html @@ -156,10 +156,6 @@
A locator is a dereferenceable IRI that can be used to locate and retrieve a Web Publication or a part - of a Web Publication.
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 @@
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).
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.
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.