ISSUE-124: RESOLVED: The complement of a datarange is defined relative to the whole data domain

datarange complement

RESOLVED: The complement of a datarange is defined relative to the whole data domain

State:
CLOSED
Product:
Raised by:
Michael Schneider
Opened on:
2008-05-04
Description:
The current OWL 2 DL semantics of datarange complements is according to [1]:

ComplementOf(DR) = DataDomain \ DR

i.e. the set of all existing datavalues from rdfs:Literal, except the values specified by the datarange.

For example:

ComplementOf(
DatatypeRestriction(
xsd:nonNegativeInteger
minExclusive 18
)
)

is not only the set of all non-negative integers >= 18, but this set also contains all strings, floats, and even all integers, since the datatype xsd:integer is disjoint from xsd:nonNegativeInteger.

I suggest to change the semantics of datarange complements to:

ComplementOf(DR) = EnclosingDataType \ DR

With this change, the example complement above would exclusively contain all non-negative integers >= 18.

As a special case, the complement of a complete datatype would be the empty datarange, e.g.

ComplementOf(xsd:nonNegativeInteger) = {}


[1] <http://www.w3.org/2007/OWL/wiki/Semantics#Data_Range_Expressions>
Related Actions Items:
No related actions
Related emails:
  1. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from schneid@fzi.de on 2008-06-11)
  2. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from boris.motik@comlab.ox.ac.uk on 2008-06-11)
  3. Re: ISSUE-124: Proposal to rename URI in RDF mapping of datarange complements [WAS: RDF mapping of datarange complements brings problem for DL/Full relationship] (from alanruttenberg@gmail.com on 2008-06-10)
  4. Re: ISSUE-124: Proposal to rename URI in RDF mapping of datarange complements [WAS: RDF mapping of datarange complements brings problem for DL/Full relationship] (from alanruttenberg@gmail.com on 2008-06-10)
  5. RE: ISSUE-124: Proposal to rename URI in RDF mapping of datarange complements [WAS: RDF mapping of datarange complements brings problem for DL/Full relationship] (from boris.motik@comlab.ox.ac.uk on 2008-06-10)
  6. ISSUE-124: Proposal to rename URI in RDF mapping of datarange complements [WAS: RDF mapping of datarange complements brings problem for DL/Full relationship] (from schneid@fzi.de on 2008-06-10)
  7. Re: RDF mapping of datarange complements brings problem for DL/Full relationship (from pfps@research.bell-labs.com on 2008-06-03)
  8. RDF mapping of datarange complements brings problem for DL/Full relationship (from schneid@fzi.de on 2008-06-03)
  9. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from ewallace@cme.nist.gov on 2008-05-21)
  10. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from boris.motik@comlab.ox.ac.uk on 2008-05-21)
  11. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from ewallace@cme.nist.gov on 2008-05-21)
  12. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from boris.motik@comlab.ox.ac.uk on 2008-05-21)
  13. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from ewallace@cme.nist.gov on 2008-05-21)
  14. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from alanruttenberg@gmail.com on 2008-05-21)
  15. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from boris.motik@comlab.ox.ac.uk on 2008-05-21)
  16. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from alanruttenberg@gmail.com on 2008-05-20)
  17. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from ewallace@cme.nist.gov on 2008-05-20)
  18. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from schneid@fzi.de on 2008-05-06)
  19. Re: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from jjc@hpl.hp.com on 2008-05-06)
  20. RE: ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from boris.motik@comlab.ox.ac.uk on 2008-05-04)
  21. ISSUE-124 (datarange complement): The complement of a datarange is defined relative to the whole data domain (from sysbot+tracker@w3.org on 2008-05-04)

Related notes:

opened per discussion Ian and Alan

Alan Ruttenberg, 6 May 2008, 14:33:14

closed as resolved. See http://www.w3.org/2007/OWL/wiki/Teleconference.2008.05.28/Minutes

Alan Ruttenberg, 30 May 2008, 13:56:43

The comment: "closed as resolved. See http://www.w3.org/2007/OWL/wiki/Teleconference.2008.05.28/Minutes [Alan Ruttenberg]" was added in error.

Alan Ruttenberg, 4 Jun 2008, 18:14:44

Resolved as per http://www.w3.org/2007/OWL/meeting/2008-06-11-v2#Issue_124; see diff http://www.w3.org/2007/OWL/wiki/index.php?title=Mapping_to_RDF_Graphs&diff=8468&oldid=8449

Ian Horrocks, 13 Jun 2008, 17:30:24

Display change log ATOM feed


Ian Horrocks <ian.horrocks@comlab.ox.ac.uk>, Chair, Sandro Hawke <sandro@w3.org>, Ivan Herman <ivan@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: index.php,v 1.287 2012/02/01 05:29:12 dom Exp $