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

Commit acff4d9

Browse files
committed
Additions meant to be part of #398
1 parent 179c49a commit acff4d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: v1.1/examples/catalog-sample-extended.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"title": "Widgets REST API"
5858
}
5959
],
60-
"identifier": "widgets-0001",
60+
"identifier": "http://dx.doi.org/10.7927/H4PZ56R2",
6161
"issued": "2011-11-22",
6262
"keyword": [
6363
"widget",
@@ -116,7 +116,7 @@
116116
"hasEmail": "mailto:[email protected]"
117117
},
118118
"description": "This dataset provides ranges on widget phase modulation",
119-
"identifier": "widget-modulators",
119+
"identifier": "http://dx.doi.org/10.7927/H4K64G12",
120120
"issued": "2011-11-22",
121121
"keyword": [
122122
"widget",
@@ -186,7 +186,7 @@
186186
"title": "widgets.csv"
187187
}
188188
],
189-
"identifier": "widget-modulation-2011",
189+
"identifier": "http://dx.doi.org/10.7927/H49P2ZKM",
190190
"isPartOf": "widget-modulators",
191191
"issued": "2011-11-22",
192192
"keyword": [

Diff for: v1.1/examples/catalog-sample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"hasEmail": "mailto:[email protected]"
6363
},
6464
"description": "This dataset provides ranges on widget phase modulation",
65-
"identifier": "http://dx.doi.org/10.7927/",
65+
"identifier": "http://dx.doi.org/10.7927/H4K64G12",
6666
"keyword": [
6767
"widget",
6868
"modulation"

Diff for: v1.1/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Dataset Fields {#Dataset}
531531
**Cardinality** | (1,1)
532532
**Required** | Yes, always
533533
**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. 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. 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.
535535
**Example** | `{"identifier":"http://dx.doi.org/10.7927/H4PZ56R2"}`
536536

537537
{: .table .table-striped #isPartOf}

0 commit comments

Comments
 (0)