Re: SEM: 5.1 literal/data values was RE: ADMIN: Minutes of telecon 11th July 2002

On July 16, Jeremy Carroll writes:
> 
> 
> I was and remain underwhelmed by the discussion.
> 
> Ian:
> > Can I point out that I already did this once! See the thread beginning
> > with:
> >
> > http://lists.w3.org/Archives/Public/www-webont-wg/2002Mar/0241.html
> >
> > and in particular:
> >
> > http://lists.w3.org/Archives/Public/www-webont-wg/2002Apr/0354.html
> > http://lists.w3.org/Archives/Public/www-webont-wg/2002May/0044.html
> >
> 
> 
> To recap ...
> 
> Ian:
> > > Unfortunately, the interaction of UnambiguousProperty and datatypes
> > > makes this problematical. Imagine, for example, that a datatype
> > > consisting of integers in the range 0-999 is used as a unique-id/key
> > > for instances of the class Person such that all persons have exactly
> > > one unique-id, all unique-ids are integers in the range 0-999, and
> > > unique-id is an UnambiguousProperty.  In order to function correctly,
> > > a reasoner is now required to understand the properties of datatypes,
> > > e.g., that the cardinality of this particular datatype is 1,000, and
> > > that as a result no model can contain more than 1,000 instances of
> > > Person (note that this would not be the case if unique-ids were reals
> > > in the range 0-999).
> >
> Jeremy:
> > Can't I set up this example without any recourse to datatypes at all.
> >
> > e.g.
> >
> > I form one thousand URIs.
> > For each one I form the class: oneOf[x] (giving me 1000 classes).
> >
> > I form the disjoint union of these 1000 classes, giving me oneOf 1000
> > distinct URIs.
> >
> Ian:
> > You are missing the crucial point that the reasoner has to know about
> > the properties of the datatype (i.e., that there are exactly 1,000
> > integers in the range 0-999, neither more nor less) and may also need
> > to consider complex interactions resulting from the predicates defined
> > on the datatypes. This is what makes the formal properties unclear and
> > could lead to decidability problems.
> 
> 
> To give an example of a problematic datatype, in XML Schema we could construct a
> datatype consisting of all two character strings. Then we could try naming a few
> billion individuals with this set.
> 
> This datatype is finite. Unfortunately the exact number interacts unfortunately
> with Unicode definition, and with issues such as whether or not unicode strings
> that are not in normal form C are permitted. The definition of Unicode changes
> over time.
> 
> So, Ian is right to indicate that permitting this would mean that creating a
> complete reasoner would become an unreasonable task.
> 
> However, there is a tail and there is a dog.
> 
> For me the dog is reasoning about the things people really want to say, and the
> tail is the logical and computational properties analysis that Ian and Peter are
> so good at. I would be quite happy to permit unambiguous datatype properties and
> indicate that implementations are not expected to resolve the cardinality
> issues.

Of course if the dog is "things people really want to say", then we
would really need a MUCH more powerful language than OWL. I assume
that our work is based on the notion of finding a language that is
powerful enough to say some/most of what some/most people want to say
some/most of the time, and yet is simple enough to be in some sense
"implementable". Given that our high level objective is to support the
development of "applications that depend on an understanding of
logical content", I take it to be important that applications will be
able to understand OWL, i.e., that we will be able to reason with it
(I'm not sure how else to interpret "understanding").

> I am moderately in favour of the rigour that the DL community bring to our
> discussion. However, I would like to see the concern about completeness being,
> we must correctly document where an OWL reasoner is not expected to be complete,
> as opposed to, OWL must be implementable in a sound and complete fashion.

Unfortunately, it is notoriously difficult to build incomplete
reasoners where the exact nature of the incompleteness can be
precisely characterised/documented. This would be doubly true in this
case where we don't know how to build a complete reasoner, so we can't
characterise the incompleteness w.r.t. a complete algorithm, nor can
we build a reference implementation against which others can be
tested and compared.

Ian



> 
> Jeremy
> 
> 
> 

Received on Thursday, 18 July 2002 10:40:33 UTC