Programming the semantic web: [build flexible applications with graph data]
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2009
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 280 S. graph. Darst. |
ISBN: | 9780596153816 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV024629096 | ||
003 | DE-604 | ||
005 | 20100419 | ||
007 | t | ||
008 | 090924s2009 d||| |||| 00||| eng d | ||
020 | |a 9780596153816 |9 978-0-596-15381-6 | ||
035 | |a (OCoLC)310395882 | ||
035 | |a (DE-599)GBV598828540 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-83 |a DE-824 |a DE-384 |a DE-11 |a DE-Aug4 |a DE-863 |a DE-945 |a DE-M100 |a DE-523 |a DE-19 |a DE-522 | ||
050 | 0 | |a TK5105.88815 | |
082 | 0 | |a 025.0427 |2 22 | |
084 | |a ST 205 |0 (DE-625)143613: |2 rvk | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
100 | 1 | |a Segaran, Toby |e Verfasser |0 (DE-588)1031960392 |4 aut | |
245 | 1 | 0 | |a Programming the semantic web |b [build flexible applications with graph data] |c Toby Segaran, Colin Evans, and Jamie Taylor |
246 | 1 | 3 | |a Semantic web |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2009 | |
300 | |a XV, 280 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a Ontologies (informatique) |2 ram | |
650 | 7 | |a Web sémantique |2 ram | |
650 | 4 | |a Computer programming | |
650 | 4 | |a Semantic Web | |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Semantic Web |0 (DE-588)4688372-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Semantic Web |0 (DE-588)4688372-1 |D s |
689 | 0 | 1 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Evans, Colin |e Verfasser |4 aut | |
700 | 1 | |a Taylor, Jamie |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018600727&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-018600727 |
Datensatz im Suchindex
DE-BY-863_location | 1340 |
---|---|
DE-BY-FWS_call_number | 1340/ST 252 S454 P9st |
DE-BY-FWS_katkey | 395053 |
DE-BY-FWS_media_number | 083101242094 |
_version_ | 1806174636730220544 |
adam_text | Titel: Programming the semantic web
Autor: Segaran, Toby
Jahr: 2009
Table of Contents
Foreword xi
Preface xiii
Parti. Semantic Data
1. Why Semantics? 3
Data Integration Across the Web 4
Traditional Data-Modeling Methods 5
Tabular Data 6
Relational Data 7
Evolving and Refactoring Schemas 9
Very Complicated Schemas 11
Getting It Right the First Time 12
Semantic Relationships 14
Metadata Is Data 16
Building for the Unexpected 16
Perpetual Beta 17
2. Expressing Meaning 19
An Example: Movie Data 21
Building a Simple Triplestore 23
Indexes 23
The add and remove Methods 24
Querying 25
Merging Graphs 26
Adding and Querying Movie Data 28
Other Examples 29
Places 29
Celebrities 31
Business 33
3. Using Semantic Data 37
A Simple Query Language 37
Variable Binding 38
Implementing a Query Language 40
Feed-Forward Inference 43
Inferring New Triples 43
Geocoding 45
Chains of Rules 47
A Word About Artificial Intelligence 50
Searching for Connections 50
Six Degrees of Kevin Bacon 51
Shared Keys and Overlapping Graphs 53
Example: Joining the Business and Places Graphs 53
Querying the Joined Graph 54
Basic Graph Visualization 55
Graphviz 55
Displaying Sets of Triples 56
Displaying Query Results 57
Semantic Data Is Flexible 59
Part II. Standards and Sources
4. JustEnoughRDF 63
What Is RDF? 63
The RDF Data Model 64
URIs As Strong Keys 64
Resources 65
Blank Nodes 66
Literal Values 68
RDF Serialization Formats 68
A Graph of Friends 69
N-Triples 70
N3 72
RDF/XML 73
RDFa 76
Introducing RDFLib 80
Persistence with RDFLib 83
SPARQL 84
SELECT Query Form 86
OPTIONAL and FILTER Constraints 87
Multiple Graph Patterns 89
CONSTRUCT Query Form 91
ASK and DESCRIBE Query Forms 91
SPARQL Queries in RDFLib 92
Useful Query Modifiers 94
5. Sources of Semantic Data 97
Friend of a Friend (FOAF) 97
Graph Analysis of a Social Network 101
Linked Data 105
The Cloud of Data 106
Are You Your FOAF file? 107
Consuming Linked Data 110
Freebase 116
An Identity Database 117
RDF Interface 118
Freebase Schema 119
MQL Interface 121
Using the metaweb.py Library 123
Interacting with Humans 125
6. What Do You Mean, Ontology ? 127
What Is It Good For? 127
A Contract for Meaning 128
Models Are Data 128
An Introduction to Data Modeling 129
Classes and Properties 129
Modeling Films 132
Reifying Relationships 134
Just Enough OWL 135
Using Protege 140
Creating a New Ontology 140
Editing an Ontology 141
Just a Bit More OWL 145
Functional and Inverse Functional Properties 146
Inverse Properties 146
Disjoint Classes 146
Keepin It Real 148
Some Other Ontologies 148
Describing FOAF 148
A Beer Ontology 149
This Is Not My Beautiful Relational Schema! 152
7. Publishing Semantic Data 155
Embedding Semantics 155
Microformats 156
RDFa 158
Yahoo! SearchMonkey 160
Google s Rich Snippets 161
Dealing with Legacy Data 162
Internet Video Archive 162
Tables and Spreadsheets 167
Legacy Relational Data 169
RDFLib to Linked Data 172
Part III. Putting It into Practice
8. Overview of Toolkits 183
Sesame 183
Using the Sesame Java API 184
RDFS Inferencing in Sesame 193
A Servlet Container for the Sesame Server 196
Installing the Sesame Web Application 196
The Workbench 197
Adding Data 199
SPARQL Queries 200
REST API 202
Other RDF Stores 203
Jena (Open Source) 204
Redland (Open Source) 204
Mulgara (Open Source) 204
OpenLink Virtuoso (Commercial and Open Source) 204
Franz AllegroGraph (Commercial) 205
Oracle (Commercial) 205
SIMILE/Exhibit 205
A Simple Exhibit Page 206
Searching, Filtering, and Prettier Views 209
Linking Up to Sesame 211
Timelines 212
9. Introspecting Objects from Data 215
RDFObject Examples 215
RDFObject Framework 217
How RDFObject Works 225
10. Tying It All Together 227
A Job Listing Application 227
Application Requirements 228
Job Listing Data 228
Converting to RDF 228
Loading the Data into Sesame 231
Serving the Website 232
CherryPy 232
Mako Page Templates 233
A Generic Viewer 234
Getting Data from Sesame 236
The Generic Template 236
Getting Company Data 237
Crunchbase 238
Yahoo! Finance 241
Reconciling Freebase Connections 243
Specialized Views 244
Publishing for Others 248
RDFa 248
RDF/XML 250
Expanding the Data 251
Locations 251
Geography, Economy, Demography 252
Sophisticated Queries 253
Visualizing the Job Data 255
Further Expansion 258
Part IV. Epilogue
11. The Giant Global Graph 261
Vision, Hype, and Reality 262
Participating in the Global Graph Community 264
Releasing Data into the Commons 265
License Considerations 266
The Data Cycle 267
Bracing for Continuous Change 268
Index 271
|
any_adam_object | 1 |
author | Segaran, Toby Evans, Colin Taylor, Jamie |
author_GND | (DE-588)1031960392 |
author_facet | Segaran, Toby Evans, Colin Taylor, Jamie |
author_role | aut aut aut |
author_sort | Segaran, Toby |
author_variant | t s ts c e ce j t jt |
building | Verbundindex |
bvnumber | BV024629096 |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.88815 |
callnumber-search | TK5105.88815 |
callnumber-sort | TK 45105.88815 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ST 205 ST 252 |
ctrlnum | (OCoLC)310395882 (DE-599)GBV598828540 |
dewey-full | 025.0427 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 025 - Operations of libraries and archives |
dewey-raw | 025.0427 |
dewey-search | 025.0427 |
dewey-sort | 225.0427 |
dewey-tens | 020 - Library and information sciences |
discipline | Allgemeines Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01818nam a2200469 c 4500</leader><controlfield tag="001">BV024629096</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20100419 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">090924s2009 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780596153816</subfield><subfield code="9">978-0-596-15381-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)310395882</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV598828540</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-863</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-M100</subfield><subfield code="a">DE-523</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-522</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK5105.88815</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">025.0427</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 205</subfield><subfield code="0">(DE-625)143613:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Segaran, Toby</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1031960392</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming the semantic web</subfield><subfield code="b">[build flexible applications with graph data]</subfield><subfield code="c">Toby Segaran, Colin Evans, and Jamie Taylor</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Semantic web</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 280 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Ontologies (informatique)</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web sémantique</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Semantic Web</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Semantic Web</subfield><subfield code="0">(DE-588)4688372-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Semantic Web</subfield><subfield code="0">(DE-588)4688372-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Evans, Colin</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Taylor, Jamie</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018600727&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018600727</subfield></datafield></record></collection> |
id | DE-604.BV024629096 |
illustrated | Illustrated |
indexdate | 2024-08-01T10:52:41Z |
institution | BVB |
isbn | 9780596153816 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018600727 |
oclc_num | 310395882 |
open_access_boolean | |
owner | DE-83 DE-824 DE-384 DE-11 DE-Aug4 DE-863 DE-BY-FWS DE-945 DE-M100 DE-523 DE-19 DE-BY-UBM DE-522 |
owner_facet | DE-83 DE-824 DE-384 DE-11 DE-Aug4 DE-863 DE-BY-FWS DE-945 DE-M100 DE-523 DE-19 DE-BY-UBM DE-522 |
physical | XV, 280 S. graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | O'Reilly |
record_format | marc |
spellingShingle | Segaran, Toby Evans, Colin Taylor, Jamie Programming the semantic web [build flexible applications with graph data] Ontologies (informatique) ram Web sémantique ram Computer programming Semantic Web Programmierung (DE-588)4076370-5 gnd Semantic Web (DE-588)4688372-1 gnd |
subject_GND | (DE-588)4076370-5 (DE-588)4688372-1 |
title | Programming the semantic web [build flexible applications with graph data] |
title_alt | Semantic web |
title_auth | Programming the semantic web [build flexible applications with graph data] |
title_exact_search | Programming the semantic web [build flexible applications with graph data] |
title_full | Programming the semantic web [build flexible applications with graph data] Toby Segaran, Colin Evans, and Jamie Taylor |
title_fullStr | Programming the semantic web [build flexible applications with graph data] Toby Segaran, Colin Evans, and Jamie Taylor |
title_full_unstemmed | Programming the semantic web [build flexible applications with graph data] Toby Segaran, Colin Evans, and Jamie Taylor |
title_short | Programming the semantic web |
title_sort | programming the semantic web build flexible applications with graph data |
title_sub | [build flexible applications with graph data] |
topic | Ontologies (informatique) ram Web sémantique ram Computer programming Semantic Web Programmierung (DE-588)4076370-5 gnd Semantic Web (DE-588)4688372-1 gnd |
topic_facet | Ontologies (informatique) Web sémantique Computer programming Semantic Web Programmierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018600727&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT segarantoby programmingthesemanticwebbuildflexibleapplicationswithgraphdata AT evanscolin programmingthesemanticwebbuildflexibleapplicationswithgraphdata AT taylorjamie programmingthesemanticwebbuildflexibleapplicationswithgraphdata AT segarantoby semanticweb AT evanscolin semanticweb AT taylorjamie semanticweb |
Inhaltsverzeichnis
Würzburg Teilbibliothek SHL, Raum I.2.11
Signatur: |
1340 ST 252 S454 P9st |
---|---|
Exemplar 1 | nicht ausleihbar Verfügbar |