.. sidebar:: .. list-table:: **Ontology Card** :header-rows: 0 * - **Domain** - Materials Science and Engineering * - **Category** - Materials Science * - **Current Version** - 0.1.0 * - **Last Updated** - 2020-08-06 * - **Creator** - Ali Kücükavci, Mads Holten Rasmussen, Ville Kukkonen * - **License** - Creative Commons 4.0 * - **Format** - ttl * - **Download** - `Download Flow Systems Ontology (FSO) `_ Flow Systems Ontology (FSO) ======================================================================================================== The Flow Systems Ontology (FSO) is a domain ontology developed to describe interconnected systems with material or energy flow connections and their components. FSO provides a structured vocabulary for representing flow systems, subsystems, flow paths, nodes, and the properties of materials or energy being transferred. The ontology supports semantic annotation of process engineering data, enabling interoperability, data integration, and advanced analysis in chemical engineering, energy systems, and process industries. FSO is designed for extensibility, allowing researchers and engineers to describe new flow system types, process configurations, and measurement techniques. By providing a standardized framework, FSO facilitates process modeling, simulation, optimization, and knowledge sharing across engineering domains. The ontology is actively maintained and extended to incorporate new concepts and requirements from the process engineering community. **Example Usage**: Annotate a chemical process simulation with FSO terms to specify the flow system structure, material streams, energy flows, and process units, enabling semantic search and integration with process engineering databases and simulation tools. Metrics & Statistics -------------------------- .. tab:: Graph .. list-table:: Graph Statistics :widths: 50 50 :header-rows: 0 * - **Total Nodes** - 141 * - **Total Edges** - 279 * - **Root Nodes** - 10 * - **Leaf Nodes** - 56 :: .. tab:: Coverage .. list-table:: Knowledge Coverage Statistics :widths: 50 50 :header-rows: 0 * - **Classes** - 14 * - **Individuals** - 1 * - **Properties** - 22 :: .. tab:: Hierarchy .. list-table:: Hierarchical Metrics :widths: 50 50 :header-rows: 0 * - **Maximum Depth** - 1 * - **Minimum Depth** - 0 * - **Average Depth** - 0.17 * - **Depth Variance** - 0.14 :: .. tab:: Breadth .. list-table:: Breadth Metrics :widths: 50 50 :header-rows: 0 * - **Maximum Breadth** - 10 * - **Minimum Breadth** - 2 * - **Average Breadth** - 6.00 * - **Breadth Variance** - 16.00 :: .. tab:: LLMs4OL .. list-table:: LLMs4OL Dataset Statistics :widths: 50 50 :header-rows: 0 * - **Term Types** - 0 * - **Taxonomic Relations** - 11 * - **Non-taxonomic Relations** - 0 * - **Average Terms per Type** - 0.00 :: Usage Example ---------------- Use the following code to import this ontology programmatically: .. code-block:: python from ontolearner.ontology import FSO ontology = FSO() ontology.load("path/to/FSO-ontology.ttl") # Extract datasets data = ontology.extract() # Access specific relations term_types = data.term_typings taxonomic_relations = data.type_taxonomies non_taxonomic_relations = data.type_non_taxonomic_relations