Skip to content

Commit 0e08108

Browse files
author
Rebecca Williams
committed
Merge pull request project-open-data#496 from project-open-data/updating-links
Updating links to address project-open-data#399
2 parents d9e64e5 + d8d2ada commit 0e08108

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

examples/catalog-sample-extended.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"accessLevelComment": null,
3232
"distribution": [
3333
{
34-
"accessURL": "https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
34+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
3535
"format": "text/csv"
3636
}
3737
],
38-
"webService": "http://explore.data.gov/api/views/ykv5-fn9t/rows.json",
38+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9t/rows.json",
3939
"license": "Public Domain",
4040
"spatial": "United States",
4141
"temporal": "2009-09-01T12:00:00Z/2010-05-31T12:00:00Z",
@@ -65,19 +65,19 @@
6565
"accessLevelComment": null,
6666
"distribution": [
6767
{
68-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
68+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
6969
"format": "text/csv"
7070
},
7171
{
72-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
72+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
7373
"format": "application/json"
7474
},
7575
{
76-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
76+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
7777
"format": "application/xml"
7878
}
7979
],
80-
"webService": "http://explore.data.gov/api/views/ykv5-fn9s/rows.json",
80+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9s/rows.json",
8181
"license": "Public Domain",
8282
"spatial": "United States",
8383
"temporal": "2008-09-01T12:00:00Z/2009-05-31T12:00:00Z",

examples/catalog-sample.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"bureauCode": "018:10",
2929
"programCode": "018:001",
3030
"accessLevelComment": "",
31-
"accessURL": "https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
31+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
3232
"format": "text/csv",
33-
"webService": "http://explore.data.gov/api/views/ykv5-fn9t/rows.json",
33+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9t/rows.json",
3434
"license": "Public Domain",
3535
"spatial": "United States",
3636
"temporal": "2009-09-01T12:00:00Z/2010-05-31T12:00:00Z"
@@ -50,19 +50,19 @@
5050
"accessLevelComment": "",
5151
"distribution": [
5252
{
53-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
53+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
5454
"format": "text/csv"
5555
},
5656
{
57-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
57+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
5858
"format": "application/json"
5959
},
6060
{
61-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
61+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
6262
"format": "application/xml"
6363
}
6464
],
65-
"webService": "http://explore.data.gov/api/views/ykv5-fn9s/rows.json",
65+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9s/rows.json",
6666
"license": "Public Domain",
6767
"spatial": "United States",
6868
"temporal": "2008-09-01T12:00:00Z/2009-05-31T12:00:00Z"

schema.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ What to Document -- Datasets and Web APIs
3838

3939
A dataset is an identifiable collection of structured data objects unified by some criteria (authorship, subject, scope, spatial, or temporal extent...). A catalog is a collection of descriptions of datasets; each description is a metadata record. The intention of a data catalog is to facilitate data access by users who are first interested in a particular kind of data, and upon finding a fit-for-purpose dataset, will next want to know how to get the data.
4040

41-
A Web API (**A**pplication **P**rogramming **I**nterface) allows computer programs to dynamically query a dataset using the World Wide Web. For example, a dataset [of farmers markets](https://explore.data.gov/Agriculture/Farmers-Markets-Geographic-Data/wfna-38ey) may be made available for download as a single file (e.g. a CSV), or may be made available to developers through a Web API, such that a computer program could use a ZIP Code to retrieve a list of farmers markets in the ZIP Code area.
41+
A Web API (**A**pplication **P**rogramming **I**nterface) allows computer programs to dynamically query a dataset using the World Wide Web. For example, a dataset [of farmers markets](http://catalog.data.gov/dataset/farmers-markets-geographic-data) may be made available for download as a single file (e.g. a CSV), or may be made available to developers through a Web API, such that a computer program could use a ZIP Code to retrieve a list of farmers markets in the ZIP Code area.
4242

4343
The catalog file for each agency should list all of the agency's datasets that can be made public, regardless of whether they are distributed by a file download or through a Web API. The **Endpoint** data element is used to indicate which datasets offer Web APIs (see below for more information on Common Core and Extended metadata elements).
4444

@@ -215,15 +215,15 @@ Further Metadata Field Guidance (alphabetical by field)
215215

216216
"distribution": [
217217
{
218-
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
218+
"accessURL":"https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
219219
"format":"text/csv"
220220
},
221221
{
222-
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.json?accessType=DOWNLOAD",
222+
"accessURL":"https:/data.example_agency.gov/views/ykv5-fn9t/rows.json?accessType=DOWNLOAD",
223223
"format":"application/json"
224224
},
225225
{
226-
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.xml?accessType=DOWNLOAD",
226+
"accessURL":"https://data.example_agency.gov/views/ykv5-fn9t/rows.xml?accessType=DOWNLOAD",
227227
"format":"text/xml"
228228
}
229229
]

transportation-case-study.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Content releasability is determined with value, quality, security, privacy, and
5252

5353
## Results
5454

55-
The DOT has released [765 datasets or tools](https://explore.data.gov/browse?Dataset-Summary_Agency=Department+of+Transportation) to Data.gov. The processes and policies that have been established under DOT’s approach to Open Government helped DOT build a comprehensive [plan](http://www.dot.gov/sites/dot.dev/files/docs/DOT%20Draft%20Enforcement%20and%20Compliance%20Data%20Report%20-%2005-18-2011%20-%20OCR.pdf) responding to the President’s [memorandum](http://www.gpo.gov/fdsys/pkg/DCPD-201100032/pdf/DCPD-201100032.pdf) on regulatory compliance that was [recognized](http://sunlightfoundation.com/blog/2011/08/31/two-suggestions-for-the-us-national-action-plan/) as a model for other agencies to follow. In May of 2012, DOT, in partnership with the Department of Justice, Department of Labor, and the Consumer Product Safety Commission, launched [Safety.Data.gov](http://safety.data.gov/) with 713 datasets, four (4) mobile apps, 14 resources and public domain software tools, and three (3) challenges or competitions. In September 2012, we held the first safety datapalooza, and the community now has 869 datasets, 10 mobile apps, and six (6) challenges or competitions encouraging public use of safety data from around the government.
55+
The DOT has released [765 datasets or tools](http://catalog.data.gov/dataset?organization=dot-gov&_organization_limit=0) to Data.gov. The processes and policies that have been established under DOT’s approach to Open Government helped DOT build a comprehensive [plan](http://www.dot.gov/sites/dot.dev/files/docs/DOT%20Draft%20Enforcement%20and%20Compliance%20Data%20Report%20-%2005-18-2011%20-%20OCR.pdf) responding to the President’s [memorandum](http://www.gpo.gov/fdsys/pkg/DCPD-201100032/pdf/DCPD-201100032.pdf) on regulatory compliance that was [recognized](http://sunlightfoundation.com/blog/2011/08/31/two-suggestions-for-the-us-national-action-plan/) as a model for other agencies to follow. In May of 2012, DOT, in partnership with the Department of Justice, Department of Labor, and the Consumer Product Safety Commission, launched [Safety.Data.gov](http://safety.data.gov/) with 713 datasets, four (4) mobile apps, 14 resources and public domain software tools, and three (3) challenges or competitions. In September 2012, we held the first safety datapalooza, and the community now has 869 datasets, 10 mobile apps, and six (6) challenges or competitions encouraging public use of safety data from around the government.
5656

5757
DOT has already recognized benefits as a result of regulatory transparency efforts. For example, for the first time, FMCSA has begun releasing the information behind its Safety Measurement System (SMS) to the public in bulk, downloadable formats. Business and private citizens are mining this data for potential opportunities. For instance, a windshield repair company looking to grow its business is mining FMCSA information about safety violations to identify new customers. DOT and the public realize a benefit because the commercial vehicle operator customer is using a safer vehicle and operating in compliance with Federal Motor Carrier Safety Regulations. In addition, DOT has pursued innovation in its data release practices:
5858
* FMCSA released an [API](https://mobile.fmcsa.dot.gov/developer/home.page) and [mobile application](https://www.fmcsa.dot.gov/safety-security/saferbus/saferbus.aspx) to help people easily access a bus
@@ -72,7 +72,7 @@ foundation for further innovation. DOT took the vision for the [safety community
7272
* [DOT Open Government](http://www.dot.gov/open)
7373
* [DOT Data Inventory](http://www.dot.gov/open/data)
7474
* [DOT Regulatory Compliance Plan](http://www.dot.gov/sites/dot.dev/files/docs/DOT%20Draft%20Enforcement%20and%20Compliance%20Data%20Report%20-%2005-18-2011%20-%20OCR.pdf)
75-
* [DOT on Data.gov](https://explore.data.gov/browse?Dataset-Summary_Agency=Department+of+Transportation)
75+
* [DOT on Data.gov](http://catalog.data.gov/dataset?organization=dot-gov&_organization_limit=0)
7676
* [Safety community on Data.gov](http://safety.data.gov)
7777

7878

0 commit comments

Comments
 (0)