diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c1519..870c9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Relation type `processing-validation` + ### Changed ### Deprecated diff --git a/README.md b/README.md index 4da1e36..b5ee35c 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ The following types should be used as applicable `rel` types in the | processing-expression | A processing chain (or script) that describes how the data has been processed. | | processing-execution | URL to any resource representing the processing execution (e.g. OGC Process API). | | processing-software | URL to any resource that identifies the software and versions used for processing the data, e.g. a `Pipfile.lock` (Python) or `package-lock.json` (NodeJS). | +| processing-validation | URL to any kind of validation that has been applied after processing, e.g. a validation report or a script used for validation. | ## Contributing