Re: A predicate that indicates order

On 25 February 2014 02:27, Sampo Syreeni <decoy@iki.fi> wrote:

> On 2014-02-25, Melvin Carvalho wrote:
>
>  I'm looking for a predicate that will indicate the order in a sequence
>> that a subject belongs to.
>>
>> <transaction1> <hasNumber> 1.
>>
>> <transaction2> <hasNumber> 2.
>>
>> <transaction3> <hasNumber> 3.
>>
>> I'm not sure I really want to be using rdf : Seq in this case
>>
>
> There is no such thing and there will not be one, because it would break
> the data model behind RDF. If you want something like that, you have to use
> Seq.
>

How about something like this?

http://smiy.sourceforge.net/olo/spec/orderedlistontology.html


>
> Internal to your application, you can do whatever you like. There this
> sort of thing can be made efficient enough.
>
>
>  Anyone know of something like this, or should I just use "label" ?
>>
>
> Don't. Just take the penalty of doing it right. It won't kill you, and
> it'll pay off in the broader tool support.
> --
> Sampo Syreeni, aka decoy - decoy@iki.fi, http://decoy.iki.fi/front
> +358-40-3255353, 025E D175 ABE5 027C 9494 EEB0 E090 8BA9 0509 85C2
>

Received on Tuesday, 25 February 2014 01:29:41 UTC