-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport-example.json
More file actions
62 lines (62 loc) · 1.87 KB
/
import-example.json
File metadata and controls
62 lines (62 loc) · 1.87 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
[
{
"title": "Bevölkerungszahlen 2024",
"publisher": "Statistisches Amt",
"description": "Bevölkerungszahlen nach Stadt und Jahr für 2024",
"access_url": "https://example.com/data/population-2024.csv",
"license": "cc-by",
"theme": "SOCI",
"language": "de",
"format": "CSV",
"issued": "2024-01-15",
"keywords": "Demografie, Statistik"
},
{
"title": "Arbeitslosenquoten 2024",
"publisher": "Arbeitsamt",
"description": "Monatliche Arbeitslosenquoten nach Bundesland",
"access_url": "https://example.com/data/unemployment.xlsx",
"license": "cc0",
"theme": "ECON",
"language": "de",
"format": "XLSX",
"issued": "2024-02-01",
"keywords": "Beschäftigung, Wirtschaft"
},
{
"title": "Schulstandorte",
"publisher": "Bildungsministerium",
"description": "Verzeichnis aller öffentlichen Schulen mit Adressen",
"access_url": "https://example.com/data/schools.geojson",
"license": "cc-by-sa",
"theme": "EDUC",
"language": "de",
"format": "GeoJSON",
"issued": "2024-01-01",
"keywords": "Schulen, Bildung, Geolocation"
},
{
"title": "Breitbandverfügbarkeit",
"publisher": "Telekommunikationsbehörde",
"description": "Verfügbarkeit von Breitbandanbindung nach Postleitzahl",
"access_url": "https://example.com/data/broadband.csv",
"license": "cc0",
"theme": "TECH",
"language": "de",
"format": "CSV",
"issued": "2024-03-01",
"keywords": "Internet, Infrastruktur"
},
{
"title": "Energieverbrauch nach Sektor 2023",
"publisher": "Energieamt",
"description": "Jährlicher Energieverbrauch nach Wirtschaftssektor",
"access_url": "https://example.com/data/energy.json",
"license": "cc-by",
"theme": "ENVI",
"language": "de",
"format": "JSON",
"issued": "2023-12-31",
"keywords": "Energie, Umwelt, Statistik"
}
]