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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,11 @@ Human readability and editability requires that Manchester syntax be written usi
27
27
28
28
* Variables are specified in a dictionary with variable name as key and value as range specified as a Manchester syntax expresssion.
29
29
30
-
## Specification:
30
+
## DOSDP Specification:
31
31
32
-
See [full specification documentation](docs/dosdp_schema.md)
32
+
[JSON schema specification in YAML](https://github.com/INCATools/dead_simple_owl_design_patterns/blob/master/src/schema/dosdp_schema.yaml)
33
+
34
+
The same specification [rendered in mardown](docs/dosdp_schema.md), with references resolved. This is generate from the original spec by the dosdp document comment (see below for details).
0 commit comments