|
10 | 10 |
|
11 | 11 | <rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="independent"
|
12 | 12 | 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" > |
14 | 14 | <front>
|
15 | 15 | <title>The "doi" URI Scheme</title>
|
16 | 16 |
|
17 |
| - <seriesInfo name="Internet-Draft" value="draft-lemieux-doi-uri-scheme-04" |
| 17 | + <seriesInfo name="Internet-Draft" value="draft-lemieux-doi-uri-scheme-05" |
18 | 18 | status="informational"/>
|
19 | 19 |
|
20 | 20 | <author initials='P.-A.' surname='Lemieux' fullname='Pierre-Anthony Lemieux' role="editor">
|
@@ -68,8 +68,9 @@ docName="draft-lemieux-doi-uri-scheme-04" >
|
68 | 68 | <t>This document specifies a URI scheme for DOI names. This scheme
|
69 | 69 | conforms to the syntax specified at <xref target="RFC3986"/> and
|
70 | 70 | formalizes the notation "doi:<DOI name>", 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> |
73 | 74 |
|
74 | 75 | <t>EXAMPLE 2: "doi:10.1103/PhysRevLett.59.381" is the URI corresponding to
|
75 | 76 | the DOI name above.</t>
|
@@ -129,16 +130,16 @@ docName="draft-lemieux-doi-uri-scheme-04" >
|
129 | 130 | equivalence and only with respect to the Basic Latin Unicode block.</t>
|
130 | 131 | </section>
|
131 | 132 |
|
132 |
| - <section> |
133 |
| - <name>Resolution</name> |
| 133 | + <section anchor="sec-doi-name-resolution"> |
| 134 | + <name>DOI Name Resolution</name> |
134 | 135 |
|
135 | 136 | <t>Resolving a DOI name means retrieving its DOI record, which contains
|
136 | 137 | the descriptive elements associated with the referent identified by the
|
137 | 138 | DOI name.</t>
|
138 | 139 |
|
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> |
142 | 143 |
|
143 | 144 | <t><tt>"https://doi.org/api/handles/" scheme-specific-part</tt></t>
|
144 | 145 |
|
|
0 commit comments