Skip to content

Commit e3ffc2c

Browse files
Merge pull request #91 from OpenGeoMetadata/2023-05-05_sprint_fixes
2023 05 05 sprint fixes
2 parents d7d9460 + f3c0dd9 commit e3ffc2c

9 files changed

Lines changed: 687 additions & 160 deletions

docs/how-to-guides/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ icon: octicons/tools-24
66

77
Our How-to guides provide step-by-step workflows for:
88

9-
### [**Repositories:** How to share your metadata on OpenGeoMetadata](share-metadata)
9+
### [**Repositories:** How to share your metadata on OpenGeoMetadata](../share-on-ogm)
1010

11-
### [**Metadata:** Creating, transforming, and structuring metadata](create-metadata)
11+
### [**Metadata:** Creating, transforming, and structuring metadata](../upgrade-metadata)
1212

13-
### [**GeoBlacklight:** Ingesting to Solr and viewing metadata in GeoBlacklight](index-to-solr)
13+
### [**GeoBlacklight:** Ingesting to Solr and viewing metadata in GeoBlacklight](../index-in-solr)

docs/ogm-aardvark-controlled-values.md

Lines changed: 0 additions & 56 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

0 commit comments

Comments
 (0)