Andreas Kuczera

Results 7 comments of Andreas Kuczera

Ok, here is the log of the bulk import: `[...] There were bad entries which were skipped and logged into /home/kuczera/.config/Neo4j Desktop/Application/neo4jDatabases/database-2c5d6b38-aa39-43ab-bda8-04794038cd5f/installation-3.5.3/data/databases/graph.db/bad.log', Stderr: 'WARNING: neo4j-import is deprecated and support for...

And here th log of the live import: `Export time: 5.876 (s) - Creating Neo4j store from CSV... - Direct driver instance 16868310 created for server address localhost:7687 - Closing...

Sorry, does not work: `WITH 'SELECT ?item ?itemLabel WHERE{ ?item wdt:P31 wd:Q989255 . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } }' AS sparql // make a request to Wikidata CALL...

Version is 4.3.0.2 as suggested. The error complains about an illegal character ? Query: `WITH 'SELECT ?item ?itemLabel WHERE{ ?item wdt:P39 wd:Q181765 . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }...

The Problem is the newline in sparql. This works: `// 01 Ethnische Gruppen // Prepare a SPARQL query WITH 'SELECT ?item ?itemLabel WHERE{ ?item wdt:P31 wd:Q989255 . SERVICE wikibase:label {...

Your query does not work but my first query now works.