We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263529b commit 307b1f9Copy full SHA for 307b1f9
1 file changed
docs/index.md
@@ -3,10 +3,10 @@
3
Welcome to the **uml2semantics** project wiki.
4
5
```mermaid
6
-graph TD
7
- A[TSV Inputs] --> B[uml2semantics CLI]
8
- B --> C[OWL 2 Ontology]
9
- B --> D[Reasoner and tools such as Protege and SHACL]
+flowchart TD
+ A["TSV Inputs"] --> B["uml2semantics CLI"]
+ B --> C["OWL 2 Ontology"]
+ B --> D["Reasoner and tools such as Protege and SHACL"]
10
```
11
12
## Wiki Contents
0 commit comments