{ "node": { "type": "Restaurant" "name": "Le Gourmet", "rating": 4.5, "cuisine_type": ["French", "Fusion"], "open_hours": { "monday": "9:00-21:00", "tuesday": "9:00-21:00", "wednesday": "9:00-21:00", "thursday": "9:00-22:00", "friday": "9:00-23:00", "saturday": "10:00-23:00", "sunday": "10:00-20:00" }, "location_id": "loc_001", "chain_id": "chain_01" }, "edges": [ { "type": "PART_OF_CHAIN", "target_node": { "type": "Restaurant Chain", "attributes": { "name": "Gourmet Group" } } }, { "type": "LOCATED_IN", "target_node": { "type": "Location", "attributes": { "city": "Montreal", "region": "Quebec", "country": "Canada" } } }, { "type": "HAS_MENU", "target_node": { "type": "Menu", "attributes": { "menu_id": "menu_123", "name": "Dinner Menu", "active_dates": ["2024-01-01", "2024-12-31"] } } } ] }