neosemantics
neosemantics copied to clipboard
Problem with Importing N-triple files
Hi, I'm trying to import part of N-triple files provided by YAGO into Neo4j. I downloaded the files via https://yago-knowledge.org/data/yago4/wiki/2020-02-24/ to a local directory and used the 'file:///' command in 'fetch'. Yago-wd-schema.nt can be imported correctly. However, yago-wd-labels, yago-wd-simple-types cannot be imported. The error message is: terminateStatus:KO triplesLoaded:0 triplesParsed:25000 Extra info:Problems when running partial commit. Partial transaction rolled back.
I'm not sure if this is because the schema file is much smaller than the other .nt files. What can I do to fix this problem? Thanks.
Are you using n10s.rdf.import.* or n10s.onto.import.* ?
If you're using the onto method it could be related to this, in which case it is already fixed.