簡易檢索 / 詳目顯示

研究生: 梁嘉陳
論文名稱: 以XML原生資料庫實現FAQ知識查詢系統之研究
Research on FAQ Knowledge Query System Using Native XML Database
指導教授: 葉耀明
學位類別: 碩士
Master
系所名稱: 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2010
畢業學年度: 98
語文別: 中文
論文頁數: 66
中文關鍵詞: ProtégéeXist資料庫資訊網本體論語言XQuery
英文關鍵詞: Protégé, eXist Database, OWL, RDF, XQuery
論文種類: 學術論文
相關次數: 點閱:89下載:10
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 隨著網路的快速發展,許多人遇到問題時,往往透過搜尋Google、維基百科等入口網站來尋求解答。有些網站,例如銀行、政府網站等,會利用常見問題(FAQ)來提供特定範圍的知識,讓使用者更快速的取得相關知識。然而這些FAQ資訊往往以靜態網頁的方式來呈現,只適合少量的問題,且無法做有效的管理,因此如何妥善管理及規劃特定領域的知識是本研究的重要探討議題。
      本研究以IPv6相關知識為例,來探討如何建立多維度有結構性的FAQ知識查詢系統。由於傳統的FAQ通常只有問題與答案的文字內容,一個完整的知識內容必須具有豐富的內容,所以我們利用XML檔案具有半結構化的優點,將每一個FAQ存成XML檔案。為了保留XML文件本身結構的優點,我們使用XML原生資料庫(eXist)來儲存FAQ的檔案,透過XQuery查詢語言,可以對XML檔案的結構作結構性的查詢。而當知識量越來越多的時候,傳統的搜尋方法往往會讓使用者找到許多不相關的答案,使用者需要花費時間來篩選正確的答案。所以我們使用OWL/RDF將XML原生資料庫中的FAQ檔案做樹狀式的儲存,讓使用者能透過多維度的概念,可以便利地執行FAQ查詢。除此之外,為了能夠讓使用者更加了解所要的知識輪廓,我們應用知識概念圖的概念允許使用者利用知識概念圖來作FAQ的搜尋。本研究提出的方法有別於傳統的FAQ系統,其結合了語意網路相關技術,提供一套擁有管理、上傳及多維度查詢功能的FAQ知識查詢系統,讓管理者可以更有效率的管理FAQ,同時也讓使用者能夠更精確的找尋所需要的答案。

    Nowadays, Internet has become the major information source for many people. When people need answer for certain problems, they often search Google, Wikipedia or other portals for the answers. Many websites, such as banks and government, use Frequently Asked Questions (FAQs) to provide a specific range of knowledge, which provides users fast access to relevant knowledge. However, traditional FAQ service is usually provided by static webpages which has many limitations. Therefore, how to properly manage and plan FAQs for some specific domain knowledge is an important issue.

      Our research takes IPv6 related knowledge as an example to explore how to establish a structured multi-dimensional FAQ Knowledge Query System. For flexibility, we use the native XML-based database(eXist) to store these XML files. On the other hand, we proposed a method using RDF/OWL documents to depict the classifications, and allow users to search from multiple dimensions. Furthermore, we provide concept map FAQ search to assist users in comprehending the searched knowledge. This research combines Semantic Web technologies to enhance the efficiency of the management of FAQs and allow users to obtain the information more accurately.

    第一章 緒論 1 1.1 研究背景及動機 1 1.2 研究目的 2 1.3 論文架構 3 第二章 文獻探討 4 2.1 語意網(Semantic Web) 4 2.1.1 可擴展標示語言(XML) 6 2.1.2 資源描述架構(RDF) 與資源描述架構綱要(RDFS) 6 2.1.3 本體論(Ontology) 8 2.1.4 語意本體語言(OWL) 12 2.1.5 Protégé本體編輯工具 13 2.2 XML原生資料庫(Native XML Database ) 14 2.2.1 Native XML Database 簡介 14 2.2.2 eXist資料庫 16 2.2.3 XQuery簡介 18 2.2.4 XQuery查詢語法 19 2.2.5 XQuery Update Facility 1.0 介紹 21 2.3 概念圖理論(Concept Map Theory) 22 第三章 研究架構與方法 26 3.1 系統架構 27 3.2 多維度查詢規劃 30 3.2.1 多維度查詢規劃描述 30 3.2.2 FAQ格式規劃(FAQ Format) 32 3.2.3 利用XQuery語法在eXist資料庫之查詢 33 3.3 本體知識架構規劃 36 3.3.1 FAQ語意描述的定義 36 3.3.2 查詢OWL Model 39 3.4 FAQ知識之概念構圖模型 39 3.5 延伸查詢的整合 41 第四章 系統開發與設計 42 4.1 系統開發及開發環境簡介 42 4.2 操作概念 43 4.2.1 使用案例圖(Use Case Diagram) 43 4.2.2 循序圖(Sequence Diagram) 45 4.3 IPv6 FAQ知識查詢系統呈現 46 4.3.1 管理者模組 46 4.3.1.1 上傳功能 46 4.3.1.2 管理FAQ檔案 48 4.3.1.3 管理類別 48 4.3.2 使用者模組 49 4.3.2.1語意關鍵字查詢 50 4.3.2.2 全文查詢 51 4.3.2.3 分類查詢 52 4.3.2.4 概念圖查詢 53 4.3.2.5 進階查詢 54 4.3.2.6 延伸查詢 56 4.3.2.7 增加語意關鍵字 57 4.4 系統使用分析 57 4.4.1 知識的品質(Knowledge Quality) 58 4.4.2系統的可用性 58 第五章 結論與未來發展 62 5.1 結論 62 5.2 未來發展 63 參考文獻 64

    [1]. Marja-Riitta Joivunen and Eric Miller(2001), "W3C Semantic Web Activity". http://www.w3.org/2001/12/semweb-fin/w3csw.
    [2]. Grigoris Antoniou and Frank van Harmelen(2004), "A Semantic Web Primer", The MIT Press, Cambridge, Massachusetts.
    [3]. W3C(2004), "Extensible Markup Language(XML) W3C Recommendation". http://www.w3.org/XML/.
    [4]. Asunción Gómez-Pérez and Oscar Corcho(2002 ), "Ontology Languages for the semantic web", IEEE Intelligent Systems, 54-60.
    [5]. W3C(October2003), "RDF Vocabulary Description Language 1.0: RDF Schema", Working Draft 10.
    [6]. Gruber T.R(1993), "A translation approach to portable ontolog specications", Knowledge Acquisition, vol.5,issue 2 199-220.
    [7]. N.F.Noy and D.L.Mcguinness(Mar2001), "Ontology Development 101: A Guide to Creating Your First Ontology", Stanford Knowledge System Laboratory Technical Report KSL-01-05 and Stanford Medical Informatics TechnicalReport SMI-2001-0880.
    [8]. Grigoris Antoniou and Frank van Harmelen(2004), "Web Ontology Language: OWL", 67-92.
    [9]. R. Karp, V. Chaudhri, and J. Thomere(Aug1999), "XOL: An XML-based Ontology Exchange Language", Technical Report.
    [10]. W3C(2004), "OWL Web Ontology Language Overview". http://www.w3.org/TR/owl-features/.
    [11]. Protégé(June2009) http://protege.stanford.edu/.
    [12]. Open Source Native XML Database(Nov2009) ,eXist http://exist.sourceforge.net/.
    [13]. W3C Recommendation(Jan 2007) ,XQuery 1.0:An XML Query Language http://www.w3.org/TR/xquery/.
    [14]. W3C(June2009) ,XQuery Update Facility 1.0 http://www.w3.org/TR/xquery-update-10/.
    [15]. Tennyson R. D and Park O. C(1980), "The teaching of concepts:A review of instructional design research literature", Review of Educational Research, 50,55-70.
    [16]. Novak J.D and Gowin D.B(1984), "Learning how to learn", Cambridge, Lonndon:Cambridge University Press.
    [17]. Novak J.D and Musonda D(1991), "A twelve-year longitudinal study of science Concept learning", American Education Research Journal, 28(1), 117-153.
    [18]. IHMC(2009) ,Cmaptools http://cmap.ihmc.us/.
    [19]. Beverly K. Duval and Linda Main(1994), "Expert Systems: What is an Expert System?", Library Software Review.
    [20]. Yahoo(2010) ,斷章取義 http://tw.developer.yahoo.com/cas/.
    [21]. 方鴻明(2006), "以語意網路為基礎之學習物件分享與再用", 國立台灣師範大學資訊教育研究所碩士論文.
    [22]. 吳政叡(Sep1998), "資源描述架構在都柏林核心集的應用介紹", 國立中央圖書館臺灣分館館刊5卷1期.
    [23]. 李家豪(2008), "以XML原生資料庫實現內容管理儲存庫之研究", 國立台灣師範大學資訊工程研究所碩士論文.
    [24]. 林克威(2009), "應用概念構圖理論建構語意為基系統之研究", 國立台灣師範大學資訊教育研究所碩士論文.
    [25]. 涂長助(2009), "以XML原生資料庫實現影音管理儲存庫之研究", 國立台灣師範大學資訊工程研究所碩士論文.
    [26]. 張春興(1989), "教育心理學─三化取向的理論與實踐", 台北市,東華書局.
    [27]. 陳嘉成 and 余民寧(1998), "以概念構圖為學習策略之教學對自然科學習的促進效果之研究", 國立政治大學學報, 77,201-235.
    [28]. 黃裕舜(2009), "知識概念圖的維基百科之研究", 國立台灣師範大學資訊工程研究所碩士論文.
    [29]. 朱遠達(June2005), "以原生型XML資料庫建構機房資訊軟硬體設備管理系統", Yuan Ze University.
    [30]. 蔡進發, 丁肇隆, and 高愷蔚(June2002), "原生型XML資料庫的應用研究", 國立台灣大學台大工程學刊.

    下載圖示
    QR CODE