Skip to content

aloccid-iata/ontology_visualizer

This branch is 176 commits ahead of, 14 commits behind sqlhabit/sql_schema_visualizer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c915d9e · Jan 23, 2025
May 21, 2024
Sep 18, 2024
Feb 6, 2023
Feb 6, 2023
Feb 5, 2023
May 3, 2024
May 24, 2024
Jan 23, 2025
Feb 5, 2023
Jan 22, 2023
Jan 22, 2023
Jan 23, 2023
Jan 19, 2023
Jun 14, 2024
May 7, 2024
Jul 8, 2024
Sep 18, 2024
Jan 24, 2023

Repository files navigation

Ontology Visualizer

The Ontology Visualizer provides a way to visualize the ONE Record data model in a graphical format. This data model is part of the IATA ONE Record standard, which aims to create a common language and standardized data structure for sharing information in the air cargo industry via a secured API. You can access this tool here

The Ontology Visualizer is a modified version of the sql_schema_visualizer by sqlhabit.

Features

Here a list of features included in the Ontology Visualizer:

  • SHIFT + hover over a table node or a column name to see the description.
  • Hover over a table node to highlight all incoming and outgoing edges.

Databases

The Ontology Visualizer contains the following dataset:

  • ONE Record Full Datamodel: Prototype visualization of the classes of the full ONE Record Data Model 3.0.1
  • ONE Record Conceptual Datamodel : Prototype reduced visualization of the classes of the conceptual ONE Record Data Model 3.0.1

Legend

  • Embedded: Objects usually embedded into Logistic Objects
  • Core: Objects essential for the transportation supply chain
  • Service: Objects subtypes of LogisticsService
  • Common: Common objects that are usually used linked to other Logistic Objects
  • Abstract: Superclass not used as such, e.g. LogisticsObject
  • Activity: Objects belonging to LogisticsActivity superclass
  • Event: LogisticsEvents
  • Billing & Settlement: Objects specifically used for Billing& Settlement purposes
  • Distribution: Objects designed and used mostly for Distribution
  • Agent: Objects part of LogisticsAgent superclass
  • Dangerous Goods: Objects specifically used for transportation of Dangerous Goods as per the DGR
  • Live Animals: Objects specifically used for transportation of Live Animals as per the LAR

About

Ontology visualizer built with ReactFlow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • JavaScript 8.8%
  • SCSS 7.4%
  • HTML 2.7%
  • CSS 2.3%