Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(essdive): adds location rf to jsonld #437

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion archive_api/service/essdive_transfer/crosswalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# NGEE-Tropics Project information
LOCATION_NOT_APPLICABLE = "N/A"
LOCATION_RF_KEYWORD = "ESS-DIVE Location Metadata Reporting Format"
JSONLD_PROVIDER = {
"identifier": {
"@type": "PropertyValue",
Expand All @@ -23,7 +24,7 @@
}

# NGEE-Tropics Keywords
JSONLD_KEYWORDS = ["Next-Generation Ecosystem Experiements Tropics", "NGEE-T"]
JSONLD_KEYWORDS = ["Next-Generation Ecosystem Experiements Tropics", "NGEE-T", LOCATION_RF_KEYWORD]

# CC By 4 License
JSONLD_LICENSE = "http://creativecommons.org/licenses/by/4.0/"
Expand Down
3 changes: 2 additions & 1 deletion archive_api/tests/essdive-transfer.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"datePublished": "2021-06-18",
"keywords": [
"Next-Generation Ecosystem Experiements Tropics",
"NGEE-T"
"NGEE-T",
"ESS-DIVE Location Metadata Reporting Format"
],
"variableMeasured": [
"Ice",
Expand Down
Loading