Skip to content

Commit 0af15d8

Browse files
committed
Clarify the notion of resolution
1 parent 544cf8d commit 0af15d8

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

draft-lemieux-doi-uri-scheme-04.xml renamed to draft-lemieux-doi-uri-scheme-05.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="independent"
1212
category="info" ipr="trust200902" xml:lang="en" version="3"
13-
docName="draft-lemieux-doi-uri-scheme-04" >
13+
docName="draft-lemieux-doi-uri-scheme-05" >
1414
<front>
1515
<title>The "doi" URI Scheme</title>
1616

17-
<seriesInfo name="Internet-Draft" value="draft-lemieux-doi-uri-scheme-04"
17+
<seriesInfo name="Internet-Draft" value="draft-lemieux-doi-uri-scheme-05"
1818
status="informational"/>
1919

2020
<author initials='P.-A.' surname='Lemieux' fullname='Pierre-Anthony Lemieux' role="editor">
@@ -68,8 +68,9 @@ docName="draft-lemieux-doi-uri-scheme-04" >
6868
<t>This document specifies a URI scheme for DOI names. This scheme
6969
conforms to the syntax specified at <xref target="RFC3986"/> and
7070
formalizes the notation "doi:&lt;DOI name&gt;", which is in widespread
71-
use. When resolved, the URI corresponding to a DOI name yields the DOI
72-
record associated with the name.</t>
71+
use. When derefenced as detailed in <xref
72+
target="sec-doi-name-resolution"/>, the URI corresponding to a DOI name
73+
yields the DOI record associated with the name.</t>
7374

7475
<t>EXAMPLE 2: "doi:10.1103/PhysRevLett.59.381" is the URI corresponding to
7576
the DOI name above.</t>
@@ -129,16 +130,16 @@ docName="draft-lemieux-doi-uri-scheme-04" >
129130
equivalence and only with respect to the Basic Latin Unicode block.</t>
130131
</section>
131132

132-
<section>
133-
<name>Resolution</name>
133+
<section anchor="sec-doi-name-resolution">
134+
<name>DOI Name Resolution</name>
134135

135136
<t>Resolving a DOI name means retrieving its DOI record, which contains
136137
the descriptive elements associated with the referent identified by the
137138
DOI name.</t>
138139

139-
<t>A DOI name URI can be be resolved by performing an HTTP GET request at
140-
the following URL (expressed using ABNF syntax as defined at <xref
141-
target="RFC5234"/>):</t>
140+
<t>A DOI name URI can be used to resolve its corresponding DOI name by
141+
performing an HTTP GET request at the following URL (expressed using ABNF
142+
syntax as defined at <xref target="RFC5234"/>):</t>
142143

143144
<t><tt>"https://doi.org/api/handles/" scheme-specific-part</tt></t>
144145

rfc7595-doi-submission.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)