Re: bang ! in turtle

actually ^ may be better.. such that

  :a :b :c .

could be written as:

  :c ^:b :a .

meaning

  :c [ owl:inverseOf :b ] :a .

meaning:

  :a :b :c .

cheers

Nathan wrote:
> Hi All,
> 
> Is there any chance we can include ! in turtle to prefix predicates and 
> inverse the directionality, such that
> 
>  :a :b :c .
> 
> could be written as
> 
>  :c !:b :a .
> 
> (as opposed to :c is :b of :a)
> 
> Cheers,
> 
> Nathan
> 

Received on Tuesday, 1 March 2011 16:48:54 UTC