Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard / ISO / DCAT validation #8571

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/manual/docs/api/rdf-dcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,18 @@ When encoding in ISO datasets in the context of DCAT HVD, consider encoding the

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

For HVD validation, a dedicated set of rules can be enabled/disabled in the admin console > Metadata > Validation > `schematron-rules-dcat-ap-hvd`.
To enable it only when the HVD regulation is set in the metadata, use the following criteria:

![dcat-hvd-validation-configuration.png](img/dcat-hvd-validation-configuration.png)

```xpath2
.//*[local-name() = 'keyword'][*/@xlink:href = 'http://data.europa.eu/eli/reg_impl/2023/138/oj']
```

Validation rules are described in `schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/schematron/schematron-rules-dcat-ap-hvd.sch`.


### EU DCAT mobility

When encoding in ISO datasets in the context of DCAT Mobility, consider encoding the following properties:
Expand Down
Loading
Loading