跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.182) 您好!臺灣時間:2025/11/28 02:40
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:傅敬傑
研究生(外文):Jing-Jie Fu
論文名稱:以OAI-PMH為基礎建立開放資料中央目錄服務平台
論文名稱(外文):OAI-PMH based Open Data Central Catalog Service Platform
指導教授:葉慶隆葉慶隆引用關係
指導教授(外文):Ching-Long Yeh
口試委員:葉慶隆
口試委員(外文):Ching-Long Yeh
口試日期:2014-07-31
學位類別:碩士
校院名稱:大同大學
系所名稱:資訊工程學系(所)
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2014
畢業學年度:102
語文別:中文
論文頁數:66
中文關鍵詞:開放政府資料詮釋資料擷取OAI-PMH
外文關鍵詞:Open government datametadata harvesterOAI-PMH
相關次數:
  • 被引用被引用:0
  • 點閱點閱:269
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:4
由於許多資訊陸續採取數位化,世界各國開始發起開放政府資訊(Open Government Data)的運動,要求政府提供各項公部門資訊,達到施政透明化、效率化的目的,民眾不但可對政府落實更好的監督效果,更可以利用這些資料產生更多的應用。美國、英國等國家已於2009年開始陸續架設開放政府資料平台,我國亦於2013年架設完成,但隨著政府開放資料平台的普及化,卻缺少一個整合各平台資料的中央目錄服務平台,使的這些開放政府資料雖數量龐大,卻不能有效的搜尋、利用。
中央目錄服務平台之目的在於整合其他機關平台上之政府開放資料,以提供民眾一個政府開放資料之目錄,讓民眾能夠直接在單一平台上查找所有政府開放資料,而不用造訪各大機關平台網站分頭尋找。本研究探討中央目錄服務平台之架構與平台間的詮釋資料交換機制。
本研究以Drupal 7 作為中央目錄服務平台,並配合OAI Fetcher與XPath Parser兩個模組分別進行OAI的詮釋資料交換與接收回來的XML Encoded資料解析與對應,可整合政府各項資訊,解決現行政府機關公開文件格式各異、彼此間資訊不易流通、民眾難以使用等問題。
Because of the digitization of information and numerous countries have initiated an open government data(OGD) movement, requesting that governments provide free access to certain data and enabling people to reprocess this information and more effectively monitor their governments. United States and United kingdom had built a open government data platform in 2009. Though Open government data platform is more popularity, they do not have an central platform to manage all of open data. People cannot search or use open government data even through it is huge.
The purpose of central catalog service platform is to aggregated the open government data which on other department's platform and make a open government data catalog for people to use. So that people can find all the open government data on a single platform directly, rather than visiting several platform to find. Therefore, this study involved the architecture of central catalog service platform and metadata harvester between platforms.
In this study, Drupal7 as a central catalog service platform. This platform use OAI Fetcher to do OAI protocol metadata harvester, and XPath Parser to analysis the server response in XML Encoded. Solve the existing problem that public documents is different formats and people is difficult to use.
謝誌 i
摘要 ii
ABSTRACT iii
目次 iv
圖次 vii
表次 ix
第一章 緒論 1
1.1 研究背景、動機 1
1.2 研究目的 2
1.3 研究方法 2
1.4 研究範圍 6
1.5 預期貢獻 6
1.6 章節闡述 6
第二章 相關研究 7
2.1 開放資料 7
2.2 開放政府資料的演進 9
2.3 國外開放資料平台 11
2.3.1 美國開放資料平台 11
2.3.2 英國開放資料平台 12
2.3.3 德國開放資料平台 12
第三章 技術背景 14
3.1 CKAN 14
3.2 Drupal 16
3.3 詮釋資料交換 18
3.3.1 發布 18
3.3.2 擷取 18
3.3.2.1 ckan-harvester-plugin 19
3.3.2.2 OAI 21
3.3.2.2.1 OAI-PMH 22
3.3.2.2.2 OAI命令集 23
3.3.2.2.2.1 Identify 24
3.3.2.2.2.2 ListSets 25
3.3.2.2.2.3 ListIdentifies 27
3.3.2.2.2.4 ListMetadataFormats 28
3.3.2.2.2.5 GetRecord 29
3.3.2.2.2.6 ListRecords 31
3.4 CKAN與OAI-PMH之比較 33
3.5 系統架構 34
第四章 系統分析與實作 35
4.1 問題描述 35
4.2 系統問題分析 36
4.3 實作成果展現 36
4.3.1 模擬伺服器之OAI命令集回應 37
4.3.1.1 利用Identify查詢對方儲存庫的相關資訊 37
4.3.1.2 利用ListSets查詢對方儲存庫上的資料集合 38
4.3.1.3 利用ListIdentifies查詢對方儲存庫上的資料id 39
4.3.1.4利用ListMetadataFormats查詢對方支援的詮釋資料格式 41
4.3.1.5 利用GetRecord獲取單筆資料的詮釋資料 42
4.3.1.6 利用ListRecords獲取多筆資料的詮釋資料 44
4.3.2 實作平台展示 46
4.3.2.1 透過GetRecord匯入詮釋資料 47
4.3.2.2 透過ListRecords匯入詮釋資料 50
第五章 結論與未來展望 53
5.1 結論 53
5.2 未來展望 53
參考文獻 54
[1] 莊庭瑞,藏智於民:開放政府資料的原則與現況, 2013 年 1 月,http://creativecommons.tw/downloads/handbook_open_gov_data_2012.pdf
[2] Sample OAI-PMH Requests(Library of Congress) http://memory.loc.gov/ammem/oamh/oai_request.html
[3] Chris Bizer, Richard Cyganiak, Tom Heath July. ,2007
How to publish Linked data on the web
http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/LinkedDataTutorial/
[4] 范紀文、王祥安、張益嘉,以OAI架構設計數位典藏共同目錄系統:中央研究院發展經驗,2004年8月http://daal.iis.sinica.edu.tw/document/OAI_catalog_iis.pdf
[5] 林信成、康珮熏,Metadata與OAI-PMH在新聞數位典藏之整合應用,2005年9月
[6] Florian Marienfeld、Ina Schieferdecker、 Evanela.Lapi、Nikolay.Tcholtchev,Metadata Aggregation at GovData.de– An Experience Report,2013年http://opensym.org/wsos2013/proceedings/p0402-marienfeld.pdf
[7] OAI: Open Archives Initiative
http://www.openarchives.org/
[8] 國家圖書館,數位圖書館分散式檢索協定,2001年,http://www.ncl.edu.tw/public/Attachment/7112811474371.pdf
[9] Tim Berners-Lee. "Putting Government Data online". June 2009. http://www.w3.org/DesignIssues/GovData。
[10] Bizer, C., Heath, T., Idehen, K., and Berners-Lee, T. (2008) of Conference. Linked data on the web.
[11] US Government Linked Open Data: Semantic.data.gov. 四月 2012.
http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6185527
[12] Metadata Catalogs with Semantic Representations. 2006
http://www.yamod.ch/media/10877/gil01.pdf
[13] Linking UK Government Data . April 2010.
http://events.linkeddata.org/ldow2010/papers/ldow2010_paper14.pdf
[14] 張家生,從台北市看政府公開資料(Open Data),研考雙月刊第36卷第4期61-69頁,2012年, http://bimn.rdec.gov.tw/lib/lib02/bimn/290/290-06.pdf
[15] Tien Do, Dao Lam, Tin Huynh,A framework for integrating bibliographical data of computer science publications. April 2014.
[16] Daniel Sacher, Daniel Biella and Wolfram Luther,Towards a versatile metadata exchange format for digital museum collections, 2013.
[17] Adly, N.Advances in Databases, Knowledge, and Data Applications, 2009.
[18] Warner, S. OAI metadata harvesting workshop,2003.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top