From a862d77766c6b0c25e1581af3e72a91697357877 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 30 May 2024 12:24:13 +0200 Subject: [PATCH] [#56] Add missing var --- ckanext/dcat/profiles/base.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ckanext/dcat/profiles/base.py b/ckanext/dcat/profiles/base.py index 8299b718..23136496 100644 --- a/ckanext/dcat/profiles/base.py +++ b/ckanext/dcat/profiles/base.py @@ -45,6 +45,19 @@ GEOJSON_IMT = "https://www.iana.org/assignments/media-types/application/vnd.geo+json" +ROOT_DATASET_FIELDS = [ + 'name', + 'title', + 'url', + 'version', + 'tags', + 'license_id', + 'maintainer', + 'maintainer_email', + 'author', + 'author_email', +] + class URIRefOrLiteral(object): """Helper which creates an URIRef if the value appears to be an http URL,