Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12710,7 +12710,12 @@ <h2>Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language</h2>
<a data-cite="RDF12-CONCEPTS#dfn-rdf-string">RDF string</a>.
Exclude Unicode surrogates from Unicode escape sequences.</li>
<li>Remove concepts of plain and simple literals, in favor of explicit mentions of `xsd:string`</li>
<li>Migrate XML Schema references to 1.1</li>
<li>Migrate XML Schema references to 1.1.
Note that for datatypes involving years, the year 1 BCE is represented by `0000` and not as `-0001`.
See the note about the
<a data-cite="XMLSCHEMA11-2#dateTime-value-space">date/timeSevenPropertyModel</a>
for details.
</li>
<li>Update references to XPath from 2.0 to 3.1</li>
<li>Define `EBV` as a functional form.</li>
<li>Forbid duplicated variables in `VALUES`.</li>
Expand Down
Loading