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
Advanced web viewer for ontologies written in GRAPHOL.[**Try me**](https://obdasystems.github.io/grapholscape/)
5
+
Advanced web viewer for ontologies written in GRAPHOL.[**Try me**](https://obdasystems.github.io/grapholscape/demo/)
6
6
7
7
## Features
8
8
Grapholscape provides advanced and interactive tools to visually inspect all components of the ontology: you can search for predicates, filter elements on the diagram and get information about each element on the screen.
@@ -24,8 +24,8 @@ Grapholscape provides advanced and interactive tools to visually inspect all com
24
24
## What is Graphol?
25
25
GRAPHOL is a visual language for developing ontologies and offers a completely graphical representation of ontologies to users, in order to be easy understood by people who are not skilled in logic.
You can try it [here](https://obdasystems.github.io/grapholscape/) or just clone the repository, `build` and open `./demo/index.html`, then select an example or drop your custom .graphol file in the box on the right side.
You can try it [here](https://obdasystems.github.io/grapholscape/demo/) or just clone the repository, `build` and open `./demo/index.html`, then select an example or drop your custom .graphol file in the box on the right side.
29
29
30
30
### Embed in your project
31
31
@@ -72,7 +72,7 @@ In the example we saw the method `showDiagram(0)`, for the complete API please r
72
72
73
73
Information about entities, namesapaces and diagrams are stored in `Grapholscape.ontology`. Read More in [`doc/ontology.md`](https://obdasystems.github.io/grapholscape/Ontology.html).
74
74
75
-
It is possible to pass also a json config object to define custom default settings. Read more: [default settings customization](https://github.com/obdasystems/grapholscape/tutorial-Settings.html).
75
+
It is possible to pass also a json config object to define custom default settings. Read more: [default settings customization](https://obdasystems.github.io/grapholscape/tutorial-Settings.html).
0 commit comments