CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 22:01:31 GMT
content-type: text/html
content-encoding: gzip
content-location: 0001.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Thu, 13 Jul 2023 17:27:27 GMT
cache-control: max-age=2592000, public
expires: Fri, 07 Nov 2025 17:21:25 GMT
access-control-allow-origin: *
x-request-id: 98b750832e7ac9c0
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=QwBX1zx2FN8m_HTpNAQdE36fWTbbkCbSVst0Lku_9GY-1759960891-1.0.1.1-JvwhdXW5Tie8hzEYvD2a5dhs6owB2AZ.9Ws.QrXrMzLI9cQPLqUGBi.UwVVMKxT7qGvnmQAdR07UsuDTqun4qG_Q01RMxh.ykzeZHBoNi_Y; path=/; expires=Wed, 08-Oct-25 22:31:31 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b8ead4bdc18e4d-BLR
alt-svc: h3=":443"; ma=86400
MIN and MAX in face of errors from Jeremy J Carroll on 2013-10-10 (public-sparql-dev@w3.org from October to December 2013)
MIN and MAX in face of errors
- From: Jeremy J Carroll <jjc@syapse.com>
- Date: Thu, 10 Oct 2013 10:21:34 -0700
- To: public-sparql-dev@w3.org
- Message-Id: <26A2F070-3C9E-4F4B-A0A2-0F8437BB86AC@syapse.com>
I am wondering what is the right answer to the following query SELECT (MIN(?x) as ?a) (MAX(?x) as ?b) (MIN(?x+0) ?c) (MAX(?x+0) AS ?d) { { BIND(1 as ?x)} UNION { BIND(1 +"x" as ?x)} UNION { BIND("y" as ?x)} } Note that the middle BIND creates an unbound ?x, (which is lower than 1 or "y"), whereas the last BIND creates an error inside the 2nd MIN and MAXes ? (when ?x="y") I am not at all the sure that the spec is clear about these cases Jeremy Principal Architect Syapse, Inc.
Received on Thursday, 10 October 2013 17:22:04 UTC