Skip to content

Commit

Permalink
[#56] Add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 30, 2024
1 parent 103aa08 commit a862d77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ckanext/dcat/profiles/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a862d77

Please sign in to comment.