<?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">FTOnto: A Domain Ontology for a Fischertechnik Simulation Production Factory by Reusing Existing Ontologies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Patrick</forename><surname>Klein</surname></persName>
							<email>kleinp@uni-trier.de</email>
							<idno type="ORCID">0000-0002-5077-2645</idno>
							<affiliation key="aff0">
								<orgName type="department">Business Information Systems II</orgName>
								<orgName type="institution">University of Trier</orgName>
								<address>
									<postCode>54286</postCode>
									<settlement>Trier</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Lukas</forename><surname>Malburg</surname></persName>
							<email>malburgl@uni-trier.de</email>
							<idno type="ORCID">0000-0002-6866-0799</idno>
							<affiliation key="aff0">
								<orgName type="department">Business Information Systems II</orgName>
								<orgName type="institution">University of Trier</orgName>
								<address>
									<postCode>54286</postCode>
									<settlement>Trier</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ralph</forename><surname>Bergman</surname></persName>
							<email>bergmann@uni-trier.de</email>
							<idno type="ORCID">0000-0002-5515-7158</idno>
							<affiliation key="aff0">
								<orgName type="department">Business Information Systems II</orgName>
								<orgName type="institution">University of Trier</orgName>
								<address>
									<postCode>54286</postCode>
									<settlement>Trier</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">FTOnto: A Domain Ontology for a Fischertechnik Simulation Production Factory by Reusing Existing Ontologies</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">25E67BF6401FF4CED58993D97CE25202</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T18:28+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>Ontology Engineering</term>
					<term>Industry 4.0</term>
					<term>Simulation Factory</term>
					<term>Fischertechnik</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Nowadays, semantic information provided by an ontology is indispensable in the context of Industry 4.0, especially when using methods from Artificial Intelligence. The currently available ontologies do not satisfy the demands of simulation environments used for research purposes. For this reason, we develop an ontology customized to Fischertechnik simulation factories by reusing existing ontologies. The ontology has been created according to requirements from two use cases. In our evaluation, it is determined that the ontology is suitable to represent machine components and their relationships while satisfying the specified requirements.</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 recent years, the industry has been in the process of changing towards the fourth industrial revolution, also known as Industry 4.0 in the German-speaking area <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b13">14]</ref>. This transformation is characterized by manufacturing and service innovations based on Cyber-Physical Systems (CPSs), big data, and the predominant use of Artificial Intelligence (AI) methods <ref type="bibr" target="#b15">[16]</ref>. Although a lot of research work is carried out in this area today, there is still a lack of companies in the industry that are willing to make sensor or machine data available for research purposes or allow direct intervention in productive systems. As a consequence, research data must be generated by using appropriate simulation environments. In our previous work <ref type="bibr" target="#b10">[11]</ref>, we use a Fischertechnik (FT) simulation production factory. Such simulation factories are often used in research, e.g., for augmented reality <ref type="bibr" target="#b11">[12]</ref>, to plan, create, and evaluate different factory layouts <ref type="bibr" target="#b12">[13]</ref>, for research of digital twins by Fraunhofer IESE 1 or other related work (e.g., <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b29">30]</ref>) to name just a few. However, there are no suitable ontologies available to use them for simulation environments, although ontologies are a part of knowledge modeling and represent important knowledge. Furthermore, they are also needed to apply methods from AI such as case-based reasoning <ref type="bibr" target="#b0">[1]</ref> or advanced machine learning. Current ontologies used such as the Manufacturing's Semantics Ontology (MASON) <ref type="bibr" target="#b16">[17]</ref> and Manufacturing Service Description Language (MSDL) <ref type="bibr" target="#b1">[2]</ref> do not consider sensor data streams and the CREMA Data Model, Core module (CDM-Core) <ref type="bibr" target="#b20">[21]</ref> ontology is too comprehensive and detailed with classes and properties that are not needed in the context of a simulation environment. This paper addresses this issue and thus the development of a domain ontology for simulation factories. Therefore, it is investigated which components can be adopted from existing, related ontologies and which additional components need to be added. In the following, Sect. 2 introduces foundations for our work and discusses related work. Section 3 describes the layout of our used Fischertechnik simulation factory and presents use cases in which the application of semantic information provided by an ontology could be important. The development process and the developed ontology itself is described in detail and evaluated in Sect. 4. Finally, a conclusion is given and future work is discussed in Sect. 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Foundations and Related Work</head><p>Ontologies are used to describe the knowledge about a domain of interest in a formal way that can be understood by machines <ref type="bibr" target="#b8">[9]</ref>. Therefore, the Web Ontology Language (OWL) provides classes, properties, individuals, and data values to express ontologies <ref type="bibr" target="#b28">[29]</ref>, which means that complex knowledge about individuals, groups of individuals, and their relationships can be represented <ref type="bibr" target="#b7">[8]</ref>. Using an ontology benefits knowledge sharing between computational entities, knowledge reuse by using well-defined domain ontologies as well as the application of logical reasoning <ref type="bibr" target="#b18">[19]</ref>. Moreover, an ontology forms the basis for the further use in knowledge-intensive applications <ref type="bibr" target="#b4">[5]</ref>.</p><p>A survey of upper ontologies regarding their modeling capabilities of a manufacturing system in terms of products, processes, and resources is recently conducted by Cao et al. <ref type="bibr" target="#b3">[4]</ref>. One of the surveyed ontologies is the upper OWLontology MASON <ref type="bibr" target="#b16">[17]</ref> that conceptualizes the manufacturing domain with three concepts: entities, operations, and resources. Similarly, the OWL-DL Manufacturing Service Description Language (MSDL) ontology <ref type="bibr" target="#b1">[2]</ref> focuses on the manufacturing process as the core class of manufacturing services. The Manufacturing System Engineering (MSE) <ref type="bibr" target="#b17">[18]</ref> ontology focuses on the inclusion of different taxonomies of teams in a manufacturing enterprise to improve collaboration rather than modeling the manufacturing process itself. These ontologies suffer from poor modeling of sensor data streams, which is an essential aspect of Industry 4.0. The latest and according to the authors largest publicly available ontology to model production and maintenance is the OWL2 CREMA Data Model, Core module (CDM-Core) <ref type="bibr" target="#b20">[21]</ref>, which is among other things an extension of MASON and the Semantic Sensor Network (SSN) ontology <ref type="bibr" target="#b6">[7]</ref> to describe their data streams as well as their observed data and to provide an example for condition monitoring.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Fischertechnik Simulation Production Factory Model</head><p>Since a lot of information can be extracted from data of a real manufacturing environment (e.g., production quantity, processing times, failures, etc.), there are serious confidentiality concerns that make it often impossible for universities to obtain data for research. In addition to data, knowledge must also be available in order to semantically model the corresponding relationships of individual components. For this reason, simulated data is obtained from a model factory for research purposes. This section describes the layout of the factory and two exemplary use cases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Layout of the Factory</head><p>For the simulation of an Industry 4.0 manufacturing environment, we use the Fischertechnik (FT) factory model shown in Fig. <ref type="figure" target="#fig_0">1</ref>. It consists of four workstations with five individual modules: a sorting line with color detection, a multi-processing workstation with an oven and a milling machine, a high-bay warehouse, and a vacuum gripper robot. Each module is operated by its own controller based on an ARM Cortex A8 CPU with various analog and digital input/output ports running under a LINUX kernel. The model is equipped with nine light barriers and ten switches for control purposes of the actuators consisting of ten motors, three compressors, and eight valves. For condition monitoring purposes, the model is enhanced with dedicated sensors such as four three-axis acceleration sensors that are mounted on motors and compressors and four differential pressure sensors measuring the pressure generated from the three compressors. Furthermore, two absolute orientation sensors, each with a gyroscope, an accelerometer, and a geomagnetic sensor are installed on the robotic vacuum gripper and the dispensing machine of the high-bay warehouse. Similar to the continuous transformation of a factory in the context of Industry 4.0, the model is in a continuous development phase so that in future more components such as RFID reader/writers as well as additional processing and transport units will be integrated.</p><p>Each module of the factory is steered by its own controller that is connected via an Ethernet network to communicate via remote procedure calls. For processing the data generated by sensors as well as process parameters (e.g., motor speed), the high throughput distributed messaging system Apache Kafka is used and Apache Cassandra is installed as database.</p><p>The overall manufacturing process is currently designed as a cycle to simulate a mass production environment. The process starts from the high-bay warehouse where workpieces are dispensed and transported to the multi-processing station -the oven and the milling machine. After processing, they are sorted by color, transported by the vacuum gripper robot and finally stored in the high-bay warehouse where the process starts again. As can be seen from the transport routes depicted as dotted lines in Fig. <ref type="figure" target="#fig_1">2</ref>, the model also provides the option for executing manufacturing processes in a more flexible way as typical for Industry 4.0 mass customization <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b13">14]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Use Cases</head><p>In this subsection, we introduce two typical Industry 4.0 use cases in which we want to investigate the potential of an ontology. These are: Flexible Production Processes, Predictive Maintenance (PredM), and their interrelation towards the direction of the development of a CPS in which the resolution of errors in production processes is an important aspect <ref type="bibr" target="#b14">[15]</ref>.</p><p>Flexible Production Processes Essential aims of Industry 4.0 are to increase the flexibility to react on individual customer requirements and thus to produce customized products or to optimize efficiency in terms of the consumption of raw materials or energy from manufacturing processes. In order to achieve this, it is necessary to execute manufacturing processes in a more dynamic fashion <ref type="bibr" target="#b9">[10]</ref>. However, this process requires knowledge about which machines can perform similar tasks and what their utilization rate is, which machines are reachable from the current position of the product and how the production processes can be carried out in an optimized way. <ref type="bibr" target="#b26">[27]</ref> aims at foreseeing a breakdown of the system by detecting early signs of an upcoming failure to make maintenance work more proactive. Thus, it is possible to fix errors in production before they are happening and therefore prevent cost-extensive down times. An ontology can support this process by representing machines with their individual components and by linking connected sensors and measurements (temporal and spatial relationships). Failure data from individuals of the same (machine-) class can be used to apply transfer learning for a more robust prediction model. Furthermore, ontologies are used to solve the interoperability issue by relating information from heterogeneous sources to enhance condition monitoring data with contextual information such as from control software or other related systems <ref type="bibr" target="#b23">[24]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Condition Monitoring Analysis PredM</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Integration and Interrelation</head><p>In the event of an inconsistency, e.g., caused by a bearing failure detected by unusual vibration patterns, the affected component or machine can be determined. Thus, the faulty part can be replaced in time -not too early, but also not too late. If an unexpected failure occurs in the production process or scheduled maintenance is performed, some machines or transport routes can be temporarily unavailable. In this case, currently running production processes or already planned processes may not be executed as scheduled. By using an ontology, similar machines or alternative transport routes can be identified to keep production processes running. Thus, an ontology provides the foundation for the use of planning techniques (e.g., for flexible process adaptations of unanticipated exceptions <ref type="bibr" target="#b19">[20]</ref>) or generally for the integration of Internet of Things-based data such as sensor data streams with (business) process management (e.g., to support employees during work with mobile user guidance <ref type="bibr" target="#b25">[26]</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">FTOnto: Domain Ontology for a Fischertechnik Simulation Production Factory</head><p>The structure of this section follows the methodology presented in Sect. 4.1.</p><p>In this section, the development process of the ontology and the underlying methodology are presented. Afterwards, the requirements for the ontology to be developed are specified and the developed ontology and its constituents are described in detail<ref type="foot" target="#foot_0">2</ref> . Finally, in Sect. 4.4 an evaluation is carried out to determine the suitability of the developed ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Development Process</head><p>The development process of the ontology follows the well-known methodology of Sure et al. <ref type="bibr" target="#b27">[28]</ref> for ontology development. Figure <ref type="figure" target="#fig_2">3</ref> depicts the ontology development process schematically. In the kickoff phase, the requirements for the ontology to be developed have been identified (see Sect. 4.2). Furthermore, the concepts to be developed and the relationships between them have been determined and existing ontologies have been investigated for reuse. The second phase refinement, has been performed in a top-down fashion to expand and to elaborate the rough concepts and relations. In this process, the existing upper ontology MASON has been used for refinement. As a result, a prototype of the ontology has been created (see Sect. 4.3). In the evaluation phase, the ontology has been checked for conformity and consistency (see Sect. 4.4). For this purpose, it is demonstrated how an exemplary machine from the FT Factory is represented in the ontology and whether the specified requirements are satisfied. The last phase Application &amp; Evolution aims at using the developed ontology in research and to further improve the ontology. Thus, future work is discussed in Sect. 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Kickoff Refinement Evaluation Application &amp; Evolution</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Requirements</head><p>In Sect. 3.2, we presented use cases in which the usage of an ontology is valuable. These use cases necessitate requirements (RQs) to be met by the ontology. In this section, requirements are derived from the use cases and are presented in the following:</p><p>RQ 1 -Machine Similarity: Similar machines and machine components as well as the similarity between their executable capabilities is required to be represented. RQ 2 -Asset Availability: A relationship should exist between a failed machine and its impact on the manufacturing processes so that the affected resources could be identified. RQ 3 -Transport Routes: The transport possibilities between machines for the handling of workpieces should be represented. It is necessary to ensure flexibility in the execution of manufacturing processes. RQ 4 -Machine-Sensor Relationship: The relationships between machines and sensors need to be modeled so that signs of failures in a sensor signal can be related to the monitored machine.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Description of the Ontology</head><p>Since CDM-Core contains concepts such as people and geo-locations that can be useful in a real factory but are not needed in our case, we decided to build FTOnto from scratch with MASON and the Sensor, Observation, Sample, and Actuator (SOSA) ontology, which is a more compact version of SSN as the foundation. Hence, we are using a subset of CDM-Core, which is built on just two ontologies and consequently results in fewer classes and a more straightforward structure. FTOnto's top structure begins with the main classes Manufacturing Concept from MASON, the main classes of SOSA as well as parts of ontologies proposed by Cheng et al. <ref type="bibr" target="#b5">[6]</ref> for flexible manufacturing based on web services.</p><p>In the following, the refinements of FTOnto are explained. Besides classes, we added several abstract roles (object properties) to relate instances with each other and concrete roles (data properties) to connect individuals with data values. For example, to express that an instance of the class Conveyor belt is driven by a motor instance, the abstract role is actuated by was introduced to relate both instances and the concrete role has default speed can be used to model that the motor is normally driven with a speed value of 512.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Manufacturing Concept</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>SOSA Classes</head><p>The SOSA ontology is required to describe the relationships between sensors and actuators as well as the measured data. We align the ontology of the manufacturing system with SOSA through the following class equivalence axioms: MASON.Sensor ≡ SOSA.Sensor MASON.Actuator ≡ SOSA.Actuator MASON.Indirectly Addressable ≡ SOSA.Platform For example, a light barrier is an instance of the class Sensor and mounted on some instance from the MASON class Conveyor belt to measure some Feature of Interest, e.g., the arrival of a workpiece, by obtaining instances of the class Observations where the class Result contains the measurement value.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Process and Service Ontology</head><p>We use parts of the approach for web service integration for a flexible manufacturing system by Cheng et al. <ref type="bibr" target="#b5">[6]</ref>. We remodeled their process ontology with the classes Process and OperationSequence that are related with the object property hasArray and linked it to MASON by changing the range of the object property hasOperation to the MASON class Operation.</p><p>To associate products with their manufacturing process, we used the object property hasProcess to relate MASON 's Entity class, which is designed to model products, to a process of the Process class. To provide a service oriented execution of manufacturing processes, we also remodeled their service ontology. Thus, each operation from MASON is connected by the object property isRalizedBy to a service that has a description and an URI.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4">Evaluation</head><p>This subsection presents an example of the semantic description for the model of a milling machine from the previously described Fischertechnik factory simulation (see Sect. 3.1). The simplified model of a milling machine is framed with green color in Fig. <ref type="figure" target="#fig_5">5</ref> and our semantic description is depicted as a graph in Fig. <ref type="figure" target="#fig_6">6</ref>. By describing the graph, we would like to briefly address the requirements been specified in Sect. 4.2. In addition, the ontology was checked with OntOlogy Pitfall Scanner! (OOPS!)<ref type="foot" target="#foot_1">3</ref> for correctness. Classes are surrounded by an orange circle and instances by a purple rectangle. The dashed arrow between both states that the instance is from the type of this class. For example, MPS_MillingMachine is the instance of the class MillingMachine. This implementation satisfies RQ 1 that similar machines must be identifiable, which can be determined by the relationship between instances and their classes since instances of the same class can be considered to be similar.</p><p>In addition, MPS_MillingMachine is driven by MPS_Motor2, which is modeled through the arrow that represents the property actuates. Moreover, the motor is controlled by MPS_Machine_Controller as indicated by the arrow labeled with controls. All previously mentioned instances are part of MPS_MultiProcessingStation, which is modeled by the property has component. Moreover, the MPS_MillingMachine instance provides a Milling_Service that enables a Milling_Operation. The presented relations are useful with regard to RQ 2 so that in the case of a failure, relationships assist to determine which parts of the factory and corresponding services are affected. For example, if the motor of the milling machine fails, the milling machine is not working properly and consequently not its provided Milling_Service. A service enables an operation that is part of an operation sequence that in turn is part of a process instance that represents the manufacturing process of a product <ref type="bibr" target="#b5">[6]</ref>. Each operation has a relationship to the subsequent operation (e.g., Transport_From_Milling). By adding a start and end position to each instance of a transport route, it is possible to find alternative routes and thus to enhance flexibility (see RQ 3).</p><p>Additionally, the motor MPS_Motor2 is related via the property hosts with a sensor AccSensor_ADXL345 that observes its vibration for condition monitoring purposes. This SOSA property allows to model the relationship between the milling machine and the sensor that monitors its condition (see RQ 4). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion and Future Work</head><p>This paper investigates the development of an ontology to represent a Fischertechnik manufacturing simulation model by reusing existing ontologies. Simulation factories are a common method used for research purposes to investigate developed artifacts under laboratory conditions to examine their suitability and before they are potentially used in practice. The developed ontology contributes to support future research with simulation environments. It is intended to provide the developed ontology available for download under https://iot.uni-trier.de.</p><p>In future work, we investigate how the developed ontology can be further improved for our research purposes, e.g., by adding a context module to capture situation changes adequately such as process states <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b24">25]</ref>. This is especially important when controlling the execution of manufacturing processes. Furthermore, we plan to expand the FT Factory model with additional and redundant machines to provide similar services. Thus, it is possible to facilitate the use of process adaptation techniques in case of a failure. In we plan to implement semantic web services to the functions of workstations and thus to execute arbitrary manufacturing processes in our simulation environment. In this context, event-based ontology updates should also be examined (e.g., <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b22">23]</ref>). Finally, the combination of semantics with machine learning for PredM is investigated.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. The FT Factory Simulation Model</figDesc><graphic coords="3,152.06,363.78,311.24,233.43" type="bitmap" /></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. Schematic Illustration of the FT Factory Simulation Model</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. The Ontology Development Process by Sure et al.<ref type="bibr" target="#b27">[28]</ref> </figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>The class Manufacturing Concept contains the three head concepts of the MASON ontology: Entity, Operation, and Resource. To model the physical constituents of our FT Factory, most refinements are made as new subclasses of the class Resource namely Machine resource and are shown in the class hierarchy of Fig. 4. A subclass Workstation with a further subclass for each of the four workstations of the FT Factory is added. Since a machine consists of several actuators and sensors, the class Machine component with the subclass Directly addressable for modeling actuators and sensors as the lowest level and the class Indirectly addressable to model intermediate concepts, which are parts of the high-level concept Workstation. The class Entity is extended by the class Workpiece for representing the workpieces used in the cycle of the model factory. Possible transport routes of workpieces on the conveyor belts, the turntable or with the vacuum gripper as shown in Fig. 2 are represented as instances of the class Handling.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 .</head><label>4</label><figDesc>Figure 4. Part of the Class Hierarchy after Refinement of the Class Machine resource from MASON Ontology</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 .</head><label>5</label><figDesc>Figure 5. The Milling Machine in the FT Factory</figDesc><graphic coords="9,177.99,336.15,259.37,194.53" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 .</head><label>6</label><figDesc>Figure 6. Part of FTOnto with Focus on the Semantic Annotations of the Milling Machine as Graph</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">The basic components of the ontology were developed and implemented in a student research project at Trier University by Christian Badouin and Marcel Mischo.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">http://oops.linkeddata.es/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This work is funded by the German Research Foundation (DFG) under grant No. BE 1373/3-3.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Case-Based Reasoning: Foundational Issues, Methodological Variations, and System Approaches</title>
		<author>
			<persName><forename type="first">A</forename><surname>Aamodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Plaza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Communications</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="39" to="59" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">An Upper Ontology for Manufacturing Service Description</title>
		<author>
			<persName><forename type="first">F</forename><surname>Ameri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dutta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">26th Computers and Information in Engineering Conf</title>
				<imprint>
			<publisher>ASME</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">3</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Smart Condition Monitoring for Industry 4.0 Manufacturing Processes: An Ontology-Based Approach</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Cao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Giustozzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zanni-Merk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>De Bertrand De Beuvron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cybern. Syst</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="82" to="96" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Ontologies for Manufacturing Process Modeling: A Survey</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Cao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zanni-Merk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Int. Conf. on Sustainable Design and Manuf</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="61" to="70" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">What are ontologies, and why do we need them?</title>
		<author>
			<persName><forename type="first">B</forename><surname>Chandrasekaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Josephson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Benjamins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intell. Syst</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="20" to="26" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Ontology-based web service integration for flexible manufacturing systems</title>
		<author>
			<persName><forename type="first">H</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Xue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Zeng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">15th IEEE Int. Conf. on Industrial Informatics</title>
				<meeting><address><addrLine>INDIN, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="351" to="356" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The SSN ontology of the W3C semantic sensor network incubator group</title>
		<author>
			<persName><forename type="first">M</forename><surname>Compton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Web Semant</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="25" to="32" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">OWL 2 Web Ontology Language Primer. W3C Recommendation</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hitzler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</author>
		<ptr target="https://www.w3.org/TR/2012/REC-owl2-primer-20121211/" />
		<imprint>
			<date type="published" when="2012-12">December 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Foundations of Semantic Web Technologies</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hitzler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2010">2010</date>
			<publisher>Chapman and Hall/CRC Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">H</forename><surname>Kagermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Helbig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wahlster</surname></persName>
		</author>
		<title level="m">Recommendations for implementing the strategic initiative INDUSTRIE 4.0: Securing the future of German manufacturing industry</title>
				<imprint>
			<publisher>Forschungsunion</publisher>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>Final report of the Industrie 4</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Generation of Complex Data for AI-Based Predictive Maintenance Research With a Physical Factory Model</title>
		<author>
			<persName><forename type="first">P</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">16th Int. Conf. on Informatics in Control Automation and Robotics, ICINCO</title>
				<meeting><address><addrLine>Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>SciTePress</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="40" to="50" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">FixIt: An Approach towards Assisting Workers in Diagnosing Machine Malfunctions</title>
		<author>
			<persName><forename type="first">G</forename><surname>Klinker</surname></persName>
		</author>
		<ptr target=".org" />
	</analytic>
	<monogr>
		<title level="m">Proc. of the IUI-CADUI*04 Workshop on Exploring the Design and Engineering of Mixed Reality Syst</title>
				<meeting>of the IUI-CADUI*04 Workshop on Exploring the Design and Engineering of Mixed Reality Syst<address><addrLine>Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Towards a Modular, Decentralized and Digital Industry 4.0 Learning Factory</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Reggelin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jobran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hofmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Sixth Int. Conf. on Enterprise Syst., Cyprus</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="123" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Industry 4.0</title>
		<author>
			<persName><forename type="first">H</forename><surname>Lasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kemper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Feld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hoffmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BISE</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="239" to="242" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A Cyber-Physical Systems architecture for Industry 4.0-based manufacturing systems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Bagheri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Kao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MFGLET</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="18" to="23" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Service Innovation and Smart Analytics for Industry 4.0 and Big Data Environment</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Kao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia CIRP</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="3" to="8" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">MASON: A Proposal For An Ontology Of Manufacturing Domain</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lemaignan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Siadat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Y</forename><surname>Dantan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Semenenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Workshop on Distributed Intell. Syst.: Collective Intelligence and Its Applications</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="195" to="200" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A manufacturing system engineering ontology model on the semantic web for inter-enterprise collaboration</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">K</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Harding</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers in Industry</title>
		<imprint>
			<biblScope unit="volume">58</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="428" to="437" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Ontology-based Fault Diagnosis: A Decade in Review</title>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Ding</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 11th Int. Conf. on Computer Modeling and Simulation</title>
				<meeting>of the 11th Int. Conf. on Computer Modeling and Simulation<address><addrLine>USA</addrLine></address></meeting>
		<imprint>
			<publisher>ICCMS, ACM</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="112" to="116" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Cognitive Business Process Management for Adaptive Cyber-Physical Processes</title>
		<author>
			<persName><forename type="first">A</forename><surname>Marrella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mecella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM 2017 Int. Workshops, Spain, Revised Papers</title>
				<imprint>
			<publisher>LNBIP, Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="429" to="439" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">CDM-Core: A Manufacturing Domain Ontology in OWL2 for Production and Maintenance</title>
		<author>
			<persName><forename type="first">L</forename><surname>Mazzola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kapahnke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vujic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Klusch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 8th Int. Joint Conf. on Know. Discovery, Know. Engineering and Know. Management</title>
				<meeting>of the 8th Int. Joint Conf. on Know. Discovery, Know. Engineering and Know. Management<address><addrLine>KEOD, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="136" to="143" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Robust architectures for embedded wireless network control and actuation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pajic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chernoguzov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mangharam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM TECS</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">24</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Semantics-Based Composition of Factory Automation Processes Encapsulated by Web Services</title>
		<author>
			<persName><forename type="first">J</forename><surname>Puttonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lobov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L M</forename><surname>Lastra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE TII</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="2349" to="2359" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Semantic framework for predictive maintenance in a cloud environment</title>
		<author>
			<persName><forename type="first">B</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Galar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia CIRP</title>
		<imprint>
			<biblScope unit="volume">62</biblScope>
			<biblScope unit="page" from="583" to="588" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Context Awareness for Flexible Manufacturing Systems Using Cyber Physical Approaches</title>
		<author>
			<persName><forename type="first">S</forename><surname>Scholze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Barata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Technological Innovation for Cyber-Physical Syst</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="107" to="115" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">IoT-basiertes Prozessmanagement: Mobile Benutzerführung in der digitalen Fabrik</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schönig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jablonski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ermer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Informatik Spektrum</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="130" to="137" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Predictive maintenance, its implementation and latest trends</title>
		<author>
			<persName><forename type="first">S</forename><surname>Selcuk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proc. Inst. Mech. Eng. B</title>
		<imprint>
			<biblScope unit="volume">231</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page" from="1670" to="1679" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Ontology Engineering Methodology</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Int. Handbooks on Inf. Syst</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="135" to="152" />
		</imprint>
	</monogr>
	<note>Handbook on Ontologies</note>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<title level="m" type="main">W3C OWL Working Group: OWL 2 Web Ontology Language Document Overview (Second Edition) -W3C Recommendation 11</title>
		<imprint>
			<date type="published" when="2012-12">December 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Internet-based remote manipulation and monitoring of an industry robot in advanced manufacturing systems</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">L</forename><surname>Yin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">R</forename><surname>Jiang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int. J. Adv. Manuf. Technol</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="issue">9-10</biblScope>
			<biblScope unit="page" from="907" to="913" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

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