Skip to content

Commit

Permalink
update insert script
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Oct 17, 2019
1 parent 034fc97 commit 906638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_base/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def insert(graql_insert_query):

if __name__ == "__main__":
graql_insert_query = """
match $p isa bank, has name "KfW"; delete $p;
insert $b isa bank, has name 'KfW', has country 'Germany', has headquarters 'Frankfurt am Main';
"""

insert(graql_insert_query)

0 comments on commit 906638f

Please sign in to comment.