The Heat Pump Ontology (HPOnt)

The Heat Pump Ontology (HPOnt) is a domain ontology developed to formalize and represent information about heat pump systems [1]. HPOnt provides a structured vocabulary for describing heat pump-related concepts such as operating mode, cooling capacity, power supply, storage volume, power consumption, and other technical information relevant to heat pump operation [1].

The ontology supports semantic annotation of heat pump data, enabling interoperability, data integration, querying, and reuse across smart-building and energy-management systems [1]. HPOnt was developed in the context of the REACT project [1].

Example Usage: Annotate a smart building energy management system with HPOnt terms to specify heat pump operating mode, cooling capacity, power supply, storage volume, power consumption, and related system information, enabling semantic search and integration with building energy management platforms [1].

Metrics & Statistics

Graph Statistics

Total Nodes

84

Total Edges

143

Root Nodes

16

Leaf Nodes

43

Knowledge Coverage Statistics

Classes

4

Individuals

6

Properties

12

Hierarchical Metrics

Maximum Depth

4

Minimum Depth

0

Average Depth

1.13

Depth Variance

1.98

Breadth Metrics

Maximum Breadth

16

Minimum Breadth

2

Average Breadth

6.00

Breadth Variance

27.20

LLMs4OL Dataset Statistics

Term Types

5

Taxonomic Relations

0

Non-taxonomic Relations

0

Average Terms per Type

2.50

Usage Example

Use the following code to import this ontology programmatically:

from ontolearner.ontology import HPOnt

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

References