Open Innovation Environment Characterisation (OIECharacterisation)

The Open Innovation Environment Characterisation (OIECharacterisation) ontology is an EMMO-compliant, domain-level ontology developed to represent characterization methods in materials science. It provides a structured vocabulary for describing characterization techniques, equipment, and data, supporting both experimental and computational research in materials science.

The ontology employs a class-based modeling approach, defining classes for different types of characterization methods, equipment, and data, along with properties to describe their characteristics and interactions. Hierarchies are used to organize classes into categories, enabling efficient data retrieval and analysis. OIECharacterisation supports the integration of data from various sources, promoting interoperability and data-driven research in materials characterization.

Typical applications of OIECharacterisation include the development of new characterization methods, the optimization of characterization procedures, and the integration of diverse datasets to support advanced analytics and knowledge discovery. By providing a standardized vocabulary and framework, OIECharacterisation enhances collaboration and innovation in the field of materials characterization.

Example Usage: Annotate a characterization dataset with OIECharacterisation terms to specify characterization methods, equipment, and data, enabling semantic search and integration with materials informatics platforms.

Metrics & Statistics

Graph Statistics

Total Nodes

54

Total Edges

135

Root Nodes

1

Leaf Nodes

11

Knowledge Coverage Statistics

Classes

42

Individuals

0

Properties

0

Hierarchical Metrics

Maximum Depth

1

Minimum Depth

0

Average Depth

0.88

Depth Variance

0.11

Breadth Metrics

Maximum Breadth

7

Minimum Breadth

1

Average Breadth

4.00

Breadth Variance

9.00

LLMs4OL Dataset Statistics

Term Types

0

Taxonomic Relations

41

Non-taxonomic Relations

0

Average Terms per Type

0.00

Usage Example

Use the following code to import this ontology programmatically:

from ontolearner.ontology import OIECharacterisation

ontology = OIECharacterisation()
ontology.load("path/to/OIECharacterisation-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