Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 43b702f

Browse files
committed
Update links for v1.1 schema
1 parent 9854d27 commit 43b702f

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

Diff for: faq.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ While ISO 32000 is an open standard, the Portable Document Format (PDF) does not
9595

9696
### What is the relationship of the metadata standard (specifically) to NIEM, ISE, FGDC, and other existing (especially official) government data standards?
9797

98-
The [Project Open Data metadata schema](/schema/) is based on existing vocabularies and easily mapped to NIEM, Information Sharing Environment, and FGDC.
98+
The [Project Open Data metadata schema](/v1.1/schema) is based on existing vocabularies and easily mapped to NIEM, Information Sharing Environment, and FGDC.
9999

100100
### What is a "persistent identifier"?
101101

@@ -107,9 +107,9 @@ The core metadata schema was the result of recommendations from a government-wid
107107

108108
### How can I recommend changes and improvements to the metadata schema?
109109

110-
Submit a pull request for the [metadata schema](/schema/).
110+
Submit a [new issue](https://github.com/project-open-data/project-open-data.github.io/issues/new) describing the change you would like to see.
111111

112-
### Can I extend the metadata schema beyond the terms specified in the [Project Open Data metadata schema](/schema/)?
112+
### Can I extend the metadata schema beyond the terms specified in the [Project Open Data metadata schema](/v1.1/schema)?
113113

114114
Yes, if your data management process includes rich metadata specific to the mission of your agency or the Line of Business in which your agency participates, publishing additional metadata that makes your data more useful to the public is welcomed and encouraged. Note that Data.gov will be harvesting only the metadata in this published schema unless specific arrangements are in place (e.g. geospatial FGDC/ISO).
115115

@@ -160,7 +160,7 @@ A wide variety of tools are available to manage a data catalog, whether public-f
160160

161161
### What formats are required/optional for the agency.gov/data file?
162162

163-
JSON is required though there are several optional syntaxes that can also be used when publishing the data file. The syntax that is required to make the data readily available to developers is JSON (JavaScript Object Notation). Agencies should also create a data.html file for the human-browsable data homepage and may use RDFa Lite (Resource Description Framework) to mark-up each dataset's metadata using the [Project Open Data metadata schema](/schema/). Agencies may also choose to populate a metadata file using XML (eXtensible Markup Language). These alternate metadata files are optional but agencies must maintain the JSON version at agency.gov/data.json. [Tools](http://labs.data.gov) are available to transform any instance of the file into the alternative formats.
163+
JSON is required though there are several optional syntaxes that can also be used when publishing the data file. The syntax that is required to make the data readily available to developers is JSON (JavaScript Object Notation). Agencies should also create a data.html file for the human-browsable data homepage and may use RDFa Lite (Resource Description Framework) to mark-up each dataset's metadata using the [Project Open Data metadata schema](/v1.1/schema). Agencies may also choose to populate a metadata file using XML (eXtensible Markup Language). These alternate metadata files are optional but agencies must maintain the JSON version at agency.gov/data.json. [Tools](http://labs.data.gov) are available to transform any instance of the file into the alternative formats.
164164

165165
## Agency participation with Open Data
166166

Diff for: implementation-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ This guidance introduces an Enterprise Data Inventory framework to provide agenc
3838
### A. Create and Maintain an Enterprise Data Inventory
3939

4040
#### Purpose
41-
To develop a clear and comprehensive understanding of what data assets they possess, Federal Agencies are required to create an Enterprise Data Inventory (Inventory) that accounts for all data assets created or collected by the agency. This includes, but is not limited to, data assets used in the agency’s information systems. The Inventory must be enterprise-wide, accounting for data assets across programs<sup>[2](#footnote-2)</sup> and bureaus<sup>[3](#footnote-3)</sup>, and must use the required [Project Open Data metadata schema](/schema) available on Project Open Data. After creating the Inventory, agencies should continually improve the usefulness of the Inventory by expanding, enriching, and opening the Inventory (concepts described in the framework below).
41+
To develop a clear and comprehensive understanding of what data assets they possess, Federal Agencies are required to create an Enterprise Data Inventory (Inventory) that accounts for all data assets created or collected by the agency. This includes, but is not limited to, data assets used in the agency’s information systems. The Inventory must be enterprise-wide, accounting for data assets across programs<sup>[2](#footnote-2)</sup> and bureaus<sup>[3](#footnote-3)</sup>, and must use the required [Project Open Data metadata schema](/v1.1/schema) available on Project Open Data. After creating the Inventory, agencies should continually improve the usefulness of the Inventory by expanding, enriching, and opening the Inventory (concepts described in the framework below).
4242

4343
The objectives of this activity are to:
4444

4545
* Build an internal inventory that accounts for data assets used in the agency' s information systems
4646
* Include data assets produced through agency contracts and cooperative agreements, and in some cases agency-funded grants; include data assets associated with, but not limited to, research, program administration, statistical, and financial activities
4747
* Indicate if the data may be made publicly available and if currently available
48-
* Describe the data with [Project Open Data metadata schema](/schema) available on Project Open Data.
48+
* Describe the data with [Project Open Data metadata schema](/v1.1/schema) available on Project Open Data.
4949

5050
#### Framework to Create and Maintain the Enterprise Data Inventory: Expand, Enrich, Open
5151
Since agencies have varying levels of visibility into their data assets, the size and maturity of agencies’ Enterprise Data Inventories will differ across agencies. OMB will assess agency progress toward overall maturity of the Enterprise Data Inventory through the maturity areas of “Expand,” “Enrich,” and “Open.”

Diff for: index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This section is a list of definitions and principles used to guide the project.
3030

3131
2-4 [Open Licenses](open-licenses/) - The definition for open licenses.
3232

33-
2-5 [Project Open Data Metadata Schema](schema/) - The schema used to describe datasets, APIs, and published data at agency.gov/data.
33+
2-5 [Project Open Data Metadata Schema](/v1.1/schema/) - The schema used to describe datasets, APIs, and published data at agency.gov/data.
3434

3535
----------------
3636

@@ -66,9 +66,9 @@ This section is a list of ready-to-use solutions or tools that will help agencie
6666

6767
4-6 [Catalog Generator](http://labs.data.gov/dashboard/datagov/csv_to_json) - Multi-format tool to generate and maintain agency.gov/data catalog files. - *[Alternative](http://project-open-data.github.com/catalog-generator/)*
6868

69-
4-7 A data.json validator can help you check compliance with the POD schema. - *[Hosted](http://data.civicagency.org/validate)*
69+
4-7 [Data.json validator](http://labs.data.gov/dashboard/validate) can help you check compliance with the POD schema.
7070

71-
4-8 [Project Open Data Dashboard](http://data.civicagency.org) - A dashboard to check the status of /data and /data.json at each agency. This also includes a validator.
71+
4-8 [Project Open Data Dashboard](http://labs.data.gov/dashboard/) - A dashboard to check the status of /data and /data.json at each agency. This also includes a validator.
7272

7373
4-9 [Data.json File Merger](http://data.json.file.merger.ongithub.com/) - Allows the easy combination of multiple data.json files from component agencies or bureaus into one combined file.
7474

Diff for: metadata-changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This page lists changes to the Project Open Data metadata schema by version. Lat
1111

1212
### Version 1.1 _(DRAFT - as of 11/6/2014)_
1313

14+
Changes made to establish the [v1.1 Schema](/v1.1/schema)
15+
1416
##### Catalog Required Fields
1517
* Adds required `conformsTo` field to specify the schema version ([#309](https://github.com/project-open-data/project-open-data.github.io/issues/309))
1618
* Adds required `dataset` field as a container for all datasets listed ([#309](https://github.com/project-open-data/project-open-data.github.io/issues/309))
@@ -57,7 +59,7 @@ This page lists changes to the Project Open Data metadata schema by version. Lat
5759

5860
### Version 1.0 FINAL - 9/20/2013
5961

60-
####Updates to original draft metadata:
62+
Changes made to establish the [v1.0 Schema](/schema)
6163

6264
##### “Common Core” Required Fields
6365
* Aligns `modified` field to ISO 8601 of least resolution

0 commit comments

Comments
 (0)