From 9fccef347ffda3691e1c7f2647c0df5b2cbd27b2 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 25 Apr 2024 12:45:40 +0200 Subject: [PATCH 1/4] Add changelog to track changes, Closes #129 --- spec/index.html | 57 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git a/spec/index.html b/spec/index.html index faea37a..85936cc 100644 --- a/spec/index.html +++ b/spec/index.html @@ -11799,6 +11799,58 @@

Internet Media Type, File Extension and Macintosh File Type

+
+

Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language

+ +
+

Privacy Considerations

@@ -11832,11 +11884,6 @@

Internationalization Considerations

TODO

-
-

Change Log

-

TODO

-
-
From 5fbc91ea1ee0eabd76b08b67f60c6c12a3960680 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 25 Apr 2024 13:28:23 +0200 Subject: [PATCH 2/4] Update spec/index.html Co-authored-by: Thomas Tanon --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index 85936cc..b1d0f5f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -11806,7 +11806,7 @@

Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language

Fix errata:
  • editorial-query-1: Missing right parenthesis in Evaluation of Graph definition
  • -
  • editorial-query-1: Missing space in Join definition
  • +
  • editorial-query-2: Missing space in Join definition
  • editorial-query-3: Incorrect link for DELETE DATA in
  • clarification-query-1: Fix explanation of IN and NOT IN in and
  • clarification-query-2: Remove unneeded reference to the semantics above in
  • From a22e80e8f2f809d1a0afe33413910512b2ae82c9 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 25 Apr 2024 13:28:28 +0200 Subject: [PATCH 3/4] Update spec/index.html Co-authored-by: Thomas Tanon --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index b1d0f5f..61e1cdf 100644 --- a/spec/index.html +++ b/spec/index.html @@ -11837,7 +11837,7 @@

    Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language

  • Add note on deduplication of triples produced by CONSTRUCT to
  • Remove historical notes on rdf:langString datatype from
  • Remove inconsistencies between the definitions of the set functions
  • -
  • Introduce a function called multiplicity to replace card[Ω](μ) to
  • +
  • Introduce a function called multiplicity to replace card[Ω](μ) in
  • Update to Media Type language instead of MIME Type language
  • Clarify that aggregation returns a single partial function in
  • Update Filter Evaluation language to reference more functional forms in
  • From 69328450e91849a683259d239b1b713ac58313c0 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 26 Apr 2024 13:04:12 +0200 Subject: [PATCH 4/4] Improve grouping of changelog entries --- spec/index.html | 58 +++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/spec/index.html b/spec/index.html index 61e1cdf..8e6c1ce 100644 --- a/spec/index.html +++ b/spec/index.html @@ -11803,7 +11803,40 @@

    Internet Media Type, File Extension and Macintosh File Type

    Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language

    • - Fix errata: + Normative changes: +
        +
      • Remove concepts of plain and simple literals, in favor of explicit mentions of xsd:string
      • +
      • Update grammar for quoted triples and triple functions in
      • +
      • Migrate XML Schema references to 1.1
      • +
      • Update references to XPath from 2.0 to 3.1
      • +
      • Add functions on quoted triples to
      • +
      +
    • +
    • + Editorial changes: +
        +
      • Define RDFterm-equal using an actual function signature in
      • +
      • Improve wording of blank nodes in
      • +
      • Improve display on mobile
      • +
      • Move RDFterm-equal and sameTerm to
      • +
      • Add note on deduplication of triples produced by CONSTRUCT to
      • +
      • Remove historical notes on rdf:langString datatype from
      • +
      • Remove inconsistencies between the definitions of the set functions
      • +
      • Introduce a function called multiplicity to replace card[Ω](μ) in
      • +
      • Update to Media Type language instead of MIME Type language
      • +
      • Clarify that aggregation returns a single partial function in
      • +
      • Update Filter Evaluation language to reference more functional forms in
      • +
      • Use PREFIX instead of @prefix
      • +
      • Clarify definition of the Sum set function in
      • +
      • Improve definition of Group operator in
      • +
      • Move definitions of Flatten and Card to
      • +
      • Improve definitions in
      • +
      • Fix algorithm for translation SELECT expressions
      • +
      • Clarify the use of ToList in algebra expressions in
      • +
      +
    • +
    • + Errata:
    • -
    • Define RDFterm-equal using an actual function signature in
    • -
    • Remove concepts of plain and simple literals, in favor of explicit mentions of xsd:string
    • -
    • Improve wording of blank nodes in
    • -
    • Improve display on mobile
    • -
    • Update grammar for quoted triples and triple functions in
    • -
    • Move RDFterm-equal and sameTerm to
    • -
    • Migrate XML Schema references to 1.1
    • -
    • Update references to XPath from 2.0 to 3.1
    • -
    • Add functions on quoted triples to
    • -
    • Add note on deduplication of triples produced by CONSTRUCT to
    • -
    • Remove historical notes on rdf:langString datatype from
    • -
    • Remove inconsistencies between the definitions of the set functions
    • -
    • Introduce a function called multiplicity to replace card[Ω](μ) in
    • -
    • Update to Media Type language instead of MIME Type language
    • -
    • Clarify that aggregation returns a single partial function in
    • -
    • Update Filter Evaluation language to reference more functional forms in
    • -
    • Use PREFIX instead of @prefix
    • -
    • Clarify definition of the Sum set function in
    • -
    • Improve definition of Group operator in
    • -
    • Move definitions of Flatten and Card to
    • -
    • Improve definitions in
    • -
    • Fix algorithm for translation SELECT expressions
    • -
    • Clarify the use of ToList in algebra expressions in