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,