What's Changed
-
New base profile for the DCAT US v3 specification.
All mandatory properties and most of the recommended and optional ones are supported. During the
implementation of this work a few adjustments have been done to the base DCAT profile (#314) :- Support for temporal and spatial resolutions in distributions, which were missing on the DCAT AP profiles
- Allow multiple values for dct:creator in DCAT AP
-
Multilingual support in DCAT profiles. Multilingual support is provided via integration
with ckanext-fluent. Check the documentation for full details (#318) -
At the serialization level, a new triple will be added for each of the defined languages
-
Support for multiple agents when parsing (#317)
-
Improve serialization of statements, using RDFS.label in line with the DCAT 3 spec recommendation (#313)
-
Store UIDs from contact clases (#312)
-
Fix input issues for access_rights field (#309)
-
Add
has_version
to the full DCAT AP schema (#306) -
Add pyproject.toml file (#304)
-
Decouple extension from ckanext-scheming (#303)
-
Add support for dct:creator in base DCAT profiles (#302)
-
Fix DCAT date validator on empty values (#297)
-
Add support for hydra collection type PartialCollectionView (#299)
New Contributors
- @smotornyuk made their first contribution in #300
- @hcvdwerf made their first contribution in #301
Full Changelog: v2.0.0...v2.1.0