same error in fuseki 3.5.0

Result: failed with message "SyntaxError: JSON.parse: unexpected character
at line 1 column 1 of the JSON data"


It works fine in fuseki 3.4.0



2017-11-07 10:51 GMT-07:00 Andy Seaborne <a...@apache.org>:

> Recorded as JENA-1420 (it POSTs to the wrong URL)
>
> I've got it down to the commit that caused it.
>
>     Thanks
>     Andy
>
>
> On 06/11/17 20:50, Chris Tomlinson wrote:
>
>> Hi,
>>
>> I am seeing the following error in fuseki 3.5.0 when I use the “upload
>> files” tab:
>>
>>      Result: failed with message "SyntaxError: JSON Parse error:
>> Unrecognized token '<‘"
>>
>> I’ve tried ttl, jsonld and rdf/xml versions of the same set of triples:
>>
>> @prefix ex: <http://example.org/> .
>> @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
>>
>> ex:SomeOne
>>        a       ex:Item ;
>>        skos:prefLabel "abc def ghi”@en ;
>>        skos:altLabel "jkl mno pqr”@en ;
>>             .
>>
>> It works fine in fuseki 3.4.0.
>>
>> Regards,
>> Chris
>>
>>
>>

Reply via email to