Skip to content

Commit 765167f

Browse files
committed
next batch of field edits
1 parent 4419dee commit 765167f

31 files changed

Lines changed: 50 additions & 48 deletions

docs/ogm-aardvark.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
!!! info "Definitions"
44

5-
Mandatory = meets the minimum community standard
5+
**Mandatory** = meets the minimum community standard for high-quality metadata
66

7-
Suggested = improves searching and/or citation generation
7+
**Suggested** = improves searching and/or citation generation
8+
9+
To check which fields are required for current GeoBlacklight functionality, see the [GeoBlacklight documentation](https://geoblacklight.org/docs/metadata/)
810

911
{{ read_csv('ogm-aardvark/ogm-aardvark.csv') }}
1012

docs/ogm-aardvark/bounding-box.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Label,Bounding Box
22
URI,https://opengeometadata.org/ogm-aardvark/#bounding-box
33
Field Name,dcat_bbox
44
Field Type,String
5-
Obligation,Mandatory - used in GeoBlacklight software to provide more relevant search results
5+
Obligation,Mandatory - used to provide more relevant search results in GeoBlacklight
66
Multivalued,False
77
Purpose,To support overlap ratio boosting in spatial searches.
88
Entry Guidelines,"This should be a bounding box in this format: ENVELOPE(W,E,N,S)."

docs/ogm-aardvark/id.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Label,ID
22
URI,https://opengeometadata.org/ogm-aardvark/#id
33
Field Name,id
44
Field Type,String
5-
Obligation,Required
5+
Obligation,Mandatory - serves as the unique identifier; critical from GeoBlacklight functioning
66
Multivalued,False
77
Purpose,To provide a unique text string for the item that will act as the primary key in Solr and to create a unique landing page for the item.
88
Entry Guidelines,"Enter a string that only contains alpha-numeric characters (A-Z, a-z, 0-9), hyphens, underscores, and colons. This ID must be unique within your instance's GeoBlacklight index."
99
Commentary,"The value of this field will appear in Geoblacklight's URL for the item. It is visible to the user and is used to create permalinks. Although it may be possible to use other non-Latin or punctuation characters, this is not recommended, as these characters may get percent-escaped in the URLs, or even lead to broken links or other problems. Since it is common to include records from other institutions, it is recommended that any records you create are prefixed with the short form of your institution's name to avoid collisions with records from other providers."
1010
Controlled Vocabulary,No
1111
Example Value,"""princeton-rv042w38t"""
1212
Element Set,GBL
13-
Group,"[Identifiers](../ogm-aardvark/#identifiers)"
13+
Group,Identifiers

docs/ogm-aardvark/identifier.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Label,Identifier
22
URI,https://opengeometadata.org/ogm-aardvark/#identifier
33
Field Name,dct_identifier_sm
44
Field Type,Array of strings
5-
Obligation,Suggested
5+
Obligation,Optional
66
Multivalued,True
77
Purpose,To provide a general purpose field for identifiers.
88
Entry Guidelines,"Enter a DOI, catalog number, and/or other system number."
99
Commentary,"This is a general purpose field that can contain one or more string values. Ideally, at least one value would be a persistent identifier or permalink (such as a PURL or Handle). Additional values could be other identifiers used by the resource, such as the call number, OCLC number, or other system identifier. This field is not displayed in the interface."
1010
Controlled Vocabulary,No
1111
Example Value,"[""5864 .L7 E635 1998 .G7""]"
1212
Element Set,DCMI
13-
Group,"[Identifiers](../ogm-aardvark/#identifiers)"
13+
Group,Identifiers

docs/ogm-aardvark/index-year.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Label,Index Year
22
URI,https://opengeometadata.org/ogm-aardvark/#index-year
33
Field Name,gbl_indexYear_im
44
Field Type,Array of integers
5-
Obligation,Suggested
5+
Obligation,Suggested - powers a search facet in GeoBlacklight
66
Multivalued,True
77
Purpose,"To power the ""Year"" facet and time slider widgets that rely on integers for dates."
88
Entry Guidelines,Enter one or more 4-digit integers.
99
Commentary,"Ideally this field should describe the date(s) depicted in a resource. Because it powers the ""Year"" facet, it is one of the key ways users can find items by their date."
1010
Controlled Vocabulary,No
1111
Example Value,"[1980,1981,1982]"
1212
Element Set,GBL
13-
Group,"[Temporal](../ogm-aardvark/#temporal)"
13+
Group,[Temporal](../temporal-fields)

docs/ogm-aardvark/is-part-of.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Commentary,"This is one of several fields that describe how records relate to ea
1010
Controlled Vocabulary,No
1111
Example Value,"[""77f-0001""]"
1212
Element Set,DCMI
13-
Group,"[Relations](../ogm-aardvark/#relations)"
13+
Group,[Relations](../relations-fields)

docs/ogm-aardvark/is-replaced-by.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Commentary,"This field can be used with [Replaces](../ogm-aardvark/#replaces) to
1010
Controlled Vocabulary,No
1111
Example Value,"[""cugir-007933""]"
1212
Element Set,DCMI
13-
Group,"[Relations](../ogm-aardvark/#relations)"
13+
Group,[Relations](../relations-fields)

docs/ogm-aardvark/is-version-of.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Commentary,"If entering the ID of a parent record, see [Member Of](../ogm-aardva
1010
Controlled Vocabulary,No
1111
Example Value,"[""xyz-1234""]"
1212
Element Set,DCMI
13-
Group,"[Relations](../ogm-aardvark/#relations)"
13+
Group,[Relations](../relations-fields)

docs/ogm-aardvark/keyword.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Commentary,This field may be used for administrative purposes or to facilitate t
1010
Controlled Vocabulary,No
1111
Example Value,"[""covid19"", ""vaccination rate""]"
1212
Element Set,DCAT
13-
Group,"[Categories](../ogm-aardvark/#categories)"
13+
Group,Categories

docs/ogm-aardvark/language.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Commentary,"This field is intended to indicate the language of the dataset, map,
1010
Controlled Vocabulary,"Yes - not strict. Ideally, choose from the ISO 639-3 language codes in the list of [Language Values](../ogm-aardvark/#language-values) below."
1111
Example Value,"[""eng""]"
1212
Element Set,DCMI
13-
Group,"[Descriptive](../ogm-aardvark/#descriptive)"
13+
Group,Descriptive

0 commit comments

Comments
 (0)