Changelog¶
The following changes have been applied over time to the standard and/or its documentation.
03/07/2019¶
- Introduced a new property for the
Dataset
class:nationalCoverage
. This property is an optional boolean. When this property is not present in a dataset it is considered ‘false’.
12/11/2018¶
- The property
keyword
was incorrectly listed asmandatory
. It has been updated to accurately describe itsrecommended
status
05/11/2018¶
- The
downloadURL
property of aDistribution
was incorrectly listed as having a1..n
cardinality, this has been corrected to0..n
to accurately reflect its recommended state. - Further clarified the
Period
class. this class consists of only recommended properties but has additional rules which state that at least one of these properties should be present. An empty Period class is considered invalid. - Introduced three new properties for the
Dataset
class,highValue
,basisRegister
andreferentieData
. These new properties are optional boolean properties. When these properties are not present in a dataset they are considered ‘false’. - The property
rights
ofDistribution
was incorrectly listed as mandatory, this property is recommended. Its state and cardinality have been corrected.