michaelwechner commited on
Commit
f0336f4
·
1 Parent(s): f78f08c

traffic rules of Connecticut and Switzerland

Browse files
Files changed (1) hide show
  1. kg_builder/src/graph_creation.py +2 -0
kg_builder/src/graph_creation.py CHANGED
@@ -13,6 +13,8 @@ load_dotenv()
13
  # "Chemotherapy": "Chemotherapy",
14
  # "Traffic Law": "Traffic laws in the United States"
15
  #}
 
 
16
  articles = {
17
  "Traffic Law": "Traffic laws in the United States"
18
  }
 
13
  # "Chemotherapy": "Chemotherapy",
14
  # "Traffic Law": "Traffic laws in the United States"
15
  #}
16
+ # Switzerland: https://www.fedlex.admin.ch/eli/cc/1962/1364_1409_1420/de
17
+ # Connecticut: https://en.wikipedia.org/wiki/Transportation_in_Connecticut#Rules_of_the_road
18
  articles = {
19
  "Traffic Law": "Traffic laws in the United States"
20
  }