File size: 1,944 Bytes
230484d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Battery Interface Ontology (BattINFO)
========================================================================================================================

Overview
--------
BattINFO is a foundational resource for harmonizing battery knowledge representation
and enhancing data interoperability. The primary objective is to provide the necessary tools
to create FAIR (Findable, Accessible, Interoperable, Reusable) battery data
that can be integrated into the Semantic Web.

:Domain: Materials Science and Engineering
:Category: Materials Science
:Current Version: None
:Last Updated: None
:Creator: None
:License: None
:Format: TTL
:Download: `Battery Interface Ontology (BattINFO) Homepage <https://github.com/BIG-MAP/BattINFO>`_

Graph Metrics
-------------
    - **Total Nodes**: 27319
    - **Total Edges**: 50787
    - **Root Nodes**: 2855
    - **Leaf Nodes**: 16852

Knowledge coverage
------------------
    - Classes: 4431
    - Individuals: 7
    - Properties: 304

Hierarchical metrics
--------------------
    - **Maximum Depth**: 27
    - **Minimum Depth**: 0
    - **Average Depth**: 2.09
    - **Depth Variance**: 7.40

Breadth metrics
------------------
    - **Maximum Breadth**: 10695
    - **Minimum Breadth**: 7
    - **Average Breadth**: 827.86
    - **Breadth Variance**: 4644992.84

Dataset Statistics
------------------
Generated Benchmarks:
    - **Term Types**: 10
    - **Taxonomic Relations**: 195
    - **Non-taxonomic Relations**: 2
    - **Average Terms per Type**: 10.00

Usage Example
-------------
.. code-block:: python

    from ontolearner.ontology import BattINFO

    # Initialize and load ontology
    ontology = BattINFO()
    ontology.load("path/to/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