This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 585
/
catalog-sample.json
69 lines (68 loc) · 3.25 KB
/
catalog-sample.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
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
[
{
"title": "Data Catalog",
"description": "Version 1.0",
"keyword": ["catalog"],
"modified": "2013-05-09",
"publisher": "US Department of X",
"contactPoint": "John Doe",
"mbox": "[email protected]",
"identifier": "1",
"accessLevel": "public",
"bureauCode": ["018:10"],
"programCode": ["018:001"],
"accessURL": "http://agency.gov/data.json",
"format": "application/json"
},
{
"title": "Public Elementary/Secondary Listing",
"description": "The purpose of the CCD nonfiscal surveys is to provide a listing of all schools and agencies providing free public elementary and secondary education, along with basic descriptive statistical information on each school and agency listed. Penalties apply for misuse, seehttp://nces.ed.gov/ncesglobal/data_usage_agreement.asp for more details.",
"keyword": ["education","schools","children","locations","gis"],
"modified": "2011-11-19T12:00:00Z",
"publisher": "US Department of Education",
"contactPoint": "Jane Doe",
"mbox": "[email protected]",
"identifier": "gov-doe-nces-1121",
"accessLevel": "public",
"bureauCode": "018:10",
"programCode": "018:001",
"accessLevelComment": "",
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
"format": "text/csv",
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9t/rows.json",
"license": "Public Domain",
"spatial": "United States",
"temporal": "2009-09-01T12:00:00Z/2010-05-31T12:00:00Z"
},
{
"title": "Public Elementary/Secondary Other Listing",
"description": "The purpose of the alt-CCD nonfiscal surveys is to provide a listing of all schools and agencies providing free public elementary and secondary education, along with basic descriptive statistical information on each school and agency listed. Penalties apply for misuse, seehttp://nces.ed.gov/ncesglobal/data_usage_agreement.asp for more details.",
"keyword": ["education","schools","gis"],
"modified": "2010-11-19T12:00:00Z",
"publisher": "US Department of Education",
"contactPoint": "Jane Doe",
"mbox": "[email protected]",
"identifier": "gov-doe-nces-1120",
"accessLevel": "public",
"bureauCode": ["018:10"],
"programCode": ["018:001"],
"accessLevelComment": "",
"distribution": [
{
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
"format": "text/csv"
},
{
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
"format": "application/json"
},
{
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
"format": "application/xml"
}
],
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9s/rows.json",
"license": "Public Domain",
"spatial": "United States",
"temporal": "2008-09-01T12:00:00Z/2009-05-31T12:00:00Z"
}]