博碩士論文 100322085 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:32 、訪客IP:18.219.236.199
姓名 丁冠博(Kuan-Po Ting)  查詢紙本館藏   畢業系所 土木工程學系
論文名稱 應用Ontology/Protégé/SWRL於建築資訊模型上進行推論
(A Reasoning Mechanism Using Ontology, Protégé and SWRL Tools for Building Information Model Data)
相關論文
★ 路權取得資料探勘與決策輔助工具設計之研究★ 以時空資料庫管理管線單位道路申挖許可之雛形系統研究
★ 關鍵基礎設施相依性模型設計與應用★ 應用RFID技術於室內空間防救災時的疏散指引系統之研究
★ 考量列車迴轉與擾動因子情況下高速鐵路系統最佳化排班設計之研究★ 應用資料探勘分群分類演算法與空間資料庫技術在鋪面裂縫影像辨識之初探
★ 以本體論建構工程程式設計課程之線上考試平台研究★ 結合遙測影像與GIS資料以資料挖掘 技術進行崩塌地辨識-以石門水庫集水區為例
★ 設計整合型手持式行動裝置平台於災害設施損毀資料收集研究★ 考量擾動因子情況下傳統鐵路時刻表建置合併於高速鐵路時刻表模型之回顧與探討
★ 關鍵基礎設施相依性分析:以竹科某晶圓廠區為例★ 建築資訊模型於火災原因調查流程的應用
★ Hadoop雲端平台在工程應用之探討研究★ 關鍵基礎設施投入產出停轉模型之回顧與應用
★ 擴展建築資訊模型於防救災應用:使用Revit平台★ 應用交通資料蒐集與發佈設備及資料探勘法協助觀光地區交通管理策略之研究:以桃園大溪老街為例
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在美國,對於建築和內部系統的控管,許多的研究學者發展了許多的計算方法和演算法,並且可以自動和不斷的分析整個內部系統狀態。而這些研究中,如何將需要的資訊正確地擷取出來,提供給演算法去運算,成為了一個重要問題。本研究提出利用Ontology (本體論)的研究中,利用推論的方法,將建築資訊模型所需要的資訊推論出來。
Ontology原本是哲學上的名詞,在近年來,其概念被借用到電腦領域上,以一個概念的集合來表現某個知識領域與各個概念之間的關係,並可藉此在邏輯上做推論,並且對該知識領域進行描述。而為了建立本體模型,許多組織開始發展Ontology Language。在本研究中,使用了其中的OWL(Web Ontology Language),這是由W3C(World Wide Web Consortium)組織所開發,以W3C原本的RDF(Resource Description Framework)和XML(Extensible Markup Language)為基礎來發展,為Protégé軟體的基礎之一,在分享和建立模型上都很方便快速。Protégé是由Stanford University以Java語言所撰寫的開放原始碼軟體,是編輯本體模型的使用者介面。本研究主要以Protégé實作本體模型,加上OWLAPI所提供的API,撰寫程式對本體模型進行操作,並利用Pellet所提供的推論軟體進行推論。之後加上OWL的延伸語言SWRL(Semantic Web Rule Language)做額外的推論,最後結合BIM(Building Information Modeling)的模型,將BIM的模型藉由Protégé人工轉換成本體模型,利用OWL與SWRL將所需要的資料推論出來,給其他的程式做應用。
摘要(英) In United States, there are many researchers developing hundreds of computerized approaches and algorithms that can be used to automatically and continuously analyze the conditions of entire building systems. In these research projects, it is an importation problem regarding how to certainly retrieve needed information and how to provide relevant information for further processing. This research discussed development of a new reasoning mechanism that combines several ontology-related technologies such as OWL, Protégé and SWRL tools.
The term “Ontology” originates from philosophy. For the past few years, the concept in Ontology is applied in computer science and information science. It uses a set of concepts to represent knowledge within a domain. It can describe and reason about the domain knowledge. In order to build the ontology model, many organizations begin to develop the Ontology Language. In this study, we utilized the OWL(Web Ontology Language), which is proposed by W3C(World Wide Web Consortium) and is based on RDF(Resource Description Framework) and XML(Extensible Markup Language). It is one of the foundations for Protégé. Protégé is the user interface for editing the ontology model and was developed by Stanford University using JAVA. Protégé is a open source tool. In this study, we mainly used Protégé to construct the ontology model then edited the model through the OWLAPI, which part of its interfaces are supported by Pellet. Because Pellet cannot provide full functionality for reasoning some detailed knowledge, another tool, called “SWRL” (Semantic Web Rule Language), i.e., an extended rule language, was utilized to do more complicated business processes. Finally, we combined the BIM model to reason the required information, and provided the information for other programs to process.
關鍵字(中) 關鍵字(英) ★ Ontology
★ OWL
★ Protégé
★ OWLAPI
★ SWRL
論文目次 摘要 I
Abstract VI
誌謝 VII
目錄 VIII
圖目錄 XI
表目錄 XIV
第一章.緒論 1
1.1研究背景與動機 1
1.2研究目的 2
1.3研究範圍與內容 3
1.4研究流程 3
1.5論文架構 5
第二章.文獻回顧 6
2.1Ontology介紹 6
2.2OWL ProtégéSWRL介紹 8
2.2.1OWL簡介 8
2.2.2Protégé簡介 14
2.2.3SWRL簡介 15
2.3BIM的技術發展 15
2.4一個應用Ontology在工程上的例子:正規化查詢應用在水電空調系統的資訊處理 20
2.4.1背景介紹 20
2.4.2建立HVAC system的專業領域查詢語言 21
2.4.3專業領域查詢語言的查詢方法 26
2.5文獻評析 30
第三章.研究方法 31
3.1Protégé的功能特色 31
3.1.1Protégé的歷史 31
3.1.2以Protégé軟體表達Domain Knowledge 35
3.1.3Protégé的限制 45
3.1.4其他加強推論的工具 46
3.2SWRL介紹 47
3.2.1SWRL語法介紹 47
3.2.2SWRL測試範例 57
3.3綜合討論 66
第四章.測試案例 69
4.1案例說明 69
4.2案例規則說明 73
4.3案例實作 76
第五章.結論與建議 84
5.1結論 84
5.2建議 85
5.3貢獻 85
參考文獻 87
口試委員意見回應表 90
參考文獻 Cerovsek T. (2010). “A review and outlook for a ‘Building Information Model’ (BIM):A multi-standpoint framework for technological development”. Advanced Engineering Informatics, vol. 25, pp. 224-244.
Clark & Parsia. Pellet: OWL 2 Reasoner for Java. [Online]. Available: http://clarkparsia.com/pellet/. (Accessed Jan. 1, 2013)
Gennari J.H., Musen M.A., Fergerson R.W., Grosso W.E., Crubézy M., Eriksson H., Noy N.F., and Tu S.W.(2002). “The Evolution of Protégé: An Environment for Knowledge-Based Systems Development”. International Journal of Human-Computer Studies.Vol. 58, No.1, pp.89-123.
Horrocks I., Motik B., Wang Z. (2012). “The HermiT OWL Reasoner”. In Ian Horrocks, Mikalai Yatskevich, and Ernesto Jimenez-Ruiz, editors, Proc. of the OWL Reasoner Evaluation Workshop (ORE 2012), volume 858 of CEUR Workshop Proceedings, Manchester, UK.
Howard R., Björk B. C. (2008). “Building information modelling– Experts’ views on standardisation and industry deployment”. Advanced Engineering Informatics, vol. 22, pp. 271-280.
Kuba M. (2012). OWL 2 and SWRL Tutorial. [Online]. Available: http://dior.ics.muni.cz/~makub/owl/. (Accessed Jan. 1, 2013)
Lee G., Sacks R., Eastman C. M. (2006). “Specifying parametric building object behavior (BOB) for a building information modeling system”. Automation in Construction, vol. 15, pp. 758-776.
Liu X., Akinci B., Bergés M., Garrett, Jr. J.H. (2013). “DOMAIN-SPECIFIC QUERYING FORMALISMS FOR RETRIEVING INFORMATION OF HVAC SYSTEMS”. Journal of Computing in Civil Engineering. ASCE.February 1, 2013. CP.1943-5487.
Noy N.F., McGuinners D.L. (2001). “Ontology Development 101: A Guide to Creating Your First Ontology”. Stanford Knowledge Systems Laboratory Technical Report KSL-01-05 and Stanford Medical Information Technical Report SMI-2001-0880, March.
María Auxilio Medina Nieto (2003). “An Overview of Ontologies”. VUB STAR.Lab. [Online].Available:http://www.starlab.vub.ac.be/teaching/ontologies_overview.pdf. (Accessed Jan. 1, 2013)
Stanford University. The Protégé Ontology Editor and Knowledge Acquisition System. [Online]. Available: http://protege.stanford.edu/. (Accessed Jan. 1, 2013)
Stanford University. Protege wiki. [Online]. Available: http://protegewiki.stanford.edu/wiki/Main_Page. (Accessed Jan. 1, 2013)
Succar B. (2009). “Building information modelling framework: A research and delivery foundation for industry stakeholders. Advanced Engineering Informatics”, 18(3), pp. 357-375.
The OWL API. OWL API. [Online]. Available: http://owlapi.sourceforge.net/. (Accessed Jan. 1, 2013)
Tom Gruber (2009). Ontology. [Online]. Available: http://tomgruber.org/writing/ontology-definition-2007.htm. (Accessed Jan. 1, 2013)
Wang H.H., Boukamp F. (2011). “Ontology-Based Approach to Context Representation and Reasoning for Managing Context-Sensitive Construction Information”. Journal of Computing in Civil Engineering. ASCE. 25(5), pp. 331–346.
World Wide Web Consortium (2004). OWL Web Ontology Language Overview. [Online]. Available: http://www.w3.org/TR/owl-features/. (Accessed Jan. 1, 2013)
World Wide Web Consortium (2012). OWL2 Web Ontology Language Document Overview (Second Edition). [Online]. Available: http://www.w3.org/TR/owl2-overview/. (Accessed Jan. 1, 2013)
World Wide Web Consortium (2004). SWRL: A Semantic Web Rule Language Combining OWL and RuleML. [Online]. Available: http://www.w3.org/Submission/SWRL/. (Accessed Jan. 1, 2013)
指導教授 周建成(Chien-Cheng Chou) 審核日期 2013-7-31
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明