- From: Michael Schneider <schneid@fzi.de>
- Date: Sun, 3 Aug 2008 01:55:17 +0200
- To: "Bijan Parsia" <bparsia@cs.man.ac.uk>, "Jeff Thompson" <jeff@thefirst.org>
- Cc: <public-owl-dev@w3.org>
Received on Saturday, 2 August 2008 23:58:40 UTC
Bijan Parsia answered to Jeff Thompson: >> Consider the rule that if X desires Y and X can_do Y, then X does Y. >> In Prolog, this would be: >> >> does(X, Y) :- desires(X, Y), can_do(X, Y). >> >> This is really defining 'does' as the intersection of the >> properties 'desires' and 'can_do'. >> I couldn't find something like this in the OWL use cases. Is there >> a way to do this in OWL2? > >does subPropertyOf desires. >does subPropertyOf can_do. > >? > >Cheers, >Bijan. I think Jeff is mainly interested in the other direction: (desires and can_do) subPropertyOf does But I don't see a way to encode this in OWL 2. Cheers, Michael -- Dipl.-Inform. Michael Schneider FZI Forschungszentrum Informatik Karlsruhe Abtl. Information Process Engineering (IPE) Tel : +49-721-9654-726 Fax : +49-721-9654-727 Email: Michael.Schneider@fzi.de Web : http://www.fzi.de/ipe/eng/mitarbeiter.php?id=555 FZI Forschungszentrum Informatik an der Universität Karlsruhe Haid-und-Neu-Str. 10-14, D-76131 Karlsruhe Tel.: +49-721-9654-0, Fax: +49-721-9654-959 Stiftung des bürgerlichen Rechts Az: 14-0563.1 Regierungspräsidium Karlsruhe Vorstand: Rüdiger Dillmann, Michael Flor, Jivka Ovtcharova, Rudi Studer Vorsitzender des Kuratoriums: Ministerialdirigent Günther Leßnerkraus
Received on Saturday, 2 August 2008 23:58:40 UTC