Hi everyone,
I have a small TriG file (29 triples only) which I am trying to preview prior to import. We have installed the neosemantics plugin to our neo4j (docker install) and tried:
call n10s.rdf.preview.fetch( "file://home/odead/Documents/Source/AMBA/gkg-test.trig", "TriG" )
but get back:
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure n10s.rdf.preview.fetch
: Caused by: n10s.RDFImportException: Connection refused
If I try to use:
call n10s.rdf.import.fetch( "file://home/odead/Documents/Source/AMBA/gkg-test.trig", "TriG" )
the result is:
βββββββββββββββββββ€ββββββββββββββ€ββββββββββββββ€βββββββββββ€βββββββββββββββββββββ€ββββββββββββββββββ
βterminationStatusβtriplesLoadedβtriplesParsedβnamespacesβextraInfo βcallParams β
βββββββββββββββββββͺββββββββββββββͺββββββββββββββͺβββββββββββͺβββββββββββββββββββββͺββββββββββββββββββ‘
β"KO" β0 β0 βnull β"Connection refused"β{singleTx: false}β
βββββββββββββββββββ΄ββββββββββββββ΄ββββββββββββββ΄βββββββββββ΄βββββββββββββββββββββ΄ββββββββββββββββββ
Are we missing some dependencies or is there something wrong with the plugin?
Kind regards,
Damian O'Dea