- From: Dave Reynolds <dave.e.reynolds@gmail.com>
- Date: Thu, 31 Aug 2017 22:10:07 +0100
- To: public-rif-comments@w3.org
- Message-ID: <d9af4fe8-3d69-ae93-99e5-a34cd5c84f46@gmail.com>
On 30/08/17 23:44, Reinhard Schrage wrote: > > Hello, > > Below RIF Core rule set reads: > > *4.3.2 Property chain rule * > > (* <#prp-spo2> *) > > Forall ?p ?last ?pc ?start ( > > ?start[?p->?last] :- And ( > > ?p[owl:propertyChainAxiom->?pc] > > _checkChain(?start ?pc ?last) )) > > Forall ?start ?pc ?last ?p ?tl ( > > _checkChain(?start ?pc ?last) :- And ( > > ?pc[rdf:first->?p rdf:rest->?tl] > > ?start[?p->?next] > > _checkChain(?next ?tl ?last) )) > > Forall ?start ?pc ?last ?p ( > > _checkChain(?start ?pc ?last) :- And ( > > ?pc[rdf:first->?p rdf:rest->rdf:nil] > > ?start[?p->?last] )) > > Variable ?next is free in second universal rule, yet does not appear > in Forall quantification part. > > Am I missing something here, or shouldn’t it read e.g.: > > Forall ?next ?start ?pc ?last ?p ?tl ( > > _checkChain(?start ?pc ?last) :- And ( > > ?pc[rdf:first->?p rdf:rest->?tl] > > ?start[?p->?next] > > _checkChain(?next ?tl ?last) )) > Agreed, looks like a bug. Dave
Received on Thursday, 31 August 2017 21:10:32 UTC