Skip to content

Commit 4a06154

Browse files
committed
Revert case normalization in json-ld-connect, rdf-dataset-normalization, and json-ld-rdf.
1 parent e59d2b7 commit 4a06154

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

spec/latest/json-ld-connect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h3>General Terminology</h3>
194194
<dd>An unordered labeled directed graph, where <tref title="node">nodes</tref> are
195195
<tref title="IRI">IRIs</tref> or <tref title="Blank Node">Blank Nodes</tref>, or other values.
196196
A <tref>JSON-LD graph</tref> is a generalized representation of a
197-
<cite><a href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-graph">RDF graph</a></cite>
197+
<cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-graph">RDF graph</a></cite>
198198
as defined in [[!RDF-CONCEPTS]].</dd>
199199
<dt><tdef>named graph</tdef></dt>
200200
<dd>A <tref>JSON-LD graph</tref> that is identified by an <tref>IRI</tref>.</dd>

spec/latest/json-ld-rdf/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>General Terminology</h3>
184184
<dd>An unordered labeled directed graph, where <tref title="node">nodes</tref> are
185185
<tref title="IRI">IRIs</tref> or <tref title="blank node">blank nodes</tref>, or other values.
186186
A <tref>JSON-LD graph</tref> is a generalized representation of a
187-
<cite><a href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-graph">RDF graph</a></cite>
187+
<cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-graph">RDF graph</a></cite>
188188
as defined in [[!RDF-CONCEPTS]].</dd>
189189
<dt><tdef>named graph</tdef></dt>
190190
<dd>A <tref>JSON-LD graph</tref> that is identified by an <tref>IRI</tref>.</dd>
@@ -403,7 +403,7 @@ <h3>IRI</h3>
403403
<section>
404404
<h3>Quad</h3>
405405
<p>The <a>Quad</a> interface represents an RDF Quad. An RDF Quad is an
406-
<cite><a href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-triple">RDF triple</a></cite>
406+
<cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple">RDF triple</a></cite>
407407
[[!RDF-CONCEPTS]] with an optional fourth element, the graph name, being a
408408
<ldtref>Node</ldtref>.
409409
</p>
@@ -499,7 +499,7 @@ <h3>Literal</h3>
499499
<code>xsd:integer</code>).</p>
500500

501501
<p> See[[!RDF-CONCEPTS]] definition for
502-
<cite><a href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-literal">literal</a></cite>.</p>
502+
<cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-literal">literal</a></cite>.</p>
503503

504504
<dl title="[NoInterfaceObject] interface Literal : Node" class="idl">
505505
<dt>readonly attribute DOMString value</dt>

spec/latest/rdf-dataset-normalization/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,35 +208,35 @@ <h2>General Terminology</h2>
208208
<dd>An <tref>IRI</tref> (Internationalized Resource Identifier) is a string that conforms to the syntax
209209
defined in [[RFC3987]].</dd>
210210
<dt><tdef>RDF subject</tdef></dt>
211-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-subject">subject</tref>
211+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-subject">subject</tref>
212212
as specified by [[RDF11-CONCEPTS]].</dd>
213213
<dt><tdef>RDF predicate</tdef></dt>
214-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-predicate">predicate</tref>
214+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-predicate">predicate</tref>
215215
as specified by [[RDF11-CONCEPTS]].</dd>
216216
<dt><tdef>RDF object</tdef></dt>
217-
<dd>An <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-object">object</tref>
217+
<dd>An <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-object">object</tref>
218218
as specified by [[RDF11-CONCEPTS]].</dd>
219219
<dt><tdef>RDF triple</tdef></dt>
220-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-triple">triple</tref>
220+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple">triple</tref>
221221
as specified by [[RDF11-CONCEPTS]].</dd>
222222
<dt><tdef>RDF graph</tdef></dt>
223-
<dd>An <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-graph">RDF graph</tref>
223+
<dd>An <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-graph">RDF graph</tref>
224224
as specified by [[RDF11-CONCEPTS]].</dd>
225225
<dt><tdef>RDF graph name</tdef></dt>
226-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-dataset">graph name</tref>
226+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">graph name</tref>
227227
as specified by [[RDF11-CONCEPTS]].</dd>
228228
<dt><tdef>RDF quad</tdef></dt>
229229
<dd>The pairing of an <tref>RDF triple</tref> with an <tref>RDF graph name</tref>.</dd>
230230
<dt><tdef>RDF dataset</tdef></dt>
231-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-rdf-dataset">dataset</tref>
231+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">dataset</tref>
232232
as specified by [[RDF11-CONCEPTS]].</dd>
233233
<dt><tdef>RDF blank node</tdef></dt>
234-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#section-blank-nodes">blank node</tref>
234+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes">blank node</tref>
235235
as specified by [[RDF11-CONCEPTS]]. In short, it is a node in a graph that is
236236
neither an <tref>IRI</tref>, nor a
237-
<tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-literal">literal</tref>.</dd>
237+
<tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-literal">literal</tref>.</dd>
238238
<dt><tdef>RDF blank node identifier</tdef></dt>
239-
<dd>A <tref href="http://www.w3.org/TR/RDF11-CONCEPTS/#dfn-blank-node-identifier">blank node identifier</tref>
239+
<dd>A <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier">blank node identifier</tref>
240240
as specified by [[RDF11-CONCEPTS]]. In short, it is a string that begins
241241
with <code>_:</code> that is used as an identifier for an
242242
<tref>RDF blank node</tref>. <tref>RDF blank node identifier</tref>s

0 commit comments

Comments
 (0)