Re: ProductDB

On Fri, 2009-08-14 at 18:12 +0200, Simon Reinhardt wrote:
> barter:wants owl:propertyChainAxiom (gr:seeks gr:includesObject
> gr:typeOfGood) .

owl:propertyChainAxiom = awesome.

I really need to take a closer look at OWL2. Without knowing
about owl:propertyChainAxiom, I would have suggested N3:

{
  ?person gr:seeks ?off .
  ?off gr:includesObject ?obj .
  ?obj gr:typeOfGood ?product .
}
    => { ?person barter:wants ?product . } ;
    <= { ?person barter:wants ?product . } .

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Friday, 14 August 2009 16:41:42 UTC