Code Ferret created JENA-1420:
---------------------------------
Summary: Fuseki 3.5.0 "upload files" fails
Key: JENA-1420
URL: https://issues.apache.org/jira/browse/JENA-1420
Project: Apache Jena
Issue Type: Bug
Components: Fuseki
Affects Versions: Jena 3.5.0
Environment: Debian/stretch64 and MacOSX 10.12. Oracle JDK 1.8.0_131
Reporter: Code Ferret
Priority: Minor
I'm seeing the following error in fuseki 3.5.0 when I use the “upload files”
tab:
{noformat}
Result: failed with message "SyntaxError: JSON Parse error: Unrecognized token
'<‘"
{noformat}
I’ve tried ttl, jsonld and rdf/xml versions of the same set of triples:
{noformat}
@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 ;
.
{noformat}
It works fine in fuseki 3.4.0.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)