-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename used-codes-codelist-uri in configuration
Renaming these templates for clarity. Both should resolve to the same URI, but the templates need to differ based upon the source data (rows are either components or observations).
- Loading branch information
1 parent
9f2d582
commit fe20479
Showing
4 changed files
with
22 additions
and
9 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
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
{:dataset-uri "$(base-uri)/imjv/kubus/$(dataset-slug)#id" | ||
:dsd-uri "$(base-uri)/imjv/dsd/$(dataset-slug)#id"} | ||
:dsd-uri "$(base-uri)/imjv/dsd/$(dataset-slug)#id" | ||
:used-codes-codelist-uri-from-component "$(base-uri)/data/$(dataset-slug)/codes-used/{component_slug}" | ||
:used-codes-codelist-uri-from-observation "$(base-uri)/data/$(dataset-slug)/codes-used/{_name}"} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:codelist-uri "$(base-uri)/data/$(dataset-slug)/codes-used/{component_slug}" | ||
:used-codes-codes-codelist-uri "$(base-uri)/data/$(dataset-slug)/codes-used/{_name}" | ||
{:used-codes-codelist-uri-from-component "$(base-uri)/data/$(dataset-slug)/codes-used/{component_slug}" | ||
:used-codes-codelist-uri-from-observation "$(base-uri)/data/$(dataset-slug)/codes-used/{_name}" | ||
:dataset-uri "$(base-uri)/data/$(dataset-slug)" | ||
:dsd-uri "$(base-uri)/data/$(dataset-slug)/structure" | ||
:component-specification-uri "$(base-uri)/data/$(dataset-slug)/component/{component_slug}"} |
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