Devices, Experimental scaffolds and Biomaterials Ontology (DEB)¶
The Devices, Experimental Scaffolds and Biomaterials Ontology (DEB) is an ontology developed to represent and organize information about biomaterials, medical devices, experimental scaffolds, and their associated biological evaluation data [2] [1]. It provides a structured semantic model for describing biomaterial composition, scaffold and device characteristics, fabrication and processing information, and biological or experimental data associated with biomaterials research [2]. DEB was designed to support the mapping, annotation, integration, and analysis of heterogeneous biomaterials data, helping information from different experiments and databases to be represented in a consistent and machine-readable form [2]. By providing shared terminology and relationships for biomaterials and experimental scaffolds, the ontology supports semantic search, data integration, and comparison of biomaterials research across studies [2] [1].
Example Usage: Annotate a biomaterials experiment with DEB terms describing the biomaterial or scaffold, device characteristics, fabrication or processing information, and associated biological evaluation data. This enables structured annotation, semantic search, integration, and comparison of biomaterials data across experiments and data sources [2].
Metrics & Statistics¶
Total Nodes |
1081 |
Total Edges |
2354 |
Root Nodes |
533 |
Leaf Nodes |
278 |
Classes |
601 |
Individuals |
0 |
Properties |
120 |
Maximum Depth |
4 |
Minimum Depth |
0 |
Average Depth |
0.67 |
Depth Variance |
0.59 |
Maximum Breadth |
533 |
Minimum Breadth |
2 |
Average Breadth |
213.80 |
Breadth Variance |
43756.96 |
Term Types |
0 |
Taxonomic Relations |
672 |
Non-taxonomic Relations |
8 |
Average Terms per Type |
0.00 |
Usage Example¶
Use the following code to import this ontology programmatically:
from ontolearner.ontology import DEB
ontology = DEB()
ontology.load("path/to/DEB-ontology.owl")
# 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