Introduction

With the rise of Industry 4.0, data, information, and knowledge are central drivers for an intelligent manufacturing environment since they provide the foundation for autonomous production and decision support. The benefits of autonomous production and decision support for manufacturers include relieving labour from non-creative tasks or providing robust decisions for production planning and scheduling. (Ustundag & Cevikcan, 2018; Dashkovskiy et al., 2006) Transferring intelligent manufacturing environments into reality needs a standardized and general description of the manufacturing domain and the interconnections of the assets within this domain (da Rocha et al., 2020). Due to the advent of Industry 4.0, the term asset becomes prominent for declaring either a physical or virtual thing that has a value for the company. (Reference Architecture Model Industrie, 2016; Asset management, 2017) Thus, examples of assets within the manufacturing domain could be products, materials, machinery, or models and documents such as bills of materials and technical drawings. A standardized description is made by elements and their enhancement with semantic meta-data, e.g., units or the data type. Therefore, ontologies have been introduced that support unambiguous descriptions of elements and their relations. Initially established in the field of Philosophy, ontologies are used for knowledge engineering and information science (Peng & Man, 2013). Gruber defines an ontology as "a specification of a conceptualisation" that contains cross-linked relationships between single classes (Gruber, 1993). Thus, ontologies describe domains formally and explicitly by listing their terms, roles, properties, and possible constraints (Noy & Mcguinness, 2001; Peng & Man, 2013). These ontologies then can be used in knowledge graphs to reason about the semantic meaning of the defined terms (Hogan et al., 2021). While ontologies describe abstract classes and properties, knowledge graphs (KG) represent real-world entities (Paulheim, 2017). Hence, a KG is an instance of an ontology that comprises specific information, while the ontology acts as a schema for the overlying KG (Zhou et al., 2021; Ehrlinger & Wöß, 2016).

Ideally, one defines the domain’s elements once and then reuses them for other purposes, e.g., as a basis for optimization models. Reusing ontologies reduces the effort for remodelling the same elements again and enables cross-domain and cross-company communication, as every element has the same semantic foundation enabling interoperability. (Noy & Mcguinness, 2001; Institute of Data Science - Maastricht University, 2020; Zhou et al., 2021) Hence, ontologies ensure and improve a flexible, reusable, and extensible exchange of data (Peng & Man, 2013; Georgieva-Trifonova & Galabov, 2021).

Today, ontologies of the manufacturing domain are rarely implemented. One reason is that, as domain experts, production engineers are typically unaware of semantic web technologies. As building ontologies is a highly specialized task, qualified personnel in information technology with enhanced semantic web skills are required to support the production engineers in this task. In addition, manufacturing domain ontologies were often built without considering wider applications or reusing existing ontologies, which makes them not interoperable (Karray et al., 2021). Furthermore, adequate tools and best practices for building ontologies are rare. Finally, a dedicated register that contains ontologies for the manufacturing domain is absent, so existing manufacturing ontologies are spread in different scientific publications (Gangemi & Presutti, 2009; Psarommatis et al., 2022; Vigo et al., 2014; Ameri et al., 2022).

To overcome the absence of a register for manufacturing ontologies, we contribute ontology architects and manufacturing domain experts with a comprehensive register of manufacturing domain ontologies. We summarize every ontology’s scope and classify its application, e.g., products, resources, and maintenance. Besides the contribution an ontology originates from, we link directly to the ontology files and the respective communities where available. Additionally, we provide an overview of existing vocabulary service catalogs, giving ontology architects and manufacturing domain experts a starting point for their research. Our work accelerates the finding and reusing of pre-existing ontologies for specific purposes, making the process of semantic engineering faster and, hence, more efficient.

The remainder of our contribution is as follows: After the introduction, we introduce semantic models in the form of ontologies as a basis for knowledge representation in Section 2. In Section 3, we present related work, and subsequently our methodology in Section 4. Section 5 contains the review of the manufacturing ontologies, while Section 6 provide catalogs of ontologies and vocabulary services and ends with a conclusion and further work in Section 7.

Semantic models as a basis for knowledge representation

This chapter introduces the concept of semantic web technologies, in particular, the role of ontologies for knowledge management, to provide a brief understanding of knowledge management and their benefits for Industry 4.0 under consideration of an example of the manufacturing domain.

Use of ontologies

Figure 1 introduces an exemplary, basic shopfloor ontology that represents the general role of a product within the manufacturing domain. Moreover, domain-specific classes and instances from the injection molding and milling domain were added to demonstrate that ontologies can be nested at different levels.

Fig. 1
figure 1

An ontology representing a subset of knowledge related to the manufacturing domain by definition of concepts and their relationships

Within this ontology, the Physical Object, Product, Machine, Raw Material, Mold, Drilling Machine, and Injection Molding Machine are classes (represented by blue circles). A class, also called a concept, comprises all objects that share the same properties. For example, every Machine has a name, an identifier, a serial number, and a fabrication date. In an ontology, properties of a class are modelled as Data Properties (green rectangles). Data Properties can be enhanced with a data type, e.g., integer (int) as the data type for the serial number (orange rectangles). The connection between two classes is realized by Object Properties (blue rectangles). A Product, for example, (isMadeOf) Raw Material. Classes can be nested, so sub-classes inherit their properties from their super-classes. The sub-classes are specifications of one super-class, e.g., an Injection Molding Machine or a Drilling Machine is a specification of a general Machine. Both machines share the same properties that are inherited from the class Machine. In addition, each class comprises further properties that are only appropriate and valid for the sub-class elements, e.g., an Injection Molding Machine has a property maximum clamping force but no property drilling speed as it belongs to a drilling machine. While classes describe the general features of a class element, an instance derived from this class is an exactly defined specification of this class element. In Figure 1, the purple rectangles stand for the instances, i.e., IMM1 is an Injection Molding Machine that have maximum clamping force of 500 kN.

As introduced before, relationships between classes are visible using Object Properties. In Figure 1, Product is linked to Machine through the relation isProducedBy. Thus, it can be explicitly expressed that

figure a

Vice versa, a Machine produces a Product. Since this relation is not explicitly formulated, it contains the same information implicitly. Hence, retrieving efficient and valid information about statements is valuable since it offers the generation of new knowledge of the domain, even if single relations are not expressed directly. This can be realized with inference or reasoner tools applied within ontologies. With the help of these tools, generating predictions and providing decision support is feasible since domain knowledge can be built. (Noy & Mcguinness, 2001; Psarommatis et al., 2022) Further literature in which ontologies are examined in more detail are Staab and Studer (Staab & Studer, 2004) or Sicilia (Sicilia, 2014).

Hierarchy of ontologies

It is important to consider that ontologies, depending on their level of detail, can be classified into different hierarchy levels (Ramis Ferrer et al., 2021). Figure 2 introduces the four different levels ontologies can be grouped in.

Fig. 2
figure 2

Types of Ontologies according to the classifications in Arp et al. (2015); Martinez Lastra et al. (2010); Ocker et al. (2019)

Based on Arp Arp et al. (2015) and Lastra Martinez Lastra et al. (2010), Ocker et al. Ocker et al. (2019) comprehensively classifies ontologies into top-level, reference, application, and domain ontologies. Top-level ontologies include the most generic concepts applicable to all underlying domains since they are independent of any domain. Thus, the top-level ontologies’ classes are valid for all underlying levels. One example is the Basic Formal Ontology (BFO) that defines general classes for physical entities (e.g., objects) or the execution of processes Arp et al. (2015). On the next level, reference ontologies are used to provide a common understanding of a specific domain. An example of such type of ontology is the Supply Chain Reference Ontology describing general concepts in the supply chain domain. On the third level, domain ontologies defining properties of a specific domain in a generic manner, e.g., the general properties of machinery or plants of the manufacturing domain. The most detailed ontologies are application ontologies since they represent a particular task within this considered domain, e.g., an injection molding process. Due to standardization and modularization, domain applications should use the classes from the overlying ontologies by inheriting predefined properties Wache et al. (2001).

Related work

Wlazlak et al. (2020) review 13 ontologies and integrate them into a developed classification framework comprising five categories. Besides the conceptual product life cycle category, the other four categories focus the on the product and production process. They differ between the equipment and the assembly process as also the focus of these ontologies, i.e., conceptual and real-life cases. Further differentiation is not given. Negri et al. (2016) comprehensively point out and review conceptual and semantic languages and their features for building semantic models for the manufacturing domain (e.g., UML, RDF, and OWL). Since they focus on modelling languages, a review of existent manufacturing ontologies was not the scope of this contribution. Also, Fraga et al. (2020) conduct a systematic literature review to present the most relevant elements one must consider when building ontology-based solutions and their transfer into the industrial environment. This comprises, among others, the used libraries and tools or considered standards within the ontology-based development process. Hence, a review of manufacturing ontologies regarding their content was not processed. In contrast, Strzelczak (2015) reviews ontologies from the supply chain operations management and the manufacturing operations management by formulating short descriptions. Besides, Zahri et al. (2023) review ontologies for new product development. El Kadiri and Kiritsis (2015) perform literature research that facilitates ontologies for product lifecycle management. Their review is embedded in a study regarding the general roles, challenges, and needs of ontologies within the manufacturing domain. The authors mentioned before do not cluster the reviewed ontologies into pre-defined categories, so a comparison of those ontologies regarding their focus was not made. In Wache et al. (2001), the integration of ontologies was discussed. They presented three major approaches to identify how ontologies are used: 1) Single ontology, which provides a single, global ontology that shares the terminology with multiple information sources as one unified vocabulary, 2) Multiple ontologies, where each information source is connected to a separate ontology independently, and 3) Hybrid, which is a combination of the previous two approaches, where the global ontology is connected to the local ontologies that again serves as independent vocabulary supplier for the single information sources. Considering those three approaches, the hybrid approach is preferred, as it enables the easy addition of new sources without modifying the mapping between ontologies and simultaneously supports the extension and modification of ontologies Peng and Man (2013).

The Industrial Ontologies Foundries (IOF) is a noteworthy initiative striving to develop a core and openly accessible set of ontologies for the manufacturing domain, fostering data interoperability (OAGi. Industrial Ontologies Foundry 2023; Karray et al. 2021). They propose an ontological suite, including core, supply chain, and maintenance ontologiesFootnote 1, accompanied by technical principles, guidelines, and additional resources to support the creation of interoperable ontologies. In the work by Smith et al. Smith et al. (2019), the authors articulate a formal representation using first-order logic for the IOF’s axioms and definitions, with the Basic Formal Ontology (BFO) serving as the foundational framework. Another initiative, the Ontology-driven data documentation for Industry Commons (OntoCommons) (Ontocommons.eu. OntoCommons 2024), aims to compile information on existing ontologies in different domains. In their resulting report (Le Franc, 2022), they present (among others) the technical features of ontologies (e.g., usage of inverse properties) and calculate key performance indicators for ontologies, such as axiom count.

Fig. 3
figure 3

The methodology we follow to review existing ontologies

Furthermore, reviews of ontologies covering a specific manufacturing subdomain are available, e.g., for sensors(Schlenoff et al., 2013; Cao & Zanni-Merk, 2019), concepts related to the Web of Things (Li et al., 2019), different levels of simulations (May et al., 2022), and ontologies for process automation, including Process control (PLC-Level) Lepuschitz et al. (2022). Similarly, Nagy et al. (2021) introduces an overview of ontologies for building Industry 4.0 applications.

Existing related work shows that a holistic register of manufacturing ontologies is absent. To close this gap, we provide a comprehensive register including a short summary and classification of manufacturing ontologies, so ontology architects require less effort in establishing an intelligent manufacturing.

Methodology

We performed descriptive and qualitative research based on an analysis of literature describing ontologies relevant to the Internet of Production (IoP). Figure 3 shows the steps included in our methodology.

First, we reviewed relevant literature by selecting research papers targeting the following keywords: product ontology, i4.0 ontologies, manufacturing ontologies. Next, we used a snowballing research approach Streeton et al. (2004) by consulting the referenced papers to extract more information about the ontologies. Subsequently, we grouped the ontologies based on their coverage (upper and middle ontologies, domain ontologies, and supporting ontologies). After that, we determined the focus described by the ontologies by establishing relevant, manufacturing-related categories. In parallel, we filter ontologies that are not closely related to our domain of interest, e.g., business administration, finance, linguistics, or philosophical ontologies and concept papers. In addition, we considered ontologies related to the manufacturing domain in a broader sense, for instance, ontologies describing sensor or engineering processes, since sensors become increasingly crucial for monitoring and engineering directly influences the manufacturing process. As for supporting ontologies, we selected cross-domain ontologies, which can be valuable for complementing the knowledge from the manufacturing and production domains.

Additionally, we provide a compilation of catalogs, their characterization, and their field of application to facilitate the search for existing ontologies and vocabularies. To build the catalog, we searched for existing archives in papers and referenced websites, such as projects and initiatives related to ontologies.

Review

Our goal is to support Domain Experts (DEs) and Knowledge Experts (KEs) by providing a comprehensive list of ontology resources to aid the reusability and interoperability of newly created ontologies. Therefore, we built a comprehensive register containing vocabulary service catalogs and manufacturing domain ontologies. We revised and evaluated existing ontologies and vocabularies based on their scope and coverage.

Different coverage levels are necessary to design an architecture for ontology construction. In this sense, upper ontologies constitute the structural base of such architecture, followed by domain-specific ontologies and vocabularies. On top of that, one has to model the new concepts specific to the new ontology. To complement, one can add cross-domain ontologies to support the overall architecture and, in this way, extend the interoperability and reuse of the new ontology further by reusing already defined concepts in other ontologies.

Upper ontologies

Upper ontologies cover foundational concepts that one should consider when creating ontologies. Based on our analysis, we present in Table 1 the resulting list in this category to serve as a basis for new ontologies in the Internet of Production, and indicate in the column ONL the corresponding ontology file which is available online. Further reviews focusing more on upper and middle ontologies exist, e.g., in Guinard (2021); Mascardi et al. (2008).

The most preferred upper ontology used in the manufacturing domain is the BFO ontology, which allows the representation of concepts in several fields.

Table 1 Reviewed upper ontologies to consider in the ontology development process

Application and domain ontologies

Several application and domain-specific ontologies focusing on different assets and aspects of the manufacturing and production domain exist. Furthermore, we can also consider ontologies not exclusively targeting the production and manufacturing domain but widely used in our field of interest, such as those covering simulations and sensors knowledge. Therefore, in Table 2 we describe the application and domain ontologies covering production and manufacturing processes, including those within the IOF ontological suite, specifically the IOF Core, MaintRefOnto, and SCRO ontology.

Table 2 Description of the reviewed manufacturing ontologies

Then in Table 3 we classify the main ontologies (O) and semantic models (SM) into subcategories of the manufacturing domain. A semantic model is an abstraction of the real world in which one conceptually expresses objects, their properties and relationships, allowing a common understanding of the modelled concepts by adding the necessary context (semantics) regarding their characteristics and environment. On the other hand, ontologies are formal specifications describing general or specific domains, in the form of terms, relations and constraints, as we explained in Chapter 2.1.

The application and domain ontologies we list here cover elements related to several categories. We determine these categories based on assets listed in the IEC 62264 series of standards that provide enterprise-control system integration, i.e., by specifying relevant models and terminology GmbH (2014). We cluster the ontologies into the categories as follows: Products (PROD), Processes (PROC), Resources (RES), Scheduling (SHED), Maintenance (MAINT), Sensors (SENS), Robotics (ROBT), Engineering (ENG), Batch processing (BATCH), Measurements (MSMT), Standards (STD), and Simulation (SIM). We indicate the coverage of each ontology by adding a (\(\times \)) in the corresponding column of the covered feature. To the best of our knowledge and our research, we provide references to the corresponding ontology file in column ONL, while column COMM leads to the community that maintains the ontology. In column REF, we reference the source research paper.

Table 3 consists of application and domain ontologies in the manufacturing domain and provides stakeholders with resources to explore more in-depth and decide which ones to use.

Table 3 Classification of the reviewed manufacturing ontologies into different subcategories

In summary, we present 65 domain-specific ontologies. The majority of the ontologies in Table 3 cover resources (52) and processes (52), followed by 38 ontologies describing products. The high number of these categories was expected, as they represent fundamental components within the manufacturing sector. In combination with the summary from Table 2, ontology architects can identify which resources, processes, and products the ontology covers, i.e., in a general manner or dependent on the underlying manufacturing domain. Additional common topics covered by some of the listed ontologies are scheduling monitoring (19), maintenance (19), sensors (17), robotics (5), engineering (11), batches (6), and six concepts related to simulations. Furthermore, 30 ontologies include measurements and 15 consider standards.

Priority guideline and framework for reusing manufacturing ontologies

Based on the reviewed ontologies, we establish a guideline and a framework to guide ontology engineers and domain experts, enabling them to reuse existing ontologies. This accelerates the creation process and fosters a shared knowledge base. Figure 4 illustrates the guideline.

Fig. 4
figure 4

Priority guideline for ontology engineering

Before building new ontologies from scratch, (partly) reusing, referring, or merging ontologies should be aspired as recommended in ISO/IEC 21823-3 (Interoperability for IoT systems—Part 3: Semantic interoperability) Internet of Things (2021) or in different literature, e.g., in Katsumi and Grüninger (2016), as reusing existing ontologies fosters interoperability Zhdanova (2006); Sabou et al. (2016). In addition, reusing ontologies can utilize established, community-proven concepts, saving time and resources compared to developing new ontologies from scratch. This efficiency also extends to ontology maintenance, as the wider community can contribute updates.

We recommend prioritizing the reuse of ontologies that have an active community. A central advantage is that ontology engineers and domain experts can engage in a collaborative process that has the potential to contribute to and benefit from collective expertise and amendments. This collaborative approach allows for improving and refining the ontology itself, thus better serving the scientific community. Moreover, support may be much faster and easier if an active community is acting in the background. Zhdanova (2006) Additionally, consideration should be given to those endorsed by initiatives such as OntoCommons and the IOF, which have undertaken comprehensive studies and analyses of ontologies across diverse facets within the industrial domain. If no community maintains the ontology but the ontology is available as a file, they should be considered second priority. Usually, active communities also provide the ontology in a file format. Before reusing a file, it should be checked if the newest version of an ontology is used or if a successor exists. The third priority encompasses ontologies that neither have an active community nor are available as files but are already specified in the literature, so already defined concepts can be transferred to a file, enabling machine readability.

If requisite elements remain unavailable, we recommend exploring established standards and guidelines that have already formulated terminology for a specific domain as a fourth priority. Standards are crucial in building ontologies as they provide a common framework and vocabulary, ensuring consistency and interoperability across diverse systems. Adhering to established standards enhances the quality and usability of ontologies, facilitating effective communication and integration of information in various applications and domains. Oemig and Snelick (2016); Domingue et al. (2011) However, only 23 % of the ontologies we reviewed integrated or considered standards. An illustrative instance of such standardized domain terminology is DIN EN 62264, which delineates terms within the manufacturing domain Enterprise-control system integration (2014, 2016). Transferring these terms into a machine-readable ontology preserves the standardized and acknowledged elements, allowing for potential enrichment with semantics. In scenarios where the domain lacks a comprehensive description, it is recommended to establish a cross-company working group to create a standardized and universally accepted comprehension of the domain. Ideally, the outcomes should subsequently be codified into a standard, enabling other users to leverage this effort for their purposes. A comprehensive guideline covering essential ontology and semantic model development aspects is outlined in Molinas Comet (2022). The OAGI organization, addressing interoperability issues in software systems, also provides a list of helpful materials regarding ontologies and summarises some technical principles OAGI Organization (2023).

Our review pointed out that only six of the reviewed ontologies have both a community that supports their maintenance and a file. Similarly, most ontologies are unavailable online in a machine-readable format to ease ontology reuse. More specifically, only 20 ontologies out of 65 are available. Based on this result, we provide a framework in Table 4 that recommends suitable ontologies.

Table 4 Manufacturing ontologies framework

In the upper section, the framework lists all ontologies with both a file and an active community. Those ontologies should be considered with priority. In the lower section, all ontologies available as a file but with no community are located. Within these two sections, we sort the contents in descending order, depending on the number of covered domains. If the number of covered domains remains consistent, we have arranged the ontologies alphabetically.

Ideally, one ontology directly covers multiple domains. This simplifies the creation process since fewer resources have to be handled. Nonetheless, a potential drawback of ontologies covering a broad range of domains may arise from the risk of overly generalized modeling of elements. Hence, we recommend incorporating ontologies that concentrate on highly specific domains into the design deliberation process. The probability that these ontologies provide significantly more detailed domain specifications is notably increased.

The decision to reuse or create a new ontology should be carefully considered based on the specific needs and context of the project. Creating a new ontology may be justified if the existing ones do not adequately address the semantic nuances required for a particular domain or if they are overly complex for the intended use. Simperl (2009)

In summary, our framework is the first starting point for ontology engineers and domain experts. In general, (partly) reusing ontologies strongly depends on the creators’ purpose. Our work can help accelerate the process of finding suitable ontologies for implementing intelligent manufacturing.

Supporting ontologies

Another type of ontology to consider when developing a new ontology is cross-domain supporting ontologies, which adds value by describing traversal concepts to use in more than one domain. In the particular case of our study, complement the definition of concepts in the production and manufacturing domain. This type describes knowledge about measurements, institutional organisation and structures, data storage organisation, etc. One consideration here is that terms describing measurements are usually covered also in the application or domain ontologies. However, based on best practices, such concepts should be reused from the supporting ontologies instead of redefining them in the domain ones.

We list ontologies in this category in Table 5. It is important to note that some resources are defined as Vocabulary (V), while others are considered Ontologies (O). Even though there is no clear distinction between those two terms, as both refer to a structured collection of terms, usually those classified as vocabulary are organized less strictly or formally than ontologies and tend to be less complex. Some of the cross-domain ontologies we consider to support the construction of domain-specific ontologies are SKOS, Time, QUDT and OM.

Table 5 Reviewed supporting ontologies to consider in the ontology development process

Catalogs

In ontology development, it is also relevant to consider a list of catalog services that DEs or KEs in the IoP can access to retrieve details regarding ontologies and vocabularies. It is necessary to provide such a list, as information about domain-specific ontologies is only available in scientific publications, which hinders them from being discovered and reused.

Another important consideration is that WikidataFootnote 3 is a knowledge base in which concepts related to several domains exist, including the manufacturing domain. Then, one can also use such a resource for the disambiguation of concepts in a new ontology.

In Table 6, we summarise available ontology services and repositories, including access links and a short description of how to use them. We excluded unavailable services, those with outdated content, or those not relevant to our purpose of providing information on ontologies and vocabularies for building models in the IoP. Also, we filter out those country-specific and those focusing on domain-specific ontologies not relevant to our field of interest, e.g., BioPortal and AberOWL.

Table 6 Reviewed ontology and vocabularies services catalogs

Conclusion and outlook

In this contribution, we provide a comprehensive review and classification of existing ontologies of the manufacturing domain resulting in a register of 65 ontologies. These range from general concepts independent of the manufacturing process to specific ontologies modeled for a particular manufacturing domain.

We summarized and clustered the reviewed ontologies into 12 different categories that characterize typical assets and aspects of the manufacturing domain, such as products and sensors or the engineering and scheduling process. A majority of ontologies cover products, processes, resources, and measurements. In addition to providing the source publication of the ontology, we include a link to the ontology file and community, if available. This allows engineers to directly access and use these ontologies as needed. Ultimately, the register we have constructed facilitates a faster semantic engineering process, providing relief to ontology architects and manufacturing domain experts from the task of searching for ontologies and identifying their scope. Moreover, our contribution supports the reuse of ontologies, sparing developers from starting from scratch as they now have a comprehensive register at their disposal. We have intentionally focused on classifying the reviewed ontologies and refrained from conducting evaluations. In addition, we provide a priority guideline and a framework that supports developers with recommendations for reuse existing ontologies. This approach empowers developers to decide which ontology or combination thereof is most suitable for their specific use case. Also, we reviewed relevant supporting ontologies that help to complement the domain knowledge and catalogs, which contain ontologies and vocabularies.

Our work facilitates the implementation of autonomous asset communication in an Industry 4.0 environment, since (partly) reusing ontologies strives for a common communication basis enabling cross-domain and cross-company communication. However, one important consideration is that most ontologies in the manufacturing domain are still only available on paper, which difficult their reuse. Hence, engineers who build new ontologies should always publish their developed files and make them accessible for subsequent use or reuse.

Further work we identify is the alignment of the reviewed ontologies within their subdomains. As, for example, ontologies that define resources are widely present, the definition of those resources often is made differently. Hence, Uniform Resource Identifier (URI) for the single terms to follow the unique persistent and resolvable identifiers should be introduced. Additionally, suitable ontologies from different subdomains should be merged together to receive an overall and common ontology for the manufacturing domain. Solving this complex and challenging task can be done by building norms and guidelines that comprise the terms in a standardized manner. Lastly, application and domain ontologies should be reproducible and available for its reuse, via the ontologies catalogs, instead of only being included in the literature.

Moreover, further work in the context of the current trend of Large Language Models (LLM) is to identify the advantages of using them to support domain experts in the development of manufacturing ontologies, together with Wikidata for the disambiguation of concepts in such ontologies.