-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vladimir Skvortsov edited this page Mar 25, 2025
·
2 revisions
Welcome to the Ontol DSL Parser wiki! This project is a powerful command-line tool designed for parsing and visualizing ontology files written in the Ontol DSL. It is capable of generating JSON representations and PlantUML diagrams from .ontol files, making it easier to understand and work with complex ontologies.
-
Parse
.ontolFiles: Extract ontology structures efficiently. - Serialization: Convert ontology structures into JSON format for easy manipulation and integration.
- Diagram Generation: Automatically create PlantUML diagrams and render them as PNG images for visualization.
-
File Watching: Monitor
.ontolfiles for changes and re-parse them automatically. - Comprehensive Command-Line Interface: Access version information, help, and various parsing options.
To start using the Ontol DSL Parser, you'll need Python 3.9 or higher. Follow these simple steps to install the parser:
-
Install from PyPi: Open your terminal and run the following command:
pip install ontol
-
Verify Installation: Ensure the installation was successful by checking the version:
ontol --version
Now you're ready to start parsing .ontol files and exploring their structures!