Re: What is it that's wrong with rdf:List

>> SELECT ?seq ?element WHERE {
>>  ?seq ?prop ?element FILTER regex(?prop,
>> "^http://www.w3.org/1999/02/22-rdf-syntax-ns#_")
>> }
>> ORDER BY xsd:int(substring(?prop, 45))
>
> you can do that in an ORDER BY? Wow.

It's needed for full SPARQL compliance. Which reminds me.... I keep
forgetting to implement it myself :-) (it's actually easy)

> Thanks for the tip.

No problems.

Paul

Received on Wednesday, 23 June 2010 17:46:30 UTC