Skip to content

Commit ca7d4e4

Browse files
committed
Address CNRI feedback
1 parent 72fc46f commit ca7d4e4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

draft-lemieux-doi-uri-scheme-00.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ category="info" ipr="trust200902" xml:lang="en" version="3">
4747
<t>A DOI name is a global unique identifier of a referent, which can be
4848
any digital, physical or abstract entity, including inventions, literary
4949
and artistic works, ideas, symbols, names, images, designs, etc. DOI names
50-
are, for example, widely used to identify academics publications. The DOI
50+
are, for example, widely used to identify academic publications. The DOI
5151
system is specified in <xref target="iso26324"/> and <xref
5252
target="doi-handbook"/>, with the former offering regular formal snapshot
5353
of the latter.</t>
@@ -66,8 +66,9 @@ category="info" ipr="trust200902" xml:lang="en" version="3">
6666
address (or URL for Unified Resource Locator) representing an instance of
6767
the referent, and may contain services such as email, and one or more
6868
items of data about the referent (metadata). The DOI name resolution
69-
process uses the Handle System specified at <xref
70-
target="RFC3650"></xref>.</t>
69+
process uses the Handle System specified at <xref target="RFC3650"/>,
70+
<xref target="RFC3651"/> and <xref target="RFC3652"/>, as updated by <xref
71+
target="DOI-RP"/>.</t>
7172

7273
<t>This document specifies a URI scheme for DOI names. This scheme
7374
formalizes the notation "doi:&lt;DOI name&gt;", which is in
@@ -130,6 +131,11 @@ category="info" ipr="trust200902" xml:lang="en" version="3">
130131

131132
<t>NOTE 3: DOI names are case-insensitive only when testing for
132133
equivalence and only with respect to the Basic Latin Unicode block.</t>
134+
135+
<aside><t>EDITOR'S NOTE: Does DOIF wish to recommend that DOI name only
136+
contain code points from the Basic Latin block, to avoid the ambiguity
137+
listed above? Such constraints should be made in the DOI Handbook and
138+
ultimately in ISO 26324.</t></aside>
133139
</section>
134140

135141
<section>
@@ -265,6 +271,7 @@ category="info" ipr="trust200902" xml:lang="en" version="3">
265271
<name>Informative References</name>
266272
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7595.xml"/>
267273
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3650.xml"/>
274+
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3652.xml"/>
268275
<reference anchor="doi-handbook" target="https://www.doi.org/the-identifier/resources/handbook/">
269276
<front>
270277
<title>DOI Handbook</title>
@@ -274,6 +281,14 @@ category="info" ipr="trust200902" xml:lang="en" version="3">
274281
</front>
275282
<seriesInfo name="DOI" value="10.1000/182"/>
276283
</reference>
284+
<reference anchor="DOI-RP" target="https://www.dona.net/sites/default/files/2022-06/DO-IRPV3.0--2022-06-30.pdf">
285+
<front>
286+
<title>Digital Object Identifier Resolution Protocol Specification</title>
287+
<author>
288+
<organization>DONA Foundation</organization>
289+
</author>
290+
</front>
291+
</reference>
277292
</references>
278293
</references>
279294

0 commit comments

Comments
 (0)