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