You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Download The Modular Ontology for Materials and Data Science (MDS-Onto) <https://cwrusdle.bitbucket.io/files/MDS_Onto/index-en.html>`_
25
+
26
+
MDS-Onto is a domain (low) level ontology that describes terms in Materials Data Science. It is divided into six large modules: BuiltEnv, Exposure, Chemistry, Manufacture, Characterization, and Geospatial. Under each module, there are multiple sub-modules such as FTIR, AFM, Chem-Rxn, PV-Module, Accelerated Exposure, etc.
27
+
28
+
Metrics & Statistics
29
+
--------------------------
30
+
31
+
.. tab:: Graph
32
+
33
+
34
+
.. list-table:: Graph Statistics
35
+
:widths: 50 50
36
+
:header-rows: 0
37
+
38
+
* - **Total Nodes**
39
+
- 4362
40
+
* - **Total Edges**
41
+
- 13095
42
+
* - **Root Nodes**
43
+
- 92
44
+
* - **Leaf Nodes**
45
+
- 2226
46
+
::
47
+
48
+
49
+
.. tab:: Coverage
50
+
51
+
52
+
.. list-table:: Knowledge Coverage Statistics
53
+
:widths: 50 50
54
+
:header-rows: 0
55
+
56
+
* - **Classes**
57
+
- 1710
58
+
* - **Individuals**
59
+
- 1
60
+
* - **Properties**
61
+
- 169
62
+
63
+
::
64
+
65
+
.. tab:: Hierarchy
66
+
67
+
68
+
.. list-table:: Hierarchical Metrics
69
+
:widths: 50 50
70
+
:header-rows: 0
71
+
72
+
* - **Maximum Depth**
73
+
- 7
74
+
* - **Minimum Depth**
75
+
- 0
76
+
* - **Average Depth**
77
+
- 1.03
78
+
* - **Depth Variance**
79
+
- 2.01
80
+
::
81
+
82
+
83
+
.. tab:: Breadth
84
+
85
+
86
+
.. list-table:: Breadth Metrics
87
+
:widths: 50 50
88
+
:header-rows: 0
89
+
90
+
* - **Maximum Breadth**
91
+
- 92
92
+
* - **Minimum Breadth**
93
+
- 1
94
+
* - **Average Breadth**
95
+
- 25.75
96
+
* - **Breadth Variance**
97
+
- 1093.94
98
+
::
99
+
100
+
.. tab:: LLMs4OL
101
+
102
+
103
+
.. list-table:: LLMs4OL Dataset Statistics
104
+
:widths: 50 50
105
+
:header-rows: 0
106
+
107
+
* - **Term Types**
108
+
- 1
109
+
* - **Taxonomic Relations**
110
+
- 1648
111
+
* - **Non-taxonomic Relations**
112
+
- 259
113
+
* - **Average Terms per Type**
114
+
- 1.00
115
+
::
116
+
117
+
Usage Example
118
+
-------------
119
+
Use the following code to import this ontology programmatically:
0 commit comments