-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
31 lines (31 loc) · 1.38 KB
/
data.json
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
{
"id": "https://github.com/EdinburghCityScope/cec-recycling-points",
"title": "The City of Edinburgh Council recycling points",
"description": "Displays all recycling facilities across Edinburgh.",
"landingPage" : "https://github.com/EdinburghCityScope/cec-recycling-points",
"issued": "2016-04-03",
"modified": "2016-04-03",
"language": ["en"],
"publisher": {
"name": "Waste Services",
"mbox": "[email protected]"
},
"spatial": "http://www.geonames.org/maps/google_55.95_-3.193.html",
"keyword": ["bottles", "food","glass","paper","recyling","City of Edinburgh Council"],
"distribution": [
{
"title": "Recycling Points CSV file",
"description": "CSV representation of the recycling points",
"mediaType": "text/csv",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/cec-recycling-points/master/data/recycle-points.csv",
"license": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"
},
{
"title": "Recyling points GeoJSON file",
"description": "GeoJSON representation of the recycling points",
"mediaType": "application/vnd.geo+json",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/cec-recycling-points/master/data/recycle-points.geojson",
"license": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"
}
]
}