You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RESOURCE.md
+17
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,20 @@ schemaModels:
39
39
40
40
The `.rdfres` file can then be loaded and used by any EMF-compatible tool as usual.
41
41
Note that the elements in `dataModels` and `schemaModels` can be arbitrary URIs understood by the [RIOT](https://jena.apache.org/documentation/io/) system in Jena, and not just relative paths from the folder of the `.rdfres` file.
42
+
43
+
### Model validation
44
+
45
+
RDF model validation can be enabled by adding a line in the `.rdfres`, e.g. `validationMode: jena-clean`. The following validation modes are available :
46
+
47
+
- none
48
+
- jena-valid: validation passes if the model has no internal inconsistencies, even though there may be some warnings.
49
+
- jena-clean: validation passes if the model has no internal inconsistencies and there are no warnings.
0 commit comments