generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: DCAT Open Data Harvester | ||
layout: default | ||
nav_order: 3 | ||
parent: GeoDiscovery Utilities | ||
--- | ||
|
||
# OpenDataHarvest | ||
|
||
[GitHub Repo](https://github.com/UWM-Libraries/GeoDiscovery-Utils/tree/main/opendataharvest) | ||
|
||
## Basic crosswalk mapping: | ||
|
||
Title: | ||
DCAT: title | ||
OGM Aardvark: dct_title_s | ||
|
||
Description: | ||
DCAT: description | ||
OGM Aardvark: dct_description_sm | ||
|
||
Keywords/Tags: | ||
DCAT: keyword | ||
OGM Aardvark: dct_subject_sm | ||
|
||
Publisher: | ||
DCAT: publisher | ||
OGM Aardvark: dct_publisher_sm | ||
|
||
Contact Point: | ||
DCAT: contactPoint | ||
OGM Aardvark: dct_contributor_sm | ||
|
||
Access Rights: | ||
DCAT: accessLevel | ||
OGM Aardvark: dct_accessRights_s | ||
|
||
Temporal Coverage: | ||
DCAT: temporal | ||
OGM Aardvark: dct_temporal_sm | ||
|
||
Spatial Coverage: | ||
DCAT: spatial | ||
OGM Aardvark: dct_spatial_sm | ||
|
||
Identifier: | ||
DCAT: identifier | ||
OGM Aardvark: dct_identifier_s | ||
|
||
Rights: | ||
DCAT: rights | ||
OGM Aardvark: dct_rights_sm | ||
|
||
Format: | ||
DCAT: format | ||
OGM Aardvark: dct_format_s | ||
|
||
Landing Page: | ||
DCAT: landingPage | ||
OGM Aardvark: dct_isPartOf_sm |