- From: Francois Bry (Bry-Haußer) <bry@lmu.de>
- Date: Tue, 17 Apr 2007 17:56:25 +0200
- To: Sandro Hawke <sandro@w3.org>
- Cc: Chris Welty <cawelty@gmail.com>, "Public-Rif-Wg (E-mail)" <public-rif-wg@w3.org>
Received on Tuesday, 17 April 2007 15:57:31 UTC
Sandro Hawke wrote:
> The n3 rule
> { a b c. d e f } => { g h i }
> would have to turn into (ad hoc syntax)
> if ( b(a,c) or a[b->>c] ) and
> ( e(d,f) or d[e->>f] )
> then ( h(g,i) and g[h->>i] )
> which isn't Horn,
? What are the variables in this rule?
> but can be re-writen to Horn with exponential growth.
>
? Could zou please explain this?
> T
Francois
Received on Tuesday, 17 April 2007 15:57:31 UTC