From 5a6b8b107a7ed940b5a24b896f5e4e7a9bdcfcaa Mon Sep 17 00:00:00 2001 From: Benjamin Webb <40066515+webb-ben@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:31:17 -0400 Subject: [PATCH] Fix mainstem URI in JSON-LD (#7) --- templates/usgs-location-oriented.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/usgs-location-oriented.j2 b/templates/usgs-location-oriented.j2 index ccdb3aa..aeaa69e 100644 --- a/templates/usgs-location-oriented.j2 +++ b/templates/usgs-location-oriented.j2 @@ -77,7 +77,7 @@ "hyf:HY_IndirectPosition": { "hyf:linearElement": { {# Assumes we can hard code 0 since this template is location-oriented and thus all date is related to one location#} - "@id": "https://geoconnex.us/ref/mainstems/{{ data['Locations'][0]['properties']['mainstemURL'] }}" + "@id": "{{ data['Locations'][0]['properties']['mainstemURL'] }}" } } },