Skip to content

Commit

Permalink
Improve HVD category selection snippet to form templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Oct 14, 2024
1 parent 2579f47 commit f60645d
Show file tree
Hide file tree
Showing 9 changed files with 1,740 additions and 31 deletions.
1 change: 1 addition & 0 deletions ckanext/schemingdcat/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'SCHEMINGDCAT_DCAT_THEMES_VOCAB',
'SCHEMINGDCAT_ISO19115_TOPICS_VOCAB',
'INSPIRE_DCAT_TYPES',
'DCAT_AP_HVD_CATEGORY_LEGISLATION',

# From tools.py
'linkeddata_links',
Expand Down
2 changes: 2 additions & 0 deletions ckanext/schemingdcat/config/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,5 @@
'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/series',
'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/service'
]

DCAT_AP_HVD_CATEGORY_LEGISLATION = "http://data.europa.eu/eli/reg_impl/2023/138/oj"
Loading

0 comments on commit f60645d

Please sign in to comment.