Re: [Sesame] Hairy syntax in QB complete example

On 20/11/13 21:59, Peter Ansell wrote:
> That is likely due to Sesame not having updated to the Turtle CR yet,
> as previously the dot character was not allowed in localname in the
> previous specification.

Actually the issue here is having a localname start with a digit, that 
was not allowed in the original Turtle submission but has been true the 
REC track  for quite some time.

Dave

>
> Cheers,
>
> Peter
>
> On 21 November 2013 08:22, Timothy Lebo <lebot@rpi.edu> wrote:
>> GLD,
>>
>> (or, perhaps this is just a Sesame bug, but I wanted GLD to consider the
>> accessibility of their example in different existing tools)
>>
>> http://www.w3.org/TR/2013/CR-vocab-data-cube-20130625/#example
>>      has a bit of a hairy syntax that hangs up Sesame 2.6.10 (but rapper
>> 2.0.9 handles it fine):
>>
>> The local name “sdmx-subject:3.2” starts with a digit:
>>
>> @prefix dct:          <http://purl.org/dc/terms/> .
>> @prefix sdmx-subject: <http://purl.org/linked-data/sdmx/2009/subject#> .
>> @prefix ex-geo:       <http://example.org/geo#> .
>> @prefix qb:           <http://purl.org/linked-data/cube#> .
>> @prefix eg:           <http://example.org/ns#> .
>>
>> eg:dataset-le3 a qb:DataSet;
>>      dct:subject
>>          sdmx-subject:3.2 ,      # regional and small area statistics
>>          sdmx-subject:1.4 ,      # Health
>>          ex-geo:wales;           # Wales
>>      .
>>
>>
>> results in "org.openrdf.rio.RDFParseException: Illegal subject value:
>> “2”^^xsd:integer “
>>
>> Thanks,
>> Tim Lebo
>>
>> ------------------------------------------------------------------------------
>> Shape the Mobile Experience: Free Subscription
>> Software experts and developers: Be at the forefront of tech innovation.
>> Intel(R) Software Adrenaline delivers strategic insight and game-changing
>> conversations that shape the rapidly evolving mobile landscape. Sign up now.
>> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Sesame-general mailing list
>> Sesame-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sesame-general
>>
>

Received on Wednesday, 20 November 2013 23:09:42 UTC