<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Towards Modeling the Structure of Product Dependencies in Supply Networks to Identify Bottlenecks Among Suppliers</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Daniel</forename><surname>Henselmann</surname></persName>
							<email>daniel.henselmann@iis.fraunhofer.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Fraunhofer Institute for Integrated Circuits IIS</orgName>
								<address>
									<settlement>Nuremberg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Andreas</forename><surname>Harth</surname></persName>
							<email>andreas.harth@iis.fraunhofer.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Fraunhofer Institute for Integrated Circuits IIS</orgName>
								<address>
									<settlement>Nuremberg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards Modeling the Structure of Product Dependencies in Supply Networks to Identify Bottlenecks Among Suppliers</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">EF633B65A01A3649B40B96EA54EE02E9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:30+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>supply network</term>
					<term>bottlenecks</term>
					<term>graph model</term>
					<term>ontology</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper introduces an ontology-based approach to model supply networks aimed at identifying bottlenecks among suppliers. Considering concepts from existing ontologies, we develop a concise ontology to represent the structure of supply networks, focusing on products and their derivational dependencies. We compare our ontology to PRONTO, a heavyweight ontology with a similar scope, demonstrating its reduced complexity while retaining sufficient modeling capabilities. Reduced expressiveness in some product cases due to the abstraction of product variants is a limitation. Further work is needed on network metrics and measures to identify bottlenecks.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>In 2021 a global shortage of microchips forced car manufacturers to halt production <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>, causing an estimated damage of $210 billion in revenue <ref type="bibr" target="#b3">[4]</ref>. Bottlenecks in the supply networks of microchips in the form of key (sometimes industry-wide) suppliers were one major reason <ref type="bibr" target="#b4">[5]</ref>. Figure <ref type="figure">1</ref> shows an example (partial) supply network of the car manufacturer BMW which receives car components from Continental <ref type="bibr" target="#b5">[6]</ref>. The car components at Continental contain chips from various enterprises. BMW also directly sources chips from Qualcomm for self-driving capabilities <ref type="bibr" target="#b6">[7]</ref>. All chips are however dependent on TSMC which manufactures them in its foundries <ref type="bibr" target="#b4">[5]</ref>. A disruption of manufacturing at TSMC would significantly impact BMW, as many of its car parts rely on TSMC, despite the presence of several suppliers in between.</p><p>A recent accumulation of environmental and geopolitical challenges has led to unprecedented disruptions in supply networks <ref type="bibr" target="#b7">[8]</ref> on top of an already rising number of disruptions <ref type="bibr" target="#b8">[9]</ref>. A supply network disruption is an "unplanned and unanticipated event that disrupts the normal flow of goods and materials in a supply network, and viewed as a major source of firms' operational and financial risks" <ref type="bibr">[10, p. 44]</ref>. A third of the disruptions in supply networks have their source at deeper tiers beyond direct suppliers <ref type="bibr" target="#b10">[11]</ref>, making the disruptions harder to detect Figure <ref type="figure">1</ref>: TSMC as a bottleneck in BMW's supply network. (Data from <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b6">[7]</ref>, <ref type="bibr" target="#b4">[5]</ref>.)</p><p>early. Overall, supply network disruptions are omnipresent with only 12.2 % of enterprises not suffering a disruption in 2020 and 10.0 % experiencing over 50 disruptions <ref type="bibr" target="#b10">[11]</ref>.</p><p>Bottlenecks in enterprises' supplier networks are the suppliers with the highest loss contributions in consequence of a disruption <ref type="bibr" target="#b11">[12]</ref>. Supply network risk managers can use the knowledge of bottlenecks to improve resilience in their supply networks <ref type="bibr" target="#b11">[12]</ref>. A resilient supply network allows for anticipation, preparation, and overcoming of disruptions <ref type="bibr" target="#b12">[13]</ref>. Bottlenecks are identifiable through various network measures <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b11">12]</ref>. To perform network measures, an instantiated supply network graph is required in the first place.</p><p>The goal of this paper is therefore to provide a graph model representing the structure of supply networks. The graph model allows to identify bottlenecks among suppliers in a supply network based on instance data. The results can aid enterprises in their supplier management.</p><p>In the remainder of this paper, we cover related work in Section 2 and in Section 3 discuss the choice to model the supply network graph with products as nodes and derivational dependencies between them as edges. Our contribution in this paper is an ontology to model the supply network graph, for which we present the methodology (cf., Section 4) where we set the target of developing a small, concise ontology for a wider audience. We discuss and present the ontology itself in Section 5, taking into account ontologies from related work. In an evaluation (cf., Section 6), we use the ontology with the largest overlap of scope (PRONTO, cf., Section 2) as a baseline for comparison. The paper concludes with Section 7, which includes limitations and open questions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Supply Network Graph Models</head><p>This section provides an overview of supply network graph models from the literature. We discuss the choice of graph model with regard to the identification of bottlenecks among suppliers in Section 3.</p><p>Wagner and Neshat <ref type="bibr" target="#b8">[9]</ref> model supply networks as weighted directed graphs with vulnerability drivers as nodes and interdependencies between them as edges.</p><p>Kim et al. <ref type="bibr" target="#b13">[14]</ref> model supply networks as directed graphs with firms as nodes and either delivery and receipt of materials or contractual relationships as edges. These two types of supply networks have the same firms as nodes but may have different network structures if a buying company establishes a contract with a second-or third-tier supplier and directs the top-tier supplier to receive materials from them.</p><p>Kim et al. <ref type="bibr" target="#b9">[10]</ref> model supply networks as directed graphs with facilities as nodes and transportation between the facilities as edges.</p><p>Reyes Levalle and Nof <ref type="bibr" target="#b12">[13]</ref> present a formalism of supply networks as directed graphs with agents as nodes and the physical, digital, and/or service flow between the agents as edges. Agents may be physical entities (e.g., humans, robots, sensors, manufacturing facilities) or intangible entities (e.g., software programs) that are autonomous, goal-oriented, and interactive.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Product Supply Network Ontologies</head><p>This section provides an overview of relevant ontologies from the literature. We discuss the concepts represented by various ontology terms with regard to our ontology in Section 5.</p><p>The TOVE project on enterprise modeling resulted in a Resource Ontology <ref type="bibr" target="#b14">[15]</ref> and an ontology for requirements in the engineering design domain <ref type="bibr" target="#b15">[16]</ref>. The Resource Ontology focuses on resources in enterprises and includes concepts for resource division, quantity, and usage <ref type="bibr" target="#b14">[15]</ref>. The requirements ontology introduces parts, features, requirements, and constraints as main concepts <ref type="bibr" target="#b15">[16]</ref>.</p><p>The Enterprise Ontology <ref type="bibr" target="#b16">[17]</ref> resulted from the Enterprise Project on the topic of enterprise modeling and the management of change. Concepts represent a comprehensive view of enterprises including processes, strategy, organizational structure, resources, goals, constraints, and environment <ref type="bibr" target="#b16">[17]</ref>.</p><p>The Onto-SCM ontology <ref type="bibr" target="#b17">[18]</ref> was developed as a common semantic model for semantic integration in the supply chain management (SCM) domain. Major concepts cover supply chain structure, -management, -activities, -items, and -resources <ref type="bibr" target="#b17">[18]</ref>.</p><p>The GoodRelations ontology <ref type="bibr" target="#b18">[19]</ref> was developed to annotate product and service offerings on the Web for e-commerce. The ontology includes the concepts of Web Resource, Business Entity, Offering, Business Function, Product or Service, and Unit of Measurement <ref type="bibr" target="#b18">[19]</ref>.</p><p>PRoduct ONTOlogy (PRONTO) <ref type="bibr" target="#b19">[20]</ref> is an ontology from the product modeling domain that represents product information with an abstraction hierarchy and a structural hierarchy. The core classes are Product, VariantSet, Family, Structure, Relation, Change, and Restriction <ref type="bibr" target="#b19">[20]</ref>. PRONTO is the ontology with the largest overlap in scope compared to our goal and therefore used for comparison throughout this paper.</p><p>Schema.org <ref type="bibr" target="#b20">[21]</ref> is an ontology targeted at Web developers to annotate websites. The Schema.org terminology is partly derived from GoodRelations, but also contains additional terms to cover a greater scope. The major concepts<ref type="foot" target="#foot_0">1</ref> include CreativeWork, Event, MedicalEntity, Person, Place, Product, and Action.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Choice of Supply Network Graph Model</head><p>The supply network graph models from the literature differ in their choice of nodes and edges for the graph model. This section evaluates the graph models to identify the most suitable one for our use case.</p><p>Wagner and Neshat <ref type="bibr" target="#b8">[9]</ref> model vulnerabilities, which need to be known. The goal of our paper is a supply network model that enables the determination of vulnerabilities in the first place, more specifically bottlenecks in the supply network. Therefore, Wagner and Neshat's approach is not suitable for our needs.</p><p>Kim et al. <ref type="bibr" target="#b9">[10]</ref> model facilities and transportation. While transportation is a source for disruptions, we aim to identify bottlenecks among suppliers from the structure of suppliers in supply networks at a higher level of abstraction that requires less instance data.</p><p>Reyes Levalle and Nof <ref type="bibr" target="#b12">[13]</ref> model diverse agents and diverse flows between them. However, this model's broadness makes it difficult to instantiate with data. Any person tasked to use this model to identify bottlenecks in their supply network must first decide about an appropriate abstraction level as this choice is not made by the model. Kim et al. <ref type="bibr" target="#b13">[14]</ref> model enterprises ("firms") using either delivery and receipt of materials or contractual relationships as relations. For our goal of detecting bottlenecks among suppliers in a supply network, this model seems a suitable choice. However, modeling dependencies between enterprises does not propagate well across multiple tiers in a supply chain because these relationships are not (entirely) transitive.</p><p>We use Figure <ref type="figure" target="#fig_1">2a</ref> for an example. If the car manufacturer BMW orders components from Continental to build its cars, BMW clearly depends on Continental. Continental also is a manufacturer of conveyor belts for the mining industry. When Continental orders chips from NXP to build a conveyor belt, Continental clearly depends on NXP. The dependence of BMW on NXP is however questionable. BMW could suffer from disruptions in Continental's manufacturing of conveyor belts due to financial problems or human resource planning affecting Continental's car components. The effect on BMW of a disruption in Continental's car components is however undoubtedly greater. If Continental were to order chips for their car production from NXP, the situation would be different. The enterprise supply network graph model does not provide a means of distinguishing between the two.</p><p>A solution is to incorporate products into the graph model. Figure <ref type="figure" target="#fig_1">2b</ref> shows the supply network from Figure <ref type="figure" target="#fig_1">2a</ref> with products as nodes. Continental's enterprise is replaced with three products. The supply network lacks a connection from NXP's chip to BMW's car. It becomes evident that BMW's car production does not depend on NXP. Therefore, a supply network graph that models products and their supply relation is suitable for our use case.</p><p>However, the supply network graph must not ignore the relationship between a product and its enterprise as this information is necessary to identify suppliers. Adding enterprise names to the node labels in Figure <ref type="figure" target="#fig_1">2b</ref> does not establish a connection between Continental's products in the data and cannot be evaluated by a query. Furthermore, the dependence on certain products in a supply network may decrease if an alternative product exists. The cockpit computer in Figure <ref type="figure" target="#fig_1">2b</ref> may either use the chip from Qualcomm or Nvidia.</p><p>Knowledge graphs offer the necessary structure to express more sophisticated entities and the relations between them. Knowledge graphs are a suitable representation of supply networks  (that resemble graphs) enriched with further data. Ontologies offer a way to model the schema of knowledge graphs. Ontologies provide a taxonomic approach to managing complexity, the necessary expressiveness for knowledge as well as data integration, and a precise formal foundation. Therefore we develop an ontology as a model for the supply network graph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Ontology Methodology</head><p>While PRONTO is designed as "a heavyweight ontology" [20, p. 1308], we seek a small, more lightweight ontology that can be easily understood and utilized. A wider audience beyond dedicated ontologists should be able to make use of the ontology as ontologists are rare in enterprises. A simpler ontology also reduces the amount and complexity of available data that is required to instantiate the ontology. Available data is limited in practice as most enterprises have little data on their supply networks and the coverage of deeper tiers quickly declines <ref type="bibr" target="#b21">[22]</ref>. The goal for the ontology is a one-size-fits-all solution that can be applied across all industries (such as automotive, textile, electronics, food) and types of supply networks (potentially involving multiple industries). This approach should make the ontology more applicable.</p><p>Marquardt et al. <ref type="bibr" target="#b22">[23]</ref> presented a series of ontology design principles that provide a credible indicator of ontology quality. These principles are coherence, conciseness, intelligibility, adaptability, minimal ontological commitment, and efficiency. The PRONTO ontology adopted these principles with a suitable balance between them <ref type="bibr" target="#b19">[20]</ref>.</p><p>The development of our ontology has a particular focus on conciseness. "The principle of conciseness, a.k.a. minimality or minimization, demands (i) to reduce the number of vocabulary terms to the necessary minimum and (ii) to avoid redundancy with respect to axiomatic definitions. A concise ontology is easier to understand, easier to apply, and easier to maintain" <ref type="bibr">[23, p. 355]</ref>. Conciseness is particularly relevant for a small ontology.</p><p>We identify the domain of the ontology (its competence) with a set of competency questions.</p><p>The competency questions provide a characterization of the ontology as well as an understanding of its scope and limitations. The ontology must be usable to model instance data that can answer queries based on the competency questions. The competency questions were chosen to support the identification of bottlenecks among suppliers by providing data on a supply network on which network measures can be conducted.</p><p>1. How many/much of a certain product does the creation of a product require across the supply network? 2. How many derivational dependency paths from a product to another certain product are there in a supply network? 3. Which enterprise sells a certain product in the supply network?</p><p>Based on the assessment of the ontology's goals so far, we identify the following modeling requirements, which guide the design of our ontology.</p><p>1. Provide a representation of products that are available for (potential) customers. 2. Provide a representation of the enterprise that sells a product.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Provide a representation of derivational dependencies between products of different</head><p>enterprises, specifically all dependencies where a product is (partially) consumed in the process of creating another product. 4. Provide a representation of the quantity of a dependency. 5. Provide a representation of a derivational dependency being split between alternative products.</p><p>PRONTO also covers these modeling requirements, but not in a specifically concise way. We omit the following modeling requirements considered by PRONTO. "Handle the representation of product variants using the concepts of product family and generative BOMs" <ref type="bibr">[20, p. 1309</ref>]. Product variants contribute significantly to the complexity of PRONTO. To achieve a small, concise ontology, we abstract products and product families to a single concept (cf., Section 5). The expressiveness of our approach is still sufficient for our use case.</p><p>"Support the management of constraints in the derivation of product structures" [20, p. 1309]. Due to the omission of dedicated product families, the structural hierarchy does not include component combinations derived from product families. Therefore, we do not require constraints.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Ontology Considerations</head><p>Figure <ref type="figure" target="#fig_2">3</ref> shows the concepts of our ontology discussed in this section.</p><p>The concept of a resource is usually defined as the role of an entity for an activity <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b17">18</ref>]. The concept is on a relatively high level, covering various other concepts like raw material, product, facility, tool, and operator <ref type="bibr" target="#b14">[15]</ref> or productions, storage-, transportation-, and human resource <ref type="bibr" target="#b17">[18]</ref>.</p><p>Section 3 identified products with their supply relation as a suitable abstraction for our ontology. The resource concept is too broad to represent that as resources include human workforce or facilities that are disjoint with products. The creation of a product might depend on human workforce, facilities, and equipment, but the dependency is considerably smaller than on entities that are consumed in the process of creating a product. Without new human workforce, facilities, and equipment, the creation of new products can continue as these entities persist. Without new consumed entities, the creation of new products halts. The consumption of an entity is therefore the required criterion for the representation of entities a product depends on.</p><p>The concept of a product is often defined from a sales perspective as an entity offered to customers <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b16">17]</ref>. An intermediate entity that is the result of a manufacturing process in an enterprise and later only used for the creation of products of that enterprise is therefore not a product <ref type="bibr" target="#b16">[17]</ref>. The product concept only covers entities exchanged between enterprises. With regard to the dependency relation to products of other enterprises, intermediate entities are abstracted into the products they derive into. A car by BMW is manufactured with a door also manufactured at BMW. The door is built using a keyless transceiver from Continental. For a product abstraction, the car individual depends on the keyless transceiver individual, disregarding the door.</p><p>Products may be created in discrete or continuous manufacturing such as the chemical industry <ref type="bibr" target="#b17">[18]</ref>. The products concept also extends to services <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b17">18]</ref>. Earlier we noted that the consumption of an entity is required for entities a product depends on. If we state that a product depends on other products and products incorporate services, services must be consumable in the creation of products. That is the case if services are not an infinite pool but a limited amount of depletable (time)slots. The foundry service of TSMC for example is only available in limited amounts and a bought slot is not anymore available. That specific slot derives into the manufactured product. Should a service be limitless (e.g., software licenses), the dependency is on another level that we do not consider. Some ontologies consider the concept of products on multiple abstraction levels. There is a distinction between a product individual/instance (as a class) and a product model <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b18">19]</ref>. The former represents a very, single identifiable entity while the latter represents the specification of an entity in the sense of a prototypical description. At a car dealership, one can buy "a BMW iX" (product model) or "that blue BMW iX over there in the corner" (product individual/instance). For the identification of bottlenecks among suppliers, a supply network graph at the product model level is sufficient and requires considerably less instance data.</p><p>Another abstraction is possible between a product and a product group/family <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b19">20]</ref>. The latter represents similar products having alike structures, similar characteristics, and production routes, that vary only in certain well-described ways, such as by size, color, or material. The car "BMW iX" could be seen as a product group/family with all the different configurations of the car as members of that product group/family. As we seek a small, concise ontology, we abstract products and product groups/families into a single concept. Enterprises may decide themselves if variants deserve a distinct representation or if a single representation is sufficient, depending on the complexity of products and variants as well as on the tradeoff between effort and payoff. Further abstraction is that of a product class that describes products with the same functionality and/or physical characteristics used for achieving the same goal <ref type="bibr" target="#b18">[19]</ref>. The product class for the "BMW iX" would be "car". This abstraction is not associated with specific enterprises or supply networks and therefore too high to identify bottlenecks among suppliers.</p><p>Several ontologies contain a concept for the structural hierarchy of resources or products similar to a "partOf" relation <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b19">20]</ref>. The relation is transitive, non-reflexive, and antisymmetric <ref type="bibr" target="#b15">[16]</ref>. The creation of products can have the nature of a composition (several products turn into one) or a decomposition (one product turns into several) <ref type="bibr" target="#b19">[20]</ref>.</p><p>As established earlier, the dependency between two products in a supply network is characterized by the (partial) consumption of one product for the creation of the other. This does not necessitate that a product becomes part of a (physical) presence of the created product. Examples are chemicals used for cleaning in the manufacturing of chips or the foundry service slot. Neither example becomes a chip, but without them, no new chips are created.</p><p>Any foundational or spatial relation <ref type="bibr" target="#b24">[25]</ref> between entities is therefore ineligible in our case. A temporal relation is however suitable as the consumed entities stop existing when a new product is created. The concept of derivation represents a relation between distinct entities when one succeeds the other across a temporal divide <ref type="foot" target="#foot_1">2</ref> . Therefore, we model our supply network graph using derivational dependencies between products. The derivation of multiple products into a certain product must not happen simultaneously as we abstract products to include intermediate entities.</p><p>Usually, the derivation relation is between two products to express the dependence of one product on another. The creation of a product might involve alternatives if substitutes for consumed products exist <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b19">20]</ref>. To represent a dependence on multiple alternative products, a single derivation may relate multiple products.</p><p>The existence of a derivation relation between products states a dependency but not its quantity. A car might require one cockpit computer but four doors with respective door parts. A quantity property states how many of a product must be consumed to create a product <ref type="bibr" target="#b19">[20]</ref>. The quantity number might be a fraction if one product is derived into multiple products. Besides a quantity value, a unit property provides information on the unit of measurement of a volumetric entity (e.g., corn or oil) <ref type="bibr" target="#b14">[15]</ref>.</p><p>The identification of bottlenecks among suppliers requires a relation that connects the products in the supply network graph with their respective enterprises. Existing ontologies use an owns relation to express the possession of a product <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b18">19]</ref>. We want to express which enterprise supervises the creation of a product and sells the product to (potential) customers. Therefore we use a sells relation between an enterprise and its products. Figure <ref type="figure" target="#fig_3">4</ref> shows instance data for a part of BMW's iX supply network using the ontology. Please note that the SmartCockpitHPC depends on either Snapdragon8 or alternatively T500. The quantity of the derivations between Snapdragon8 as well as T500 and 10nmSlot is a fraction because TSMC manufactures wafers with dozens of chips on, so one chip only required a fraction of a foundry slot.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Ontology Evaluation</head><p>The ontology is evaluated in two ways. First, we compare the ontology to PRONTO for an evaluation of our target of a small, concise ontology. Afterwards, we demonstrate the capability of the ontology to answer our competency questions.</p><p>PRONTO was evaluated using metrics to assess its structural complexity <ref type="bibr" target="#b19">[20]</ref>. We applied the same metrics to our ontology and compare the results in Table <ref type="table">1</ref>. Notably, our ontology is much smaller but contains relatively more properties.</p><p>Regarding the competence of the ontology, we use the example supply network shown in Figure <ref type="figure" target="#fig_3">4</ref> to answer our competency questions. For the first question, we determine how many 10nmSlots the creation of one iX needs. We calculate 2 * 0.004 + 1 * 1𝑎 * 0.004 + 1 * 1(1 − 𝑎) * 0.005 = 0.013 − 0.001 * 𝑎 = 0.0125 with the factor weighting the alternative between Snapdragon8 and T500 set to 𝑎 = 0.5. The second competency question on the same data results  Metrics regarding ontology complexity compared with PRONTO <ref type="bibr" target="#b19">[20]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Metric</head><p>in the 3 paths we used to calculate question one. For the third question, the enterprise selling iX is BMW.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>The paper introduced an ontology representing supply networks of products with derivational dependencies between them as a graph model to identify bottlenecks among suppliers in supply networks. The ontology is concise and considers various concepts and definitions from existing ontologies. We compared the ontology to PRONTO, an ontology with a similar scope. Our approach comes with some limitations. Our high abstraction level of products that disregards product variants limits the ability to model all product cases. The expressiveness of our concise ontology is naturally limited compared to heavyweight ontologies like PRONTO.</p><p>To identify bottlenecks among suppliers, we offer a model to instantiate data with a supply network graph. However, our paper does not provide guidance on which network metrics and measures to use for identifying bottlenecks. Hereof, further questions remain. How to execute the necessary calculations of metrics (with queries)? How to weight and aggregate quantities regarding alternative products? <ref type="foot" target="#foot_2">3</ref> When a derived product includes variants, how to determine the weights of quantities if a product is only required occasionally? Real supply networks overlap with each other. Each product in the example from Figure <ref type="figure" target="#fig_3">4</ref> would have various other (possible) derivations in other supply chains. How to consider overlapping supply networks in the identification of bottlenecks? Addressing these questions will enhance the ontology's applicability in real-world supply network scenarios.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>(a) Enterprise supply network. (b) Product supply network.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Different supply network graph models.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Ontology concepts. Visualization based on Graffoo [24].</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Instance data for a part of BMW's iX supply network.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">cf., https://schema.org/docs/schemas.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Adapted from<ref type="bibr" target="#b24">[25]</ref>, ignoring the material and spatial aspects.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">In the evaluation in Section 6, we took the naive approach and set 𝑎 = 0.5.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>Partially funded by the German Federal Ministry of Education and Research (BMBF) through the project "Velektronik" (FKZ 16ME0224) as well as the German Federal Ministry for Economic Affairs and Climate Action (BMWK) through the project "Antrieb 4.0" (FKZ 13IK015B).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Guillaume</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Vidalon</surname></persName>
		</author>
		<ptr target="Ac-cessed2024" />
		<title level="m">Stellantis halts production at Rennes plant due to chip shortage</title>
				<imprint>
			<date type="published" when="2022-03-20">2022. -03-20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Isidore</surname></persName>
		</author>
		<ptr target="https://www.cnn.com/2021/09/03/business/gm-plant-closings-chip-shortage/index.html" />
		<title level="m">GM shutting down production at most of its plants in North America | CNN Business</title>
				<imprint>
			<date type="published" when="2021">2021. 2024-03-20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><surname>Waldersee</surname></persName>
		</author>
		<ptr target="https://www.reuters.com/business/autos-transportation/chip-shortage-leads-carmaker-opel-shut-german-plant-until-2022-2021-09-30/" />
		<title level="m">Chip shortage leads carmaker Opel to shut German plant until 2022</title>
				<imprint>
			<date type="published" when="2021">2021. 2024-03-20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Wayland</surname></persName>
		</author>
		<ptr target="Ac-cessed2024-03" />
		<title level="m">Chip shortage expected to cost auto industry $210 billion in revenue in 2021</title>
				<imprint>
			<date type="published" when="2021">2021. -20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">I</forename><surname>King</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pogkas</surname></persName>
		</author>
		<ptr target="https://www.bloomberg.com/graphics/2021-semiconductors-chips-shortage/" />
		<title level="m">How a Chip Shortage Snarled Everything From Phones to Cars</title>
				<imprint>
			<date type="published" when="2021">2021. 2024-03-16</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="https://www.continental.com/en/press/press-releases/20220124-bmw-ix/" />
		<title level="m">Continental Technology in the BMW iX Electric Vehicle Creates an Innovative User Experience</title>
				<imprint>
			<date type="published" when="2022">2022. 2024-03-20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><surname>Qualcomm</surname></persName>
		</author>
		<ptr target="https://www.qualcomm.com/news/releases/2022/03/qualcomm-bmw-group-and-arriver-form-long-lasting-strategic-cooperation" />
		<title level="m">BMW Group and Arriver to Form Long-lasting Strategic Cooperation for Joint Development of Automated Driving Software Solutions</title>
				<imprint>
			<date type="published" when="2022">2022. 2024-03-20</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Benigno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Giovanni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Groen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Noble</surname></persName>
		</author>
		<title level="m">Global Supply Chain Pressure Index</title>
				<imprint>
			<date type="published" when="2022-05">May 2022 Update. 2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Assessing the vulnerability of supply chains using graph theory</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Wagner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Neshat</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ijpe.2009.10.007</idno>
	</analytic>
	<monogr>
		<title level="j">International Journal of Production Economics</title>
		<imprint>
			<biblScope unit="volume">126</biblScope>
			<biblScope unit="page" from="121" to="129" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Supply network disruption and resilience: A network structural perspective</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-S</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Linderman</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.jom.2014.10.006</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Operations Management</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">34</biblScope>
			<biblScope unit="page" from="43" to="59" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Elliott</surname></persName>
		</author>
		<title level="m">Supply Chain Resilience Report 2021</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
		<respStmt>
			<orgName>The Business Continuity Institute (BCI)</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Bottleneck identification in supply chain networks</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">J</forename><surname>Mizgier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Jüttner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Wagner</surname></persName>
		</author>
		<idno type="DOI">10.1080/00207543.2012.695878</idno>
	</analytic>
	<monogr>
		<title level="j">International Journal of Production Research</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="1477" to="1490" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Resilience in supply networks: Definition, dimensions, and levels</title>
		<author>
			<persName><forename type="first">R</forename><surname>Reyes Levalle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">Y</forename><surname>Nof</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.arcontrol.2017.02.003</idno>
	</analytic>
	<monogr>
		<title level="j">Annual Reviews in Control</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="224" to="236" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Structural investigation of supply networks: A social network analysis approach</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">Y</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Dooley</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.jom.2010.11.001</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Operations Management</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="194" to="211" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A generic enterprise resource ontology</title>
		<author>
			<persName><forename type="first">F</forename><surname>Fadel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gruninger</surname></persName>
		</author>
		<idno type="DOI">10.1109/ENABL.1994.330496</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 3rd IEEE Workshop on Enabling Technologies: Infrastructure for Collaborative Enterprises</title>
				<meeting>3rd IEEE Workshop on Enabling Technologies: Infrastructure for Collaborative Enterprises<address><addrLine>Morgantown, WV, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Comput. Soc. Press</publisher>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="117" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A Requirement Ontology for Engineering Design</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Bilgic</surname></persName>
		</author>
		<idno type="DOI">10.1177/1063293X9600400307</idno>
	</analytic>
	<monogr>
		<title level="j">Concurrent Engineering</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="279" to="291" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The Enterprise Ontology</title>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>King</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Moralee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zorgios</surname></persName>
		</author>
		<idno type="DOI">10.1017/S0269888998001088</idno>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="31" to="89" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Ontology-based semantic models for supply chain management</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Ye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Tong</surname></persName>
		</author>
		<idno type="DOI">10.1007/s00170-007-1052-6</idno>
	</analytic>
	<monogr>
		<title level="j">The International Journal of Advanced Manufacturing Technology</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<biblScope unit="page" from="1250" to="1260" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">GoodRelations: An Ontology for Describing Products and Services Offers on the Web</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hepp</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-540-87696-0_29</idno>
	</analytic>
	<monogr>
		<title level="m">Knowledge Engineering: Practice and Patterns</title>
				<meeting><address><addrLine>Berlin Heidelberg; Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">5268</biblScope>
			<biblScope unit="page" from="329" to="346" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">PRONTO: An ontology for comprehensive and consistent representation of product information</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vegetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Leone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Henning</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.engappai.2011.02.014</idno>
	</analytic>
	<monogr>
		<title level="j">Engineering Applications of Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="1305" to="1327" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Schema.org: Evolution of structured data on the web</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Macbeth</surname></persName>
		</author>
		<idno type="DOI">10.1145/2844544</idno>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="page" from="44" to="51" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Alicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Barriball</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Trautwein</surname></persName>
		</author>
		<ptr target="https://www.mckinsey.com/capabilities/operations/our-insights/how-covid-19-is-reshaping-supply-chains" />
		<title level="m">How COVID-19 is reshaping supply chains</title>
				<imprint>
			<date type="published" when="2021">2021. 2023-01-02</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">OntoCAPE: A Re-Usable Ontology for Chemical Process Engineering</title>
		<author>
			<persName><forename type="first">W</forename><surname>Marquardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Morbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wiesner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yang</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-642-04655-1</idno>
		<imprint>
			<date type="published" when="2010">2010</date>
			<publisher>Springer</publisher>
			<pubPlace>Berlin Heidelberg; Berlin, Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Modelling OWL Ontologies with Graffoo</title>
		<author>
			<persName><forename type="first">R</forename><surname>Falco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Peroni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Shotton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Vitali</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-11955-7_42</idno>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: ESWC 2014 Satellite Events</title>
				<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8798</biblScope>
			<biblScope unit="page" from="320" to="325" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Relations in biomedical ontologies</title>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ceusters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Klagges</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Köhler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lomax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mungall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Neuhaus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rosse</surname></persName>
		</author>
		<idno type="DOI">10.1186/gb-2005-6-5-r46</idno>
	</analytic>
	<monogr>
		<title level="j">Genome Biology</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page">R46</biblScope>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
