-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathMeeting-01.json
More file actions
106 lines (106 loc) · 4.18 KB
/
Meeting-01.json
File metadata and controls
106 lines (106 loc) · 4.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"$schema": "https://schema.oparl.org/1.1/Meeting",
"id": "https://oparl.example.org/meeting/281",
"type": "https://schema.oparl.org/1.1/Meeting",
"name": "4. Sitzung des Finanzausschusses",
"start": "2013-01-04T08:00:00+01:00",
"end": "2013-01-04T12:00:00+01:00",
"location": {
"id": "https://oparl.example.org/location/0",
"type": "https://schema.oparl.org/1.1/Location",
"description": "Rathaus der Beispielstadt, Ratshausplatz 1, 12345 Beispielstadt",
"created": "2012-01-06T12:01:00+01:00",
"modified": "2012-01-08T14:05:27+01:00",
"geojson": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
50.1234,
10.4321
]
},
"properties": {
"name": "Rathausplatz"
}
}
},
"organization": [
"https://oparl.example.org/organization/34"
],
"invitation": {
"id": "https://oparl.example.org/files/57739",
"type": "https://schema.oparl.org/1.1/File",
"name": "Einladung",
"fileName": "einladung.pdf",
"mimeType": "application/pdf",
"date": "2012-01-08",
"modified": "2012-01-08T14:05:27+01:00",
"sha1Checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 82930,
"accessUrl": "https://oparl.example.org/files/57739.pdf",
"downloadUrl": "https://oparl.example.org/files/download/57739.pdf",
"created": "2012-01-06T12:01:00+01:00"
},
"resultsProtocol": {
"id": "https://oparl.example.org/files/57739",
"type": "https://schema.oparl.org/1.1/File",
"name": "Protokoll",
"fileName": "protokoll.pdf",
"mimeType": "application/pdf",
"date": "2012-01-08",
"sha1Checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 82930,
"accessUrl": "https://oparl.example.org/files/57739.pdf",
"downloadUrl": "https://oparl.example.org/files/download/57739.pdf",
"modified": "2012-01-08T14:05:27+01:00",
"created": "2012-01-06T12:01:00+01:00"
},
"verbatimProtocol": {
"id": "https://oparl.example.org/files/57739",
"type": "https://schema.oparl.org/1.1/File",
"name": "Wortprotokoll",
"fileName": "wortprotokoll.pdf",
"mimeType": "application/pdf",
"date": "2012-01-08",
"sha1Checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 82930,
"accessUrl": "https://oparl.example.org/files/57739.pdf",
"downloadUrl": "https://oparl.example.org/files/download/57739.pdf",
"modified": "2012-01-08T14:05:27+01:00",
"created": "2012-01-08T14:05:27+01:00"
},
"auxiliaryFile": [
{
"id": "https://oparl.example.org/files/57739",
"type": "https://schema.oparl.org/1.1/File",
"name": "Nachtrags-Tagesordnung",
"fileName": "nachtrag-TO.pdf",
"mimeType": "application/pdf",
"date": "2012-01-08",
"sha1Checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 82930,
"accessUrl": "https://oparl.example.org/files/57739.pdf",
"downloadUrl": "https://oparl.example.org/files/download/57739.pdf",
"modified": "2012-01-08T14:05:27+01:00",
"created": "2012-01-08T14:05:27+01:00"
}
],
"agendaItem": [
{
"id": "https://oparl.example.org/agendaitem/3271",
"type": "https://schema.oparl.org/1.1/AgendaItem",
"meeting": "https://oparl.example.org/meeting/281",
"number": "10.1",
"name": "Satzungsänderung für Ausschreibungen",
"public": true,
"consultation": "https://oparl.example.org/consultation/1034",
"result": "Geändert beschlossen",
"resolutionText": "Der Beschluss weicht wie folgt vom Antrag ab: ...",
"created": "2012-01-06T12:01:00+01:00",
"modified": "2012-01-08T14:05:27+01:00"
}
],
"created": "2012-01-06T12:01:00+01:00",
"modified": "2012-01-08T14:05:27+01:00"
}