Skip to content

The sample web app for the yFiles use case about an Ontology Visualizer.

License

Notifications You must be signed in to change notification settings

yWorks/ontology-visualizer

Repository files navigation

Ontology Visualizer

A screenshot of this sample application

This repository contains the sample application for the yFiles use case about an Ontology Visualizer. The app displays a sample ontology diagram that you can explore.

See also

If you have any questions or suggestions, send us an email at consulting@yworks.com or call +49 7071 9709050.

How to run this app

You need a copy of the yFiles for HTML diagramming library in order to run this application. You can download a free test version of yFiles in the yWorks Customer Center.

Checkout this project, then extract the yFiles for HTML package to a directory next to it, e.g.:

documents
 |-- ontology-visualizer
 |-- yFiles-for-HTML-Complete-2.4.0.5-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, the powerful diagramming library.

Turn your data into clear diagrams with the help of unequaled automatic diagram layout, use rich visualizations for your diagram elements, and give your users an intuitive interface for smooth interaction.

You can learn more about the many features that come with yFiles on the yFiles Features Overview.

If you want to try it for yourself, obtain a free test version of yFiles in the yWorks Customer Center.

Contact

If you have any questions or suggestions, send us an email at consulting@yworks.com or call +49 7071 9709050.

Data

The app shows data from DBpedia

License

The MIT License (MIT)

Copyright (c) 2022 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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.