A Study on Process Description Method for DFM Using Ontology

A Study on Process Description Method for DFM Using Ontology

Invited Paper A Study on Process Description Method for DFM Using Ontology K. Hiekata1 and H. Yamato2 1Department of Systems Innovation, Graduate School of Engineering, The University of Tokyo, 5-1-5, Kashiwanoha, Kashiwa-city, Chiba 277-8563, Japan 2Department of Human and Engineered Environmental Studies, Graduate School of Frontier Sciences, The University of Tokyo, 5-1-5, Kashiwanoha, Kashiwa-city, Chiba 277-8563, Japan [email protected], [email protected] Abstract A method to describe process and knowledge based on RDF which is an ontology description language and IDEF0 which is a formal process description format is proposed. Once knowledge of experienced engineers is embedded into the system the knowledge will be lost in the future. A production process is described in a proposed format similar to BOM and the process can be retrieved as a flow diagram to make the engineers to understand the product and process. Proposed method is applied to a simple production process of common sub-assembly of ships for evaluation. Keywords: Production process, DFM, Ontology, Computer system 1 INTRODUCTION (Unified Resource Identifier) is assigned to all the objects, There are many research and computer program for and metadata is defined for all objects using the URI. supporting optimization of production process in Metadata is defined as a statement with subject, shipyards. And knowledge of experienced engineers is predicate and object. The statement is called triple in embedded into the system. Once the knowledge is RDF. Two kinds of elements, Literal or Resource, can be embedded into computer system, the knowledge is not a component of a statement. One is Resource and the transferred to young engineers and will be lost in the other is Literal. Resources are objects with URI, and can future. And in shipyards, initial design department is be subject, predicate and object in RDF statements. separated from production design and fabrication shops, Literals are plain text and must be used only in object. so engineers in initial design department don’t know Complicated products or processes can be described by production process very well. So a new system for iteration of definition of resources and literals. Usually describing knowledge, especially knowledge about RDF can be stored in XML or other format, and is production, is needed. visualised in RDF graph. In RDF graph, subject, predicate and object are shown as in Figure 1. In some research work of knowledge management in industries, New Energy and Industrial Technology Sample of RDF graph with some information is illustrated Development Organization's 'Digital Meister Project' was in Figure 2. The RDF graph indicates “creator” of an project to explore this field [1]. The knowledge base “http://www.nakl.t.u-tokyo.ac.jp/” is “Kazuo Hiekata”, the system to transfer the knowledge is discussed [2]. date of the website is “2006-04-13” and updated information is at “http://www.nakl.t.u- In this paper, a method to describe process and tokyo.ac.jp/update.html”. Prefix “dc” and “ex” used in knowledge in computer system is proposed. This method Figure 2 are XML namespace defined in other files or is based on RDF (Resource description framework) [3] website. “dc” is a standard vocabulary defined by DCMI which is one of ontology description languages and IDEF0 (Dublin Core Metadata Initiative) [6]. Figure 3 shows XML [4] which is a formal process description format. The format of RDF metadata of the RDF graph in Figure 2. production process is described in a proposed format similar to BOM (Bill of material) system [5]. Production The RDF graph in Figure 2 is shown in XML format. The process can be edited by interactive user interface to rest of RDF expressions in this paper will be illustrated in design the product and production process and can be RDF graph because the graphs are easier to understand. retrieved as flow diagram to make the engineers understand the product and production process. Proposed method is applied to simple production process for Predicate common sub-assembly of ship and evaluated. Subject Object Figure 1 Simple RDF graph 2 METHODOLOGY FOR DESICRIBING PRODUCTION PROCESS 2.1 RDF and RDF Schema RDF is one of a language for ontology and is a framework for describing metadata for some object. Metadata is data for explaining the object. For example author, date and publisher are metadata for a book. In RDF format, URI CIRP Design Conference 2009 Resource dc:creator Kazuo Hiekata “Operation” class. And the “rdfs:range” specifies the value Property of the property. The value of “rdfs:range” is Literal, so dc:date http://www.nakl.t.u-tokyo.ac.jp/ 2006-04-13 Literal “duration” must be text string for man hour of a specified instance of “Operation” class. The definition by RDF ex:updateInfo schema strictly defines each term and is useful for formal http://www.nakl.t.u-tokyo.ac.jp/update.html description. Process and product/intermediate product can be Figure 2 Example of RDF graph described using these vocabularies. This description method is based on the concept of IDEF0. <rdf:RDF Basic process and product description by defined six xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#“ vocabularies are shown in Figure 5. Figure 5 illustrates joining two steel plates to create a skin plate and the xmlns:dc="http://purl.org/dc/elements/1.1/"> duration of joining process is 10. The left side of the figure <rdf:Description rdf:about=“http://www.nakl.t.u-tokyo.ac.jp/“> is definition of basic members. The right side shows the <dc:creator>Kazuo Hiekata</dc:creator> process and parts. Two “Steel plate” are instances of <dc:date>2006-04-13</dc:date> Primitive class and “Joining plates” is process with two <ex:updateInfo rdf:resource="http://www.nakl.t.u- “input” and create “Skin plate” which is an instance of tokyo.ac.jp/update.html” /> “Assembly” class. This schema is applied to all the </rdf:Description> production process. </rdf:RDF> Figure 3 Example of RDF in XML file <rdfs:Class rdf:about="http://www.sharefast.org/2008/09/productionproc Then RDF schema is introduced in this paragraph [7]. ess#Assembly"> Metadata can be defined by RDF, but meta-languages are <rdfs:isDefinedBy needed to define vocabularies and data schema of RDF. rdf:resource="http://www.sharefast.org/2008/09/productionp Resources in RDF are described as the class and rocess#" /> instance concept same as in object oriented <rdfs:label>Assembly</rdfs:label> programming. To create models of real world using RDF, <rdfs:comment>The class of assemblies of primitives. vocabularies to describe the object must be defined by </rdfs:comment> RDF schema. Classes are defined by RDF schema and </rdfs:Class> the relationships between instances are described by RDF. By defining new vocabularies based on RDF <rdf:Property schema, RDF can be applied to any specific domains or rdf:about="http://www.sharefast.org/2008/09/productionproc specifies application. ess#duration"> <rdf:type rdf:resource="http://www.w3.org/1999/02/22- rdf-syntax-ns#Property" /> 2.2 Process description based on RDF and RDF <rdfs:label xml:lang="en-US">duration</rdfs:label> Schema <rdfs:comment xml:lang="en-US">Standard duration of an operation.</rdfs:comment> Production process of building blocks of a ship is picked <rdfs:isDefinedBy up in this paper. Production process is described in RDF rdf:resource="http://www.sharefast.org/2008/09/productionp metadata using newly defined vocabularies by RDF rocess#" /> schema. At first, vocabularies required to describe <rdfs:domain production process are defined. Production process will rdf:resource="http://www.sharefast.org/2008/09/productionp be presented in formal manner using the vocabularies. To rocess#Operation" /> describe the process, parts and materials, “Operation”, <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf- “Assembly” and “Primitive” are defined by RDF schema. schema#Literal"/> “Duration”, “input” and “output” are defined for <dc:type relationships between the resources. The vocabularies rdf:resource="http://dublincore.org/usage/documents/princip are shown in Table 1. les/#element" /> “Operation” is a process in shipyards. And instances of </rdf:Property> “Operation” require clear input materials and/or parts and output assembly. To define the vocabulary, “Operation”, Figure 4: Definition of vocabularies by RDF schema “input” and “output” must be defined. “Input” can be the predicate of an RDF statement if the subject is an instance of “Operation”. And “output” can be the object of an RDF statement. “Duration” is also defined for instances Class Instance of “Operation”. “Duration” must be Literal and be assumed Primitive Steel plate(1) Steel plate(2) as dimensionless number in this paper. type input input “Primitive” is a material which cannot be divided into multiple parts, or parts whose components design Process Joining plates duration engineers don’t need to consider. type output Assembly 10 “Assembly” is a member which has one or more instances type Skin plate of “Primitive” and “Assembly”. Part of the definition is shown in Figure 4. The first part is Figure 5: RDF Graph for process description definition of “Assembly” class and the second part is definition of “duration”. In the definition of “duration”, some restriction is defined by RDF schema. “rdfs:domain” indicates that “duration” must be a property of specified class. So, the duration must be defined for instances of Name Description Operation Class for operations in fabrication shop Primitive Class for parts or materials which cannot be divided into sub-components Assembly Class for parts consists of one or more “Primitive” duration Property for describing man hour of specified “Operation” input Property for describing input “Primitive” or “Assembly” for specified “Operation” output Property for describing output “Assembly” for specified “Operation” Figure 7: Interface of client program Table 1: List of vocabularies for describing production process 3.2 Assembly definition 3 SOFTWARE SYSTEM Proposed process description method consists of iteration of “Assembly” definitions.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us