- From: Phil Dawes <pdawes@users.sf.net>
- Date: Tue, 4 May 2004 20:30:59 +0100
- To: "Peter F. Patel-Schneider" <pfps@research.bell-labs.com>
- Cc: b.fallenstein@gmx.de, www-rdf-interest@w3.org
Hi Peter,
Peter F. Patel-Schneider writes:
>
> > | So, show us the inferences!
> >
> > ~ flabber x:schnack ghasted
> > ~ ghasted rdf:type y:Ghostly
> >
> > =====>
> >
> > ~ x:schnack phil:rangeIncludes y:Ghostly
>
> This is *one* inference. What about the others? Are there any?
>
how about:
x:schnak rdfs:range aoeuii
=====>
x:schnak phil:rangeIncludes aoeuii
and maybe (if we're adopting 'range might feasibly include'
semantics):
x:schnak rdfs:range aoeuii
baoeu rdfs:subClassOf aoeuii
=====>
x:schnak phil:rangeIncludes baoeu
and then there's the owl ones:
owl:Class rdfs:subClassOf [a owl:Restriction;
owl:onProperty x:schnak;
owl:allValuesFrom aoeuii].
=====>
x:schnak phil:rangeIncludes aoeuii.
and
owl:Class rdfs:subClassOf [a owl:Restriction;
owl:onProperty x:schnak;
owl:someValuesFrom aoeuii].
=====>
x:schnak phil:rangeIncludes aoeuii.
Cheers,
Phil
Received on Tuesday, 4 May 2004 16:32:29 UTC