Simplifying access to linked data using tabular views
Název práce v češtině: | Zjednodušení přístupu k propojeným datům pomocí tabulkových pohledů |
---|---|
Název v anglickém jazyce: | Simplifying access to linked data using tabular views |
Klíčová slova: | datová sada|propojená data|LOD|RDF|CSV |
Klíčová slova anglicky: | dataset|linked data|LOD|RDF|CSV |
Akademický rok vypsání: | 2017/2018 |
Typ práce: | diplomová práce |
Jazyk práce: | angličtina |
Ústav: | Katedra softwarového inženýrství (32-KSI) |
Vedoucí / školitel: | doc. RNDr. Jakub Klímek, Ph.D. |
Řešitel: | skrytý![]() |
Datum přihlášení: | 22.02.2018 |
Datum zadání: | 22.02.2018 |
Datum potvrzení stud. oddělením: | 20.03.2018 |
Datum a čas obhajoby: | 02.09.2021 09:00 |
Datum odevzdání elektronické podoby: | 23.07.2021 |
Datum odevzdání tištěné podoby: | 22.07.2021 |
Datum proběhlé obhajoby: | 02.09.2021 |
Oponenti: | doc. Mgr. Martin Nečaský, Ph.D. |
Zásady pro vypracování |
Currently, there are many datasets available as Linked Open Data (LOD datasets) [1].
Users may query LOD datasets using SPARQL [2], a query language for RDF data [3]. The available LOD datasets often have a complex schema and it is hard for users to write their SPARQL queries manually. Moreover, there are users who do not want to work with complexities of RDF and SPARQL. Instead, they would like to work with available LOD datasets represented in CSV [4], a more primitive, tabular data format, while still benefiting from the added value of Linked Open Data. In this thesis, the author will design, develop and evaluate a web application which will help users with defining tabular views on selected datasets. The application will receive identifiers of datasets selected by the user and their schemas on the input. The application will present the schemas in a graphical notation to the user who will select the required part of the schemas. The application will generate a SPARQL SELECT query which returns data from the chosen datasets corresponding to the selected part using the CSV representation. The user will be allowed to persist his or her defined tabular view in a catalog. An existing solution will be chosen as a cataloging tool. |
Seznam odborné literatury |
[1] The Linking Open Data cloud diagram. http://lod-cloud.net/
[2] SPARQL 1.1 Overview. W3C. https://www.w3.org/TR/sparql11-overview/ [3] RDF 1.1 Primer. W3C. https://www.w3.org/TR/rdf11-primer/ [4] Common Format and MIME Type for Comma-Separated Values (CSV) Files. RFC 4180, The Internet Society, 2005. https://tools.ietf.org/html/rfc4180 |