pythonprincess commited on
Commit
97065bb
·
verified ·
1 Parent(s): 1feda56

Upload norfolk_va.json

Browse files
Files changed (1) hide show
  1. data/events/norfolk_va.json +112 -0
data/events/norfolk_va.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tenant_id": "norfolk_va",
3
+ "city_name": "Norfolk",
4
+ "state": "VA",
5
+ "timezone": "America/New_York",
6
+ "source": "https://www.norfolk.gov/Calendar",
7
+ "last_updated": "2025-01-15T00:00:00Z",
8
+ "data_version": "1.0",
9
+ "notes": "Official Norfolk civic events cache. Events sourced from city calendar and verified community partners. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
10
+ "events": [
11
+ {
12
+ "event_id": "NORF_WATER_1124",
13
+ "name": "Norfolk Waterfront Festival",
14
+ "description": "Celebrate Norfolk's maritime heritage with live music, food vendors, boat tours, and family activities along the Elizabeth River waterfront.",
15
+ "start_time": "2025-11-24T12:00:00Z",
16
+ "end_time": "2025-11-24T18:00:00Z",
17
+ "location": {
18
+ "name": "Town Point Park",
19
+ "address": "113 Waterside Dr, Norfolk, VA 23510",
20
+ "city": "Norfolk",
21
+ "state": "VA",
22
+ "zip_code": "23510",
23
+ "latitude": 36.8444,
24
+ "longitude": -76.2903
25
+ },
26
+ "category": "outdoor_festival",
27
+ "tags": ["waterfront", "maritime", "music", "food", "family_friendly", "outdoor", "free"],
28
+ "url": "https://www.festevents.org/",
29
+ "is_paid": false,
30
+ "is_recurring": true,
31
+ "recurrence_pattern": "annual_november",
32
+ "accessibility": {
33
+ "wheelchair_accessible": true,
34
+ "public_transit_accessible": true,
35
+ "parking_available": true
36
+ },
37
+ "contact": {
38
+ "email": "info@festevents.org",
39
+ "phone": "757-441-2345"
40
+ },
41
+ "age_restriction": "all_ages",
42
+ "registration_required": false
43
+ },
44
+ {
45
+ "event_id": "NORF_COUNCIL_1126",
46
+ "name": "City Council Public Hearing",
47
+ "description": "Public hearing on proposed budget amendments and infrastructure projects. Residents are encouraged to attend and provide input.",
48
+ "start_time": "2025-11-26T18:00:00Z",
49
+ "end_time": "2025-11-26T20:00:00Z",
50
+ "location": {
51
+ "name": "Norfolk City Hall, City Council Chambers",
52
+ "address": "810 Union St, Norfolk, VA 23510",
53
+ "city": "Norfolk",
54
+ "state": "VA",
55
+ "zip_code": "23510",
56
+ "latitude": 36.8467,
57
+ "longitude": -76.2852
58
+ },
59
+ "category": "indoor_civic",
60
+ "tags": ["city_council", "public_hearing", "budget", "infrastructure", "civic_engagement", "indoor"],
61
+ "url": "https://www.norfolk.gov/Calendar",
62
+ "is_paid": false,
63
+ "is_recurring": false,
64
+ "recurrence_pattern": null,
65
+ "accessibility": {
66
+ "wheelchair_accessible": true,
67
+ "public_transit_accessible": true,
68
+ "parking_available": true
69
+ },
70
+ "contact": {
71
+ "email": "cityclerk@norfolk.gov",
72
+ "phone": "757-664-4253"
73
+ },
74
+ "age_restriction": "all_ages",
75
+ "registration_required": false
76
+ },
77
+ {
78
+ "event_id": "NORF_MUSEUM_1128",
79
+ "name": "Chrysler Museum Free Admission Day",
80
+ "description": "Free admission to all exhibits at the Chrysler Museum of Art. Perfect for families and art enthusiasts. Indoor venue ideal for any weather.",
81
+ "start_time": "2025-11-28T10:00:00Z",
82
+ "end_time": "2025-11-28T17:00:00Z",
83
+ "location": {
84
+ "name": "Chrysler Museum of Art",
85
+ "address": "1 Memorial Pl, Norfolk, VA 23510",
86
+ "city": "Norfolk",
87
+ "state": "VA",
88
+ "zip_code": "23510",
89
+ "latitude": 36.8578,
90
+ "longitude": -76.2931
91
+ },
92
+ "category": "indoor_leisure",
93
+ "tags": ["museum", "art", "free_admission", "indoor", "family_friendly", "cultural"],
94
+ "url": "https://chrysler.org/",
95
+ "is_paid": false,
96
+ "is_recurring": true,
97
+ "recurrence_pattern": "monthly_first_sunday",
98
+ "accessibility": {
99
+ "wheelchair_accessible": true,
100
+ "public_transit_accessible": true,
101
+ "parking_available": true
102
+ },
103
+ "contact": {
104
+ "email": "info@chrysler.org",
105
+ "phone": "757-664-6200"
106
+ },
107
+ "age_restriction": "all_ages",
108
+ "registration_required": false
109
+ }
110
+ ]
111
+ }
112
+