-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
161 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,3 +171,5 @@ app/yfiles/ | |
license.json | ||
live/ | ||
/database | ||
/dist/ | ||
src/assets/yfiles/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
{ | ||
"printWidth": 100, | ||
"tabWidth": 2, | ||
"endOfLine": "auto", | ||
"useTabs": false, | ||
"semi": false, | ||
"singleQuote": true, | ||
"bracketSpacing": true, | ||
"trailingComma": "none", | ||
"arrowParens": "avoid" | ||
"endOfLine": "auto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,11 @@ This repository contains the sample application for the yFiles use case about | |
an [Ontology Visualizer](https://www.yworks.com/use-case/visualizing-an-ontology). | ||
The app displays a sample ontology diagram that you can explore. | ||
|
||
|
||
## See also | ||
|
||
* [Watch the introductory video](https://player.vimeo.com/video/389490579) of this app | ||
* [Read the article](https://www.yworks.com/use-case/visualizing-an-ontology) about an _Ontology Visualizer_ | ||
* [Learn more about yFiles](https://www.yworks.com/products/yfiles), the software library for visualizing, editing, and analyzing graphs | ||
- [Watch the introductory video](https://player.vimeo.com/video/389490579) of this app | ||
- [Read the article](https://www.yworks.com/use-case/visualizing-an-ontology) about an _Ontology Visualizer_ | ||
- [Learn more about yFiles](https://www.yworks.com/products/yfiles), the software library for visualizing, editing, and analyzing graphs | ||
|
||
If you have any questions or suggestions, send us an email at [[email protected]](mailto:[email protected]) | ||
or call [+49 7071 9709050](tel:+4970719709050). | ||
|
@@ -27,19 +26,21 @@ Checkout this project, then extract the yFiles for HTML package to a directory n | |
``` | ||
documents | ||
|-- ontology-visualizer | ||
|-- yFiles-for-HTML-Complete-2.3.0.2-Evaluation | ||
|-- yFiles-for-HTML-Complete-2.3.0.4-Evaluation | ||
``` | ||
|
||
Afterwards, enter the `ontology-visualizer` directory and run the usual commands | ||
|
||
``` | ||
npm i | ||
``` | ||
|
||
followed by | ||
|
||
``` | ||
npm start | ||
``` | ||
|
||
|
||
## About | ||
|
||
This application is powered by [yFiles for HTML](https://www.yworks.com/products/yfiles-for-html), the powerful | ||
|
@@ -64,9 +65,10 @@ or call [+49 7071 9709050](tel:+4970719709050). | |
The app shows data from [DBpedia](http://dbpedia.org/ontology/) | ||
|
||
## License | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2020 yWorks GmbH | ||
Copyright (c) 2021 yWorks GmbH | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ import { | |
IModelItem, | ||
Point, | ||
SimpleLabel, | ||
Size | ||
Size, | ||
} from 'yfiles' | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.