Skip to content

Commit cd5cfd0

Browse files
committed
Standard / ISO / DCAT validation
Follow up of #8555 Add rules: * (recommended) Add a domain specific legislation * Specification can now be defined in a vocabulary (The default sample vocabulary contains INSPIRE technical guidelines and can be extended for non INSPIRE specifications) Vocabularies: * Update applicable legislation sample vocabulary with legislation short name in the concept label (instead of code only) * Add additional vocabulary for specifications
1 parent 86242e8 commit cd5cfd0

File tree

6 files changed

+650
-579
lines changed

6 files changed

+650
-579
lines changed
Loading

docs/manual/docs/api/rdf-dcat.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ When encoding in ISO datasets in the context of DCAT HVD, consider encoding the
194194

195195
See [DCAT AP HVD specification](https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd/) for other requirements.
196196

197+
For HVD validation, a dedicated set of rules can be enabled/disabled in the admin console > Metadata > Validation > `schematron-rules-dcat-ap-hvd`.
198+
To enable it only when the HVD regulation is set in the metadata, use the following criteria:
199+
200+
![dcat-hvd-validation-configuration.png](img/dcat-hvd-validation-configuration.png)
201+
202+
```xpath2
203+
.//*[local-name() = 'keyword'][*/@xlink:href = 'http://data.europa.eu/eli/reg_impl/2023/138/oj']
204+
```
205+
206+
Validation rules are described in `schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/schematron/schematron-rules-dcat-ap-hvd.sch`.
207+
208+
197209
### EU DCAT mobility
198210

199211
When encoding in ISO datasets in the context of DCAT Mobility, consider encoding the following properties:

0 commit comments

Comments
 (0)