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
