Re: Show me the money - (was Subjects as Literals)

  On 7/1/2010 10:18 AM, Yves Raimond wrote:
>
> Or, an even simpler use-case: storing metaphones for strings in a 
> triple store.
>
>

OK - and why are these use cases not reasonably easily addressable using 
the N-ary predicate design pattern with a two place ltieral predicate i.e.

instead of

Lit1 p1 nonLit

use

nonLit p1 Lit1

instead of
Lit1 p lit2

use

_ p1 Lit1
_ p2 Lit2

===

Not quite the same, but it will work - and save me a large amount of 
really very boring work

Jeremy

Received on Thursday, 1 July 2010 18:44:42 UTC