You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: metadata-changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Changes made to establish the [v1.1 Schema](/v1.1/schema)
31
31
* Adds `name` as part of `publisher` replacing earlier use of `publisher` ([#296](https://github.com/project-open-data/project-open-data.github.io/issues/296))
32
32
* Adds optional `subOrganizationOf` field as part of `publisher` to include parent organization hierarchy ([#296](https://github.com/project-open-data/project-open-data.github.io/issues/296))
33
33
* Adds optional `@type` field to specify a JSON-LD data type ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
34
+
* Recommends that `identifier` uses a URL, but does not require it. ([#69](https://github.com/project-open-data/project-open-data.github.io/issues/69))
34
35
35
36
##### Dataset Required-if-Applicable Fields
36
37
* Removes `webService` field. APIs can be described within a `distribution` using `accessURL` and `format` ([#291](https://github.com/project-open-data/project-open-data.github.io/issues/291))
Copy file name to clipboardExpand all lines: v1.1/schema.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -531,7 +531,7 @@ Dataset Fields {#Dataset}
531
531
**Cardinality** | (1,1)
532
532
**Required** | Yes, always
533
533
**Accepted Values** | String
534
-
**Usage Notes** | This field allows third parties to maintain a consistent record for datasets even if title or URLs are updated. Agencies may integrate an existing system for maintaining unique identifiers. Each identifier **must** be unique across the agency's catalog and remain fixed. Characters should be alphanumeric. It is **highly recommended** that a [URI (preferably an HTTP URL)](http://tools.ietf.org/html/rfc3986#section-1.1.3) be used to provide a globally unique identifier. Identifier URLs should be designed and maintained to persist indefinitely regardless of whether the URL of the resource itself changes.
534
+
**Usage Notes** | This field allows third parties to maintain a consistent record for datasets even if title or URLs are updated. Agencies may integrate an existing system for maintaining unique identifiers. Each identifier **must** be unique across the agency's catalog and remain fixed. It is **highly recommended** that a [URI (preferably an HTTP URL)](http://tools.ietf.org/html/rfc3986#section-1.1.3) be used to provide a globally unique identifier. Identifier URLs should be designed and maintained to persist indefinitely regardless of whether the URL of the resource itself changes.
0 commit comments