-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
31 lines (31 loc) · 1.31 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/uoe-campus-maps",
"title": "University of Edinburgh Campus Maps",
"description": "A longer description of the dataset",
"landingPage" : "https://github.com/EdinburghCityScope/uoe-campus-maps",
"issued": "2016-04-03",
"modified": "2016-04-03",
"language": ["en"],
"publisher": {
"name": "University of Edinburgh",
"mbox": "[email protected]"
},
"spatial": "http://www.geonames.org/maps/google_55.944_-3.188.html",
"keyword": ["maps", "campus","uoe","University of Edinburgh"],
"distribution": [
{
"title": "Campus Maps CSV file",
"description": "CSV representation of the campus maps data",
"mediaType": "text/csv",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/uoe-campus-maps/master/data/campus-maps.csv",
"license": "https://github.com/EdinburghCityScope/uoe-campus-maps/blob/master/LICENSE"
},
{
"title": "Campus Maps GeoJSON file",
"description": "GeoJSON representation of the campus maps data",
"mediaType": "application/vnd.geo+json",
"downloadURL": "https://raw.githubusercontent.com/EdinburghCityScope/uoe-campus-maps/master/data/campus-maps.geojson",
"license": "https://github.com/EdinburghCityScope/uoe-campus-maps/blob/master/LICENSE"
}
]
}