Skip to content

Commit f3c0dd9

Browse files
committed
integrate controlled values
1 parent d77639c commit f3c0dd9

7 files changed

Lines changed: 117 additions & 182 deletions

docs/ogm-aardvark-controlled-values.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

docs/ogm-aardvark.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
<div style="float:left; margin-right:5em; line-height:1.1" markdown="1">
44

5-
### Descriptive
5+
#### Descriptive
66
- ==[Title](#title) (R)==
77
- [Alternative Title](#alternative-title)
88
- [Description](#description) (S)
99
- [Language](#language) (v)
1010
- [Display Note](#display-note)
1111

12-
### Credits
12+
#### Credits
1313
- [Creator](#creator) (S)
1414
- [Publisher](#publisher) (S)
1515
- [Provider](#provider) (S)
1616

17-
### Categories
17+
#### Categories
1818
- ==[Resource Class](#resource-class) (R)== (v)
1919
- [Resource Type](#resource-type) (S) (v)
2020
- [Subject](#subject)
2121
- [Theme](#theme) (v)
2222
- [Keyword](#keyword)
2323

24-
### [Temporal :material-link:](../temporal-fields)
24+
#### [Temporal :material-link:](../temporal-fields)
2525
- [Temporal Coverage](#temporal-coverage) (S)
2626
- [Date Issued](#date-issued)
2727
- [Index Year](#index-year) (S)
@@ -30,14 +30,14 @@
3030
</div>
3131
<div style="float:left; margin-right:5em; line-height:1.1" markdown="1">
3232

33-
### [Spatial :material-link:](../spatial-fields)
33+
#### [Spatial :material-link:](../spatial-fields)
3434
- [Spatial Coverage](#spatial-coverage) (S)
3535
- [Geometry](#geometry) (S)
3636
- [Bounding Box](#bounding-box) (S)
3737
- [Centroid](#centroid)
3838
- [Georeferenced](#georeferenced)
3939

40-
### Relations
40+
#### Relations
4141
- [Relation](#relation)
4242
- [Member Of](#member-of)
4343
- [Is Part Of](#is-part-of)
@@ -46,7 +46,7 @@
4646
- [Replaces](#replaces)
4747
- [Is Replaced By](#is-replaced-by)
4848

49-
### Rights
49+
#### Rights
5050
- [Rights](#rights_1) (S)
5151
- [Rights Holder](#rights-holder)
5252
- [License](#license)
@@ -55,19 +55,19 @@
5555
</div>
5656
<div style="float:left; line-height:1.1" markdown="1">
5757

58-
### Object
58+
#### Object
5959
- [Format](#format) (C) (v)
6060
- [File Size](#file-size)
6161

62-
### Links
62+
#### Links
6363
- [References](#references) (S)
6464
- [WxS Identifier](#wxs-identifier)
6565

66-
### Identifiers
66+
#### Identifiers
6767
- ==[ID](#id) (R)==
6868
- [Identifier](#identifier) (S)
6969

70-
### Admin
70+
#### Admin
7171
- ==[Modified](#modified) (R)==
7272
- ==[Metadata Version](#metadata-version) (R)== (v)
7373
- [Suppressed](#suppressed)
@@ -122,7 +122,7 @@
122122
## Format
123123
{{ read_csv('ogm-aardvark/format.csv') }}
124124

125-
### Format Recommended Values
125+
### Format Values
126126

127127
* ArcGRID
128128
* CD-ROM
@@ -183,6 +183,12 @@
183183
## Language
184184
{{ read_csv('ogm-aardvark/language.csv') }}
185185

186+
### Language Values
187+
188+
[:octicons-link-external-24: See Library of Congress for full list.](https://www.loc.gov/standards/iso639-2/php/English_list.php)
189+
190+
{{ read_csv('ogm-aardvark/language-vocabulary.csv') }}
191+
186192
## License
187193
{{ read_csv('ogm-aardvark/license.csv') }}
188194

@@ -216,7 +222,7 @@
216222
## Resource Class
217223
{{ read_csv('ogm-aardvark/resource-class.csv') }}
218224

219-
### Resource Class Controlled Values
225+
### Resource Class Values
220226

221227
* Collections
222228
* Datasets
@@ -227,10 +233,20 @@
227233
* Other
228234

229235
## Resource Type
236+
230237
{{ read_csv('ogm-aardvark/resource-type.csv') }}
231238

232-
### Resource Type Controlled Values
233-
{{ read_csv('ogm-aardvark/resource-type-vocabulary.csv') }}
239+
### Resource Type Values-LOC
240+
241+
The following table lists terms from the Library of Congress Cartographic Genres. These values will be most applicable to **scanned maps**.
242+
243+
{{ read_csv('ogm-aardvark/resource-type-vocabulary-loc.csv') }}
244+
245+
### Resource Type Values-OGM
246+
247+
The following table lists terms from the OpenGeoMetadata community. They are most applicable to **geospatial data**.
248+
249+
{{ read_csv('ogm-aardvark/resource-type-vocabulary-ogm.csv') }}
234250

235251
## Rights
236252
{{ read_csv('ogm-aardvark/rights.csv') }}
@@ -256,7 +272,7 @@
256272
## Theme
257273
{{ read_csv('ogm-aardvark/theme.csv') }}
258274

259-
### Theme Controlled Values
275+
### Theme Values
260276
{{ read_csv('ogm-aardvark/theme-vocabulary.csv') }}
261277

262278
## Title

docs/ogm-aardvark/references.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Field type,string (serialized JSON)
66
Purpose,To provide external URLs for accessing or describing the resource
77
Entry Guidelines,"This field defines external services and references using the CatInterOp approach. The field value is a serialized JSON array of key/value pairs, with keys representing namespace URI's and values the URL. See the [Configure References Links](../configure-references-links/) page for detailed information about configuring this field."
88
Commentary,"All of the external links for the resource are added to This field as a serialized JSON array of key/value pairs. The download key/value pair is unique, because the value can be an array."
9-
Controlled Vocabulary,yes - see [Reference URIs](../reference-uris/)
9+
Controlled Vocabulary,"The ""key"" part of the key/value pairs are predefined in the [Reference URIs](../reference-uris/)"
1010
Example value,"""{\""http://schema.org/url\"":\""http://purl.stanford.edu/bm662dm5913\"",\""http://schema.org/downloadUrl\"":\""http://stacks.stanford.edu/file/druid:bm662dm5913/data.zip\""}"""
1111
Element Set,DCMI
1212
Group,Distribution
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
Term,Term URI
2+
Aerial photographs,[http://id.loc.gov/authorities/genreForms/gf2011026032](http://id.loc.gov/authorities/genreForms/gf2011026032)
3+
Aerial views,[http://id.loc.gov/authorities/genreForms/gf2011026033](http://id.loc.gov/authorities/genreForms/gf2011026033)
4+
Aeronautical charts,[http://id.loc.gov/authorities/genreForms/gf2011026034](http://id.loc.gov/authorities/genreForms/gf2011026034)
5+
Armillary spheres,[http://id.loc.gov/authorities/genreForms/gf2011026800](http://id.loc.gov/authorities/genreForms/gf2011026800)
6+
Astronautical charts,[http://id.loc.gov/authorities/genreForms/gf2011026055](http://id.loc.gov/authorities/genreForms/gf2011026055)
7+
Astronomical models,[http://id.loc.gov/authorities/genreForms/gf2011026056](http://id.loc.gov/authorities/genreForms/gf2011026056)
8+
Atlases,[http://id.loc.gov/authorities/genreForms/gf2011026058](http://id.loc.gov/authorities/genreForms/gf2011026058)
9+
Bathymetric maps,[http://id.loc.gov/authorities/genreForms/gf2011026081](http://id.loc.gov/authorities/genreForms/gf2011026081)
10+
Block diagrams,[http://id.loc.gov/authorities/genreForms/gf2011026093](http://id.loc.gov/authorities/genreForms/gf2011026093)
11+
Bottle-charts,[http://id.loc.gov/authorities/genreForms/gf2011026097](http://id.loc.gov/authorities/genreForms/gf2011026097)
12+
Cadastral maps,[http://id.loc.gov/authorities/genreForms/gf2011026106](http://id.loc.gov/authorities/genreForms/gf2011026106)
13+
Cartographic materials,[http://id.loc.gov/authorities/genreForms/gf2011026113](http://id.loc.gov/authorities/genreForms/gf2011026113)
14+
Cartographic materials for people with visual disabilities,[http://id.loc.gov/authorities/genreForms/gf2015026018](http://id.loc.gov/authorities/genreForms/gf2015026018)
15+
Celestial charts,[http://id.loc.gov/authorities/genreForms/gf2011026116](http://id.loc.gov/authorities/genreForms/gf2011026116)
16+
Celestial globes,[http://id.loc.gov/authorities/genreForms/gf2011026117](http://id.loc.gov/authorities/genreForms/gf2011026117)
17+
Census data,[http://id.loc.gov/authorities/genreForms/gf2014026059](http://id.loc.gov/authorities/genreForms/gf2014026059)
18+
Children's atlases,[http://id.loc.gov/authorities/genreForms/gf2011026121](http://id.loc.gov/authorities/genreForms/gf2011026121)
19+
Children's maps,[http://id.loc.gov/authorities/genreForms/gf2011026124](http://id.loc.gov/authorities/genreForms/gf2011026124)
20+
Comparative maps,[http://id.loc.gov/authorities/genreForms/gf2011026155](http://id.loc.gov/authorities/genreForms/gf2011026155)
21+
Composite atlases,[http://id.loc.gov/authorities/genreForms/gf2011026057](http://id.loc.gov/authorities/genreForms/gf2011026057)
22+
Digital elevation models,[http://id.loc.gov/authorities/genreForms/gf2011026787](http://id.loc.gov/authorities/genreForms/gf2011026787)
23+
Digital maps,[http://id.loc.gov/authorities/genreForms/gf2011026199](http://id.loc.gov/authorities/genreForms/gf2011026199)
24+
Early maps,[http://id.loc.gov/authorities/genreForms/gf2011026218](http://id.loc.gov/authorities/genreForms/gf2011026218)
25+
Ephemerides,[http://id.loc.gov/authorities/genreForms/gf2013025048](http://id.loc.gov/authorities/genreForms/gf2013025048)
26+
Ethnographic maps,[http://id.loc.gov/authorities/genreForms/gf2014026012](http://id.loc.gov/authorities/genreForms/gf2014026012)
27+
Fire insurance maps,[http://id.loc.gov/authorities/genreForms/gf2011026284](http://id.loc.gov/authorities/genreForms/gf2011026284)
28+
Flow maps,[http://id.loc.gov/authorities/genreForms/gf2011026756](http://id.loc.gov/authorities/genreForms/gf2011026756)
29+
Gazetteers,[http://id.loc.gov/authorities/genreForms/gf2011026811](http://id.loc.gov/authorities/genreForms/gf2011026811)
30+
Geological cross-sections,[http://id.loc.gov/authorities/genreForms/gf2011026295](http://id.loc.gov/authorities/genreForms/gf2011026295)
31+
Geological maps,[http://id.loc.gov/authorities/genreForms/gf2011026296](http://id.loc.gov/authorities/genreForms/gf2011026296)
32+
Globes,[http://id.loc.gov/authorities/genreForms/gf2011026300](http://id.loc.gov/authorities/genreForms/gf2011026300)
33+
Gores (Maps),[http://id.loc.gov/authorities/genreForms/gf2011026304](http://id.loc.gov/authorities/genreForms/gf2011026304)
34+
Gravity anomaly maps,[http://id.loc.gov/authorities/genreForms/gf2010025067](http://id.loc.gov/authorities/genreForms/gf2010025067)
35+
Index maps,[http://id.loc.gov/authorities/genreForms/gf2011026325](http://id.loc.gov/authorities/genreForms/gf2011026325)
36+
Linguistic atlases,[http://id.loc.gov/authorities/genreForms/gf2011026365](http://id.loc.gov/authorities/genreForms/gf2011026365)
37+
Loran charts,[http://id.loc.gov/authorities/genreForms/gf2011026374](http://id.loc.gov/authorities/genreForms/gf2011026374)
38+
Manuscript maps,[http://id.loc.gov/authorities/genreForms/gf2011026385](http://id.loc.gov/authorities/genreForms/gf2011026385)
39+
Mappae mundi,[http://id.loc.gov/authorities/genreForms/gf2011026386](http://id.loc.gov/authorities/genreForms/gf2011026386)
40+
Mental maps,[http://id.loc.gov/authorities/genreForms/gf2012025033](http://id.loc.gov/authorities/genreForms/gf2012025033)
41+
Meteorological charts,[http://id.loc.gov/authorities/genreForms/gf2011026394](http://id.loc.gov/authorities/genreForms/gf2011026394)
42+
Military maps,[http://id.loc.gov/authorities/genreForms/gf2011026396](http://id.loc.gov/authorities/genreForms/gf2011026396)
43+
Mine maps,[http://id.loc.gov/authorities/genreForms/gf2011026399](http://id.loc.gov/authorities/genreForms/gf2011026399)
44+
Miniature maps,[http://id.loc.gov/authorities/genreForms/gf2011026400](http://id.loc.gov/authorities/genreForms/gf2011026400)
45+
Nautical charts,[http://id.loc.gov/authorities/genreForms/gf2011026418](http://id.loc.gov/authorities/genreForms/gf2011026418)
46+
Outline maps,[http://id.loc.gov/authorities/genreForms/gf2011026434](http://id.loc.gov/authorities/genreForms/gf2011026434)
47+
Photogrammetric maps,[http://id.loc.gov/authorities/genreForms/gf2012025032](http://id.loc.gov/authorities/genreForms/gf2012025032)
48+
Photomaps,[http://id.loc.gov/authorities/genreForms/gf2011026755](http://id.loc.gov/authorities/genreForms/gf2011026755)
49+
Physical maps,[http://id.loc.gov/authorities/genreForms/gf2011026440](http://id.loc.gov/authorities/genreForms/gf2011026440)
50+
Pictorial maps,[http://id.loc.gov/authorities/genreForms/gf2011026441](http://id.loc.gov/authorities/genreForms/gf2011026441)
51+
Plotting charts,[http://id.loc.gov/authorities/genreForms/gf2011026449](http://id.loc.gov/authorities/genreForms/gf2011026449)
52+
Portolan charts,[http://id.loc.gov/authorities/genreForms/gf2011026462](http://id.loc.gov/authorities/genreForms/gf2011026462)
53+
Quadrangle maps,[http://id.loc.gov/authorities/genreForms/gf2011026482](http://id.loc.gov/authorities/genreForms/gf2011026482)
54+
Relief models,[http://id.loc.gov/authorities/genreForms/gf2011026525](http://id.loc.gov/authorities/genreForms/gf2011026525)
55+
Remote-sensing maps,[http://id.loc.gov/authorities/genreForms/gf2011026531](http://id.loc.gov/authorities/genreForms/gf2011026531)
56+
Road maps,[http://id.loc.gov/authorities/genreForms/gf2011026536](http://id.loc.gov/authorities/genreForms/gf2011026536)
57+
Statistical maps,[http://id.loc.gov/authorities/genreForms/gf2011026610](http://id.loc.gov/authorities/genreForms/gf2011026610)
58+
Stick charts,[http://id.loc.gov/authorities/genreForms/gf2011026613](http://id.loc.gov/authorities/genreForms/gf2011026613)
59+
Strip maps,[http://id.loc.gov/authorities/genreForms/gf2011026617](http://id.loc.gov/authorities/genreForms/gf2011026617)
60+
Thematic maps,[http://id.loc.gov/authorities/genreForms/gf2011026690](http://id.loc.gov/authorities/genreForms/gf2011026690)
61+
Topographic maps,[http://id.loc.gov/authorities/genreForms/gf2011026697](http://id.loc.gov/authorities/genreForms/gf2011026697)
62+
Tourist maps,[http://id.loc.gov/authorities/genreForms/gf2011026699](http://id.loc.gov/authorities/genreForms/gf2011026699)
63+
Upside-down maps,[http://id.loc.gov/authorities/genreForms/gf2012025007](http://id.loc.gov/authorities/genreForms/gf2012025007)
64+
Wall maps,[http://id.loc.gov/authorities/genreForms/gf2011026728](http://id.loc.gov/authorities/genreForms/gf2011026728)
65+
World atlases,[http://id.loc.gov/authorities/genreForms/gf2011026742](http://id.loc.gov/authorities/genreForms/gf2011026742)
66+
World maps,[http://id.loc.gov/authorities/genreForms/gf2011026743](http://id.loc.gov/authorities/genreForms/gf2011026743)
67+
Worm's-eye views,[http://id.loc.gov/authorities/genreForms/gf2011026744](http://id.loc.gov/authorities/genreForms/gf2011026744)
68+
Zoning maps,[http://id.loc.gov/authorities/genreForms/gf2011026752](http://id.loc.gov/authorities/genreForms/gf2011026752)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Term,source
2+
Annotations,OGM
3+
Basemaps,OGM
4+
LiDAR,OGM
5+
Line data,OGM
6+
Mesh data,OGM
7+
Multi-spectral data,OGM
8+
Oblique photographs,OGM
9+
Point cloud data,OGM
10+
Point data,OGM
11+
Polygon data,OGM
12+
Raster data,OGM
13+
Satellite imagery,OGM
14+
Streetview photographs,OGM
15+
Table data,OGM

0 commit comments

Comments
 (0)