Skip to content

Commit 85dbc07

Browse files
committed
fix links
1 parent b9765c1 commit 85dbc07

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/aardvark-gbl-1-crosswalk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ However, there are three elements in GBL 1.0 that do not directly translate into
1414
**Type (`dc_type_s`)**
1515

1616
* GBL 1.0 Description: This single-valued GBL 1.0 field observes the Dublin Core controlled vocabulary for Type, including Dataset, Image, Collection, Interactive Resource, or Physical Object.
17-
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Class](ogm-aardvark/resource-class.md), which uses a custom controlled vocabulary of Collections, Datasets, Imagery, Maps, Web services, and/or Other.
17+
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Class](../ogm-aardvark/#resource-class), which uses a custom controlled vocabulary of Collections, Datasets, Imagery, Maps, Web services, and/or Other.
1818

1919
**Geometry Type (`layer_geom_type_s`)**
2020

2121
* GBL 1.0 Description: This single-valued GBL 1.0 field differentiates between vector (Point, Line, Polygon), raster (Raster, Image), non-spatial formats (Table), or a combination (Mixed).
22-
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Type](ogm-aardvark/resource-type.md), which uses a controlled vocabulary drawn from Library of Congress cartographic genres and GIS geometries.
22+
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Type](../ogm-aardvark/#resource-type), which uses a controlled vocabulary drawn from Library of Congress cartographic genres and GIS geometries.
2323

2424
**Is Part Of (`dct_isPartOf_sm`)**
2525

docs/about-ogm-aardvark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OGM Aardvark is a discovery metadata schema for geospatial resources. It was int
2424

2525
It is also the newest metadata application profile schema for GeoBlacklight. Launched in 2021, it replaces the GeoBlacklight metadata schema version 1.0 ([GBL 1.0](gbl-1.0.md)). Compared to GBL 1.0, Aardvark incorporates additional fields for better descriptions of a wider range of resources, as well as syntactical updates in order to improve interoperability between institutions and between schemas. For GeoBlacklight users, it is the recommended schema for installations starting with GeoBlacklight version 4.0.
2626

27-
For more information, see the [Upgrade Guide.](upgrading.md)
27+
For more information, see the [Upgrade Guide.](../upgrade-metadata/)
2828

2929
---
3030

docs/ogm-aardvark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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,7 +30,7 @@
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)

docs/spatial-fields.md

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

33
[OGM Aardvark](../ogm-aardvark) has five different fields in the "spatial" group:
44

5-
- [Spatial Coverage](ogm-aardvark/spatial-coverage.md) (S)
6-
- [Geometry](ogm-aardvark/geometry.md) (S)
7-
- [Bounding Box](ogm-aardvark/bounding-box.md) (S)
8-
- [Centroid](ogm-aardvark/centroid.md)
9-
- [Georeferenced](ogm-aardvark/georeferenced.md)
5+
- [Spatial Coverage](../ogm-aardvark/#spatial-coverage) (S)
6+
- [Geometry](../ogm-aardvark/#geometry) (S)
7+
- [Bounding Box](../ogm-aardvark/#bounding-box) (S)
8+
- [Centroid](../ogm-aardvark/#centroid)
9+
- [Georeferenced](../ogm-aardvark/#georeferenced)
1010

1111
The first three -- marked with (S) -- are suggested fields that most records should probably have.
1212

docs/temporal-fields.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Aardvark has four fields in the "temporal" group. Having multiple temporal field
44

55
| Field | Obligation |
66
|:----------------------|:---------|
7-
| [Temporal Coverage](ogm-aardvark/temporal-coverage.md) | Suggested |
8-
| [Date Issued](ogm-aardvark/date-issued.md) | |
9-
| [Index Year](ogm-aardvark/index-year.md) | Suggested |
10-
| [Date Range](ogm-aardvark/date-range.md) | |
7+
| [Temporal Coverage](../ogm-aardvark/#temporal-coverage) | Suggested |
8+
| [Date Issued](../ogm-aardvark/#date-issued) | |
9+
| [Index Year](../ogm-aardvark/#index-year) | Suggested |
10+
| [Date Range](../ogm-aardvark/#date-range) | |
1111

1212

1313
## Temporal Coverage

0 commit comments

Comments
 (0)