... | ... | @@ -102,5 +102,33 @@ Full installation guide including more advanced usage scenarios available [here] |
|
|
|
|
|
- KIK-Starter confirms a successful upload
|
|
|
|
|
|
<img src="uploads/d8e2d132edc3afcb1cf34bcff70b2733/Screenshot_2022-08-19_at_15.19.16.png" width="25%" />
|
|
|
<img src="uploads/d8e2d132edc3afcb1cf34bcff70b2733/Screenshot_2022-08-19_at_15.19.16.png" width="20%" />
|
|
|
|
|
|
# Data validation
|
|
|
|
|
|
KIK-Starter can validation your data on 4 levels:
|
|
|
|
|
|
1) Is the data valid RDF data?
|
|
|
2) Does the data adhere to the ontology?
|
|
|
3) Does the data contain relations sufficient to respond to the indicator queries?
|
|
|
4) Is the data "complete"?
|
|
|
|
|
|
Level 1 is done during upload and shall not be treated further here. Make sure the files you upload are valid RDF/XML, TTL, or other supported RDF formats.
|
|
|
|
|
|
Levels 2 and 3 are optional (but recommended) steps between uploading data to KIK-Starter and computing + uploading indicators.
|
|
|
|
|
|
Level 4 is performed by the end-user based on the validation reports and executed queries.
|
|
|
|
|
|
## Level 2 validation
|
|
|
|
|
|
- upload data to KIK-Starter like in the first use scenario above or select an existing dataset
|
|
|
|
|
|
<img src="uploads/9e4c68a2e18f55b550b118d9a73b8b00/Screenshot_2022-08-22_at_10.31.15.png" width="40%" /><img src="uploads/389f40ada1a0e0cc60ec82a1753fb82a/Screenshot_2022-08-22_at_10.31.43.png" width="40%" />
|
|
|
|
|
|
- Select validation based on model gegensset and the desired ontology (it's a good idea to validation all implemented ontologies, but for this example we shall only cover validating one)
|
|
|
|
|
|
<img src="uploads/cd94b7d30ca920716d5dfb1c6c602213/Screenshot_2022-08-22_at_10.33.02.png" width="40%" />
|
|
|
|
|
|
-
|
|
|
|
|
|
## Level 3 validation |