mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-06 05:42:36 +02:00
Fix neo4j loader (#141)
This commit is contained in:
parent
2660b28ab9
commit
9c6c6c9843
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class Processor(Consumer):
|
|||
|
||||
self.create_node(t.s.value)
|
||||
|
||||
if v.o.is_uri:
|
||||
if t.o.is_uri:
|
||||
self.create_node(t.o.value)
|
||||
self.relate_node(t.s.value, t.p.value, t.o.value)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue