CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 00:23:51 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:20:31 GMT
cache-control: max-age=2592000, public
expires: Sun, 09 Nov 2025 00:23:51 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c1f8b1c801b155
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=ReD2P1gg.G61.86AYugO0deg6YVT0s1voX5YcXjz6Pc-1760055831-1.0.1.1-v2bH_yNkXYwsxsXtckfu1FABo3MenGmXHbzQN5n8MRrejdq1D4JCZH_HbPKSswf02sy6SWO4e6LCLdRcTic6mASyuM1hBIzlnznJYBz4qoc; path=/; expires=Fri, 10-Oct-25 00:53:51 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c1f8b1c801b155-BLR
alt-svc: h3=":443"; ma=86400
Exact ranges and using S-B from Sergey Melnik on 2002-02-15 (w3c-rdfcore-wg@w3.org from February 2002)
Exact ranges and using S-B
- From: Sergey Melnik <melnik@db.stanford.edu>
- Date: Fri, 15 Feb 2002 09:35:18 -0800
- To: Pat Hayes <phayes@ai.uwf.edu>, Dan Connolly <connolly@w3.org>
- CC: RDFCore WG <w3c-rdfcore-wg@w3.org>, Dan Brickley <danbri@w3.org>
- Message-ID: <3C6D46D6.411D30FD@db.stanford.edu>
After the main telecon DanC raised the point of how S-B can still be used and how the lexical spaces of datatypes can be referred to. Pat suggested that writing xsd:date rdfs:range _:1 dc:Date rdfs:range _:1 could do the job of making the range of dc:Date to be the lexical space of xsd:date. I'm contesting this point and making a suggestion. As currently defined by the MT, the first statement asserts that image(IEXT(I(xsd:date))) is subset of CEXT(I(_:1)) That is, CEXT(I(_:1)) may contain many other things besides the lexical tokens for dates. What we would need, however, is CEXT(I(_:1)) is subset of image(IEXT(I(xsd:date))) i.e. a tighter restriction on the interpretation of _:1. Of course, we could define a new property like rdfs:restrictsByImage that has this effect. However, I think the most elegant way of handling this issue would be to introduce properties like rdfs:exactRange and rdfs:exactDomain with the "equals" semantics. For example, the interpretation for xsd:date rdfs:exactRange _:1 would be image(IEXT(I(xsd:date))) = CEXT(I(_:1)) In fact, these two properties are more powerful than rdfs:range and rdfs:domain or rdfs:restrictByImage altogether. For example, my:prop rdfs:exactRange _:1 _:1 rdfs:subClassOf my:Vehicle _:1 rdfs:subClassOf my:Boat achieves the same effect as my:prop rdfs:range my:Vehicle my:prop rdfs:range my:Boat I believe this is could be an issue for the schema subgroup (DanB?) to think about... Sergey
Received on Friday, 15 February 2002 12:04:51 UTC