Turtle does not support named graphs, TriG does. On Fri, 21 Apr 2017 at 10.57, max <[email protected]> wrote:
> For testing I just want to upload this single file. It 1.4 Kb later I > want to upload 27 Mb. > > I made a back up from an existing installation and now I want to upload > the content in another fuseki instance. > The back up option generates a .ng file. But when I try to upload this > file I got :" Element or attribute do not match QName production: > QName::=(NCName':')?NCName" > > So I try to upload it as a turtle file, and get the other error message. > > Am 21.04.2017 um 10:44 schrieb Laura Morales: > > What syntax are you trying to parse (turtle, trig)? And what is the > extension of the file that you are uploading? > > > > > > > > Sent: Friday, April 21, 2017 at 10:37 AM > > From: max <[email protected]> > > To: [email protected] > > Subject: Problem by Ingesting a file with a named graph > > 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/[http://purl.org/dc/elements/1.1/]>. > > @prefix rdf: < > http://www.w3.org/1999/02/22-rdf-syntax-ns#[http://www.w3.org/1999/02/22-rdf-syntax-ns#] > >. > > @prefix rdfs: < > http://www.w3.org/2000/01/rdf-schema#[http://www.w3.org/2000/01/rdf-schema#] > >. > > @prefix xsd: < > http://www.w3.org/2001/XMLSchema#[http://www.w3.org/2001/XMLSchema#]>. > > @prefix crm: < > http://erlangen-crm.org/current/[http://erlangen-crm.org/current/]>. > > @prefix schema: <http://schema.org/[http://schema.org/]>. > > @prefix wgs84pos: < > http://www.w3.org/2003/01/geo/wgs84_pos#[http://www.w3.org/2003/01/geo/wgs84_pos#] > >. > > @prefix rel: < > http://purl.org/vocab/relationship/[http://purl.org/vocab/relationship/]>. > > @prefix dbo: <http://dbpedia.org/ontology/[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_by] > > > > > > < > http://erlangen-crm.org/current/P87_is_identified_by150fb037c34fE[http://erlangen-crm.org/current/P87_is_identified_by150fb037c34fE]> > , > > < > http://erlangen-crm.org/current/P87_is_identified_by152ca9fb08262[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[http://erlangen-crm.org/current/P87_is_identified_by150fb037c34fE] > > > > a < > http://erlangen-crm.org/current/P87_is_identified_by[http://erlangen-crm.org/current/P87_is_identified_by]> > ; > > <placeName> > > "Guatemala" ; > > <placeNameType> > > "preferred" ; > > <status> > > "Finished" . > > } > > > >
