Connected information management [Elektronische Ressource] / vorgelegt von Axel Rauschmayer
307 pages
English

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris

Connected information management [Elektronische Ressource] / vorgelegt von Axel Rauschmayer

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus
307 pages
English
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus

Description

ConnectedInformationManagementAxelRauschmayerMünchen2010ConnectedInformationManagementAxelRauschmayerDissertationan der Fakultät für Mathematik, Informatik und Statistikder Ludwig-Maximilians-Universität Münchenzur Erlangung des Grades Doctor rerum naturalium (Dr. rer. nat.

Sujets

Informations

Publié par
Publié le 01 janvier 2010
Nombre de lectures 21
Langue English
Poids de l'ouvrage 3 Mo

Extrait

ConnectedInformation
Management
AxelRauschmayer
München2010ConnectedInformation
Management
AxelRauschmayer
Dissertation
an der Fakultät für Mathematik, Informatik und Statistik
der Ludwig-Maximilians-Universität München
zur Erlangung des Grades Doctor rerum naturalium (Dr. rer. nat.)
vorgelegt von
Axel Rauschmayer
München, 2010-01-29Erstgutachter: Martin Wirsing
Zweitgutachter: Marcus Spies
Auswärtiger Gutachter: Don Batory
Tag der mündlichen Prüfung: 2010-02-18Short contents
Abstract xv
Zusammenfassung xv
1 Introduction: Connected information management 1
I Background 9
2 Data modeling with RDF 11
3 Linked data on the web 29
4 Folksonomies and ontologies 43
5 Schema and ontology languages 49
II User interface and navigation 59
6 User interface 61
7 Information navigation 67
8 Title tags 77
III Foundations 81
9 A model for connected information management 83
10 Wikked: A wiki markup language 97
11 Templates: A presentation language for RDF 109
12 RDF patterns 115
IV The RDF editing meta-model 123
13 Introduction: The RDF editing meta-model (REMM) 125vi SHORT CONTENTS
14 REMM schema 133
15 REMM presentation: Select, order and style the data to be edited 143
16 REMM editing: Specify and apply changes to resources 161
17 Configuration in RDF 171
V The extension framework 175
18 Architecture: Hyena as an implementation framework 177
19 Multiple interpretations of resources 185
20 Importing and exporting RDF 191
21 Synchronizing files and RDF data 195
VI Related work 201
22 Hypermedia and Hypertext 203
23 Annotating text 209
24 RDF editing 215
25 Information managers 221
26 Semantic wikis 231
27 Faceted navigation 235
28 Synchronization and versioning 243
VII Evaluation, summary, and future research 247
29 Integrating structured and unstructured data 249
30 User study 259
31 A survey on wikis: What features have long-term merit? 263
32 Summary and future research 267
VIII Appendix 271
A Wikked syntax 273
B Inferencing 277SHORT CONTENTS vii
Acknowledgements 289viii SHORT CONTENTSContents
Abstract xv
Zusammenfassung xv
1 Introduction: Connected information management 1
1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Connected information management . . . . . . . . . . . . . . . . . . 2
1.3 Hyena, a platform for connected information management . . . . . . 3
1.4 The structure of this dissertation . . . . . . . . . . . . . . . . . . . . 3
1.5 Running example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
I Background 9
2 Data modeling with RDF 11
2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.2 Finding a data format for structured data . . . . . . . . . . . . . . . . 12
2.3 Basic constructs and interpretations of RDF . . . . . . . . . . . . . . 14
2.4 Advanced features . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.5 Best practices for basic RDF constructs . . . . . . . . . . . . . . . . 20
2.6 Schema, rules, and querying . . . . . . . . . . . . . . . . . . . . . . 21
2.7 Useful vocabularies . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.8 RDF applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3 Linked data on the web 29
3.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3.2 Core concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3.3 Discovery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.4 Write-enabling linked data . . . . . . . . . . . . . . . . . . . . . . . 37
3.5 Future research: linked data and HYENA . . . . . . . . . . . . . . . . 41
4 Folksonomies and ontologies 43
4.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.2 Folksonomies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.3 Ontologies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45x CONTENTS
5 Schema and ontology languages 49
5.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
5.2 RDFS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
5.3 RDFS-Plus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
5.4 OWL Web Ontology Language . . . . . . . . . . . . . . . . . . . . . 54
5.5 Ontology Definition Metamodel (ODM) . . . . . . . . . . . . . . . . 57
II User interface and navigation 59
6 User interface 61
6.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
6.2 Skill levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.3 Master tabs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
6.4 Detail pane and inspectors . . . . . . . . . . . . . . . . . . . . . . . 65
6.5 Sidebar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
6.6 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
7 Information navigation 67
7.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
7.2 Faceted navigation . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
7.3 Defining and editing RDF facets . . . . . . . . . . . . . . . . . . . . 70
7.4 Tagging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
7.5 Meta-faceted navigation . . . . . . . . . . . . . . . . . . . . . . . . 73
7.6 Assisted querying . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
7.7 Multi-paradigm search . . . . . . . . . . . . . . . . . . . . . . . . . 74
7.8 Running example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
7.9 Future research . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
7.10 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
8 Title tags 77
8.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
8.2 Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
8.3 Attaching meta-data . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
8.4 Simple time notation . . . . . . . . . . . . . . . . . . . . . . . . . . 78
8.5 Running example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
8.6 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
III Foundations 81
9 A model for connected information management 83
9.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
9.2 Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
9.3 Projects and repositories . . . . . . . . . . . . . . . . . . . . . . . . 86
9.4 Event operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
9.5 Manifesting entities as resources . . . . . . . . . . . . . . . . . . . . 88
9.6 Search calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
9.7 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
9.8 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95

  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents