Skip to content

Commit 0bccf15

Browse files
committed
Add relation tyoe for validation
1 parent e881fbc commit 0bccf15

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
- Relation type `validation-report`
12+
1113
### Changed
1214

1315
### Deprecated

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ The following types should be used as applicable `rel` types in the
138138
| processing-expression | A processing chain (or script) that describes how the data has been processed. |
139139
| processing-execution | URL to any resource representing the processing execution (e.g. OGC Process API). |
140140
| 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). |
141+
| 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. |
141142

142143
## Contributing
143144

0 commit comments

Comments
 (0)