Skip to content

Commit 5aed2f1

Browse files
authored
Merge pull request #83 from ICPSR/update_geo_coverage_input
Updated Geographic Coverage Area input guidance
2 parents d3ecaec + 49ddd24 commit 5aed2f1

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

markdown/icpsr_study_schema.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ICPSR Metadata Schema
22

3-
Last updated: January 05, 2026
3+
Last updated: April 14, 2026
44

55
This is the metadata schema used to describe data collections at the Inter-university Consortium for Political and Social Research (ICPSR). These rules and definitions represent ICPSR's metadata practices and are intended to (a) assist ICPSR staff with metadata entry, and (b) help ICPSR users -- including data depositors and researchers accessing data -- understand how to use and interpret our metadata.
66

@@ -990,18 +990,19 @@ The Summary is written in the third person and avoids attempting to address issu
990990

991991
**Controlled Vocabulary:** [ICPSR Geographic Names Thesaurus](https://www.icpsr.umich.edu/web/ICPSR/thesaurus/10003).
992992

993-
**Usage Notes:**
994-
Each geographic term's full hierarchy must be included; please note:
993+
**Usage Notes:** Each geographic term's full hierarchy must be included; please note:
995994

996995
* For a U.S. city, the state and country are listed alongside (e.g., 'Los Angeles, California, United States').
997996
* Non-U.S. geographic subdivisions need not include hierarchical relations, with the specific exceptions of Canadian provinces and the countries within the United Kingdom.
998997
* 'Global' may be appropriate for studies where the universe of participants is truly worldwide. Possible examples include online surveys that are not restricted by geography, or studies of organizations, such as NGOs.
999998
* County-level information is typically not indicated. If a U.S. county will be included, the state name and 'United States' must be listed as well.
1000999

1001-
The [Getty Thesaurus of Geographic Names](http://www.getty.edu/research/tools/vocabularies/tgn/index.html) is referenced when introducing new geographic names.
1000+
The [Getty Thesaurus of Geographic Names](http://www.getty.edu/research/tools/vocabularies/tgn/index.html) is referenced when introducing new geographic names.
10021001

10031002
**ICPSR Input Guidance:** The metadata editor will automatically put this element's values in alphabetical order, regardless of hierarchy.
10041003

1004+
For United States-based data collections that include some or all U.S. island territories (e.g., American Samoa, Puerto Rico, Northern Mariana Islands, Virgin Islands of the United States, and Guam), list each of these territories separately in the Geographic Coverage Areas field.
1005+
10051006
**Examples:**
10061007

10071008
```json

markdown/version_history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Date | Version | Note |
44
|------|---------|------|
5+
| April 14, 2026 | v1.3 | Updated ICPSR input guidance for Geographic Coverage Area. |
56
| April 11, 2025 | v1.2 | Updated field definitions to improve clarity. |
67
| June 28, 2024 | v1.1 | Removed guidance regarding null entries for National Institute of Justice studies. Several fields previously required "None" when otherwise a field would be left blank. Updated internal guidance for 'external source id' and 'funding purpose' elements. Added 'study number' and distributor 'order' elements to address earlier oversights. |
78
| Oct. 30, 2023 | v1 | Initial release and publication of the ICPSR Metadata Schema. |

schema/icpsr_study_schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@
378378
"minItems": 1,
379379
"controlledVocab": "[ICPSR Geographic Names Thesaurus](https://www.icpsr.umich.edu/web/ICPSR/thesaurus/10003).",
380380
"$ref": "https://schemas.icpsr.umich.edu/schema/yaml/geographic_coverage_area?version=v1",
381-
"icpsrGuidance": "The metadata editor will automatically put this element's values in alphabetical order, regardless of hierarchy.",
382381
"examples": [
383382
["United States", "Maryland", "Baltimore"],
384383
["United Kingdom", "China"],

schema/yaml/geographic_coverage_area.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
$schema: https://json-schema.org/draft-07/schema#
33
$id: https://schemas.icpsr.umich.edu/schema/yaml/geographic_coverage_area?version=v1
44
usageNotes: |
5-
65
Each geographic term's full hierarchy must be included; please note:
76
87
* For a U.S. city, the state and country are listed alongside (e.g., 'Los Angeles, California, United States').
98
* Non-U.S. geographic subdivisions need not include hierarchical relations, with the specific exceptions of Canadian provinces and the countries within the United Kingdom.
109
* 'Global' may be appropriate for studies where the universe of participants is truly worldwide. Possible examples include online surveys that are not restricted by geography, or studies of organizations, such as NGOs.
1110
* County-level information is typically not indicated. If a U.S. county will be included, the state name and 'United States' must be listed as well.
1211
13-
The [Getty Thesaurus of Geographic Names](http://www.getty.edu/research/tools/vocabularies/tgn/index.html) is referenced when introducing new geographic names.
12+
The [Getty Thesaurus of Geographic Names](http://www.getty.edu/research/tools/vocabularies/tgn/index.html) is referenced when introducing new geographic names.
13+
icpsrGuidance: |
14+
The metadata editor will automatically put this element's values in alphabetical order, regardless of hierarchy.
15+
16+
For United States-based data collections that include some or all U.S. island territories (e.g., American Samoa, Puerto Rico, Northern Mariana Islands, Virgin Islands of the United States, and Guam), list each of these territories separately in the Geographic Coverage Areas field.

0 commit comments

Comments
 (0)