- From: Sampo Syreeni <decoy@iki.fi>
- Date: Tue, 25 Feb 2014 03:27:33 +0200 (EET)
- To: Melvin Carvalho <melvincarvalho@gmail.com>
- cc: Semantic Web <semantic-web@w3.org>
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. 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:27:59 UTC