Hello dear all, I have a problem by ingesting a file into fuseki via the GUI. It is a file containg a named graph and looks like blow. By try to ingest I get back the error message: "Not a valid token for an RDF term: [LBRACE]". Is it necessary to configure fuseki otherwise to accept files with named graphs?
I use fuseki 2.5.0 Best regards, Max @prefix dct: <http://purl.org/dc/terms#>. @prefix dc: <http://purl.org/dc/elements/1.1/>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. @prefix xsd: <http://www.w3.org/2001/XMLSchema#>. @prefix crm: <http://erlangen-crm.org/current/>. @prefix schema: <http://schema.org/>. @prefix wgs84pos: <http://www.w3.org/2003/01/geo/wgs84_pos#>. @prefix rel: <http://purl.org/vocab/relationship/>. @prefix dbo: <http://dbpedia.org/ontology/>. <URI> { <URI> a <E53_Place> ; <http://erlangen-crm.org/current/P87_is_identified_by> <http://erlangen-crm.org/current/P87_is_identified_by150fb037c34fE> , <http://erlangen-crm.org/current/P87_is_identified_by152ca9fb08262> ; <geonamesID> "3595528" ; <status> "Finished" ; <tgnID> "7005493" , "1000621" . <http://erlangen-crm.org/current/P87_is_identified_by150fb037c34fE> a <http://erlangen-crm.org/current/P87_is_identified_by> ; <placeName> "Guatemala" ; <placeNameType> "preferred" ; <status> "Finished" . }
