Skip to content

Commit ca14da9

Browse files
committed
Improve grouping of changelog entries
1 parent 9dc8bf6 commit ca14da9

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

spec/index.html

+34-24
Original file line numberDiff line numberDiff line change
@@ -11803,7 +11803,40 @@ <h2>Internet Media Type, File Extension and Macintosh File Type</h2>
1180311803
<h2>Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language</h2>
1180411804
<ul>
1180511805
<li>
11806-
Fix errata:
11806+
Normative changes:
11807+
<ul>
11808+
<li>Remove concepts of plain and simple literals, in favor of explicit mentions of xsd:string</li>
11809+
<li>Update grammar for quoted triples and triple functions in <a href="#sparqlGrammar" class="sectionRef"></a></li>
11810+
<li>Migrate XML Schema references to 1.1</li>
11811+
<li>Update references to XPath from 2.0 to 3.1</li>
11812+
<li>Add functions on quoted triples to <a href="#func-quoted-triples" class="sectionRef"></a></li>
11813+
</ul>
11814+
</li>
11815+
<li>
11816+
Editorial changes:
11817+
<ul>
11818+
<li>Define RDFterm-equal using an actual function signature in <a href="#func-RDFterm-equal" class="sectionRef"></a></li>
11819+
<li>Improve wording of blank nodes in <a href="#templatesWithBNodes" class="sectionRef"></a></li>
11820+
<li>Improve display on mobile</li>
11821+
<li>Move RDFterm-equal and sameTerm to <a href="#func-rdfTerms" class="sectionRef"></a></li>
11822+
<li>Add note on deduplication of triples produced by CONSTRUCT to <a href="#construct" class="sectionRef"></a></li>
11823+
<li>Remove historical notes on rdf:langString datatype from <a href="#func-datatype" class="sectionRef"></a></li>
11824+
<li>Remove inconsistencies between the definitions of the set functions</li>
11825+
<li>Introduce a function called multiplicity to replace card[Ω](μ) in <a href="#BasicGraphPattern" class="sectionRef"></a></li>
11826+
<li>Update to Media Type language instead of MIME Type language</li>
11827+
<li>Clarify that aggregation returns a single partial function in <a href="#sparqlGroupAggregate" class="sectionRef"></a></li>
11828+
<li>Update Filter Evaluation language to reference more functional forms in <a href="#evaluation" class="sectionRef"></a></li>
11829+
<li>Use PREFIX instead of @prefix</li>
11830+
<li>Clarify definition of the Sum set function in <a href="#aggSum" class="sectionRef"></a></li>
11831+
<li>Improve definition of Group operator in <a href="#aggregateAlgebra" class="sectionRef"></a></li>
11832+
<li>Move definitions of Flatten and Card to <a href="#setFunctions" class="sectionRef"></a></li>
11833+
<li>Improve definitions in <a href="#initDefinitions" class="sectionRef"></a></li>
11834+
<li>Fix algorithm for translation SELECT expressions <a href="#sparqlSelectExpressions" class="sectionRef"></a></li>
11835+
<li>Clarify the use of ToList in algebra expressions in <a href="#sparqlQuery" class="sectionRef"></a></li>
11836+
</ul>
11837+
</li>
11838+
<li>
11839+
Errata:
1180711840
<ul>
1180811841
<li><a href="https://www.w3.org/2013/sparql-errata#editorial-query-1">editorial-query-1</a>: Missing right parenthesis in <a href="#defn_evalGraph">Evaluation of Graph definition</a></li>
1180911842
<li><a href="https://www.w3.org/2013/sparql-errata#editorial-query-2">editorial-query-2</a>: Missing space in <a href="#defn_algJoin">Join definition</a></li>
@@ -11825,29 +11858,6 @@ <h2>Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language</h2>
1182511858
<li><a href="https://www.w3.org/2013/sparql-errata#errata-query-23">errata-query-23</a>: Fix inconsistenties between <a href="#defn_aggMin">MIN</a> and <a href="#defn_aggMax">MAX</a></li>
1182611859
</ul>
1182711860
</li>
11828-
<li>Define RDFterm-equal using an actual function signature in <a href="#func-RDFterm-equal" class="sectionRef"></a></li>
11829-
<li>Remove concepts of plain and simple literals, in favor of explicit mentions of xsd:string</li>
11830-
<li>Improve wording of blank nodes in <a href="#templatesWithBNodes" class="sectionRef"></a></li>
11831-
<li>Improve display on mobile</li>
11832-
<li>Update grammar for quoted triples and triple functions in <a href="#sparqlGrammar" class="sectionRef"></a></li>
11833-
<li>Move RDFterm-equal and sameTerm to <a href="#func-rdfTerms" class="sectionRef"></a></li>
11834-
<li>Migrate XML Schema references to 1.1</li>
11835-
<li>Update references to XPath from 2.0 to 3.1</li>
11836-
<li>Add functions on quoted triples to <a href="#func-quoted-triples" class="sectionRef"></a></li>
11837-
<li>Add note on deduplication of triples produced by CONSTRUCT to <a href="#construct" class="sectionRef"></a></li>
11838-
<li>Remove historical notes on rdf:langString datatype from <a href="#func-datatype" class="sectionRef"></a></li>
11839-
<li>Remove inconsistencies between the definitions of the set functions</li>
11840-
<li>Introduce a function called multiplicity to replace card[Ω](μ) in <a href="#BasicGraphPattern" class="sectionRef"></a></li>
11841-
<li>Update to Media Type language instead of MIME Type language</li>
11842-
<li>Clarify that aggregation returns a single partial function in <a href="#sparqlGroupAggregate" class="sectionRef"></a></li>
11843-
<li>Update Filter Evaluation language to reference more functional forms in <a href="#evaluation" class="sectionRef"></a></li>
11844-
<li>Use PREFIX instead of @prefix</li>
11845-
<li>Clarify definition of the Sum set function in <a href="#aggSum" class="sectionRef"></a></li>
11846-
<li>Improve definition of Group operator in <a href="#aggregateAlgebra" class="sectionRef"></a></li>
11847-
<li>Move definitions of Flatten and Card to <a href="#setFunctions" class="sectionRef"></a></li>
11848-
<li>Improve definitions in <a href="#initDefinitions" class="sectionRef"></a></li>
11849-
<li>Fix algorithm for translation SELECT expressions <a href="#sparqlSelectExpressions" class="sectionRef"></a></li>
11850-
<li>Clarify the use of ToList in algebra expressions in <a href="#sparqlQuery" class="sectionRef"></a></li>
1185111861
</ul>
1185211862
</section>
1185311863

0 commit comments

Comments
 (0)