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

Dataset scheme #69

Merged
merged 2 commits into from
Apr 8, 2024
Merged
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
35 changes: 32 additions & 3 deletions ckanext/kepa/kepa_dataset_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,38 @@ dataset_fields:
en: Theme
sq: Tema
sr_Latn: Tema
preset: select
choices:
- value: http://publications.europa.eu/resource/authority/data-theme/AGRI
label:
en: Agriculture, fisheries, forestry and food
sq: Bujqësi, peshkim, pylltari dhe ushqim
sr_Latn: Poljoprivreda, ribarstvo, šumarstvo i hrana
- value: http://publications.europa.eu/resource/authority/data-theme/ENER
label:
en: Energy
sq: Energjisë
sr_Latn: Energija
- value: http://publications.europa.eu/resource/authority/data-theme/ENVI
label:
en: Environment
sq: Mjedisi
sr_Latn: Životna sredina
- value: http://publications.europa.eu/resource/authority/data-theme/HEAL
label:
en: Health
sq: Shëndeti
sr_Latn: Zdravlje
- value: http://publications.europa.eu/resource/authority/data-theme/REGI
label:
en: Regions and cities
sq: Rajonet dhe qytetet
sr_Latn: Regioni i gradovi
- value: http://publications.europa.eu/resource/authority/data-theme/INTR
label:
en: International issues
sq: Çështjet ndërkombëtare
sr_Latn: Međunarodna pitanja

- field_name: version
label:
Expand Down Expand Up @@ -71,9 +103,6 @@ dataset_fields:
sq: Kontakti i botuesit
sr_Latn: Kontakt izdavača

- field_name: publisher_type
label: Type

- field_name: owner_org
label: Organization
preset: dataset_organization
Expand Down
Loading