Learning SPARQL: querying and updating with SPARQL 1.1
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing ; Köln [u.a.]
O'Reilly
2011
|
Ausgabe: | 1. ed., 2. release |
Schlagworte: | |
Online-Zugang: | Cover Inhaltsverzeichnis |
Beschreibung: | XIII, 235 S. Ill. 24 cm |
ISBN: | 1449306594 9781449306595 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040736526 | ||
003 | DE-604 | ||
005 | 20130625 | ||
007 | t | ||
008 | 130207s2011 a||| |||| 00||| eng d | ||
016 | 7 | |a 672169061 |2 DE-101 | |
020 | |a 1449306594 |9 1-449-30659-4 | ||
020 | |a 9781449306595 |9 978-1-449-30659-5 | ||
024 | 3 | |a 9781449306595 | |
035 | |a (OCoLC)775825503 | ||
035 | |a (DE-599)GBV672169061 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-706 |a DE-739 | ||
084 | |a ST 205 |0 (DE-625)143613: |2 rvk | ||
100 | 1 | |a DuCharme, Bob |e Verfasser |0 (DE-588)1017622256 |4 aut | |
245 | 1 | 0 | |a Learning SPARQL |b querying and updating with SPARQL 1.1 |c Bob DuCharme |
250 | |a 1. ed., 2. release | ||
264 | 1 | |a Beijing ; Köln [u.a.] |b O'Reilly |c 2011 | |
300 | |a XIII, 235 S. |b Ill. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Semantic Web |0 (DE-588)4688372-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a SPARQL |0 (DE-588)7693644-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a SPARQL |0 (DE-588)7693644-2 |D s |
689 | 0 | 1 | |a Semantic Web |0 (DE-588)4688372-1 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m V:DE-576;X:oreilly |q image/jpeg |u http://swbplus.bsz-bw.de/bsz357146115cov.htm |3 Cover |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025716544&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-025716544 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804150055202979840 |
---|---|
adam_text | Table of
Contents
Preface
.....................................................................
ix
1.
Jumping Right In: Some Data and Some Queries
............................. 1
The Data to Query
2
Querying the Data
3
More Realistic Data and Matching on Multiple Triples
7
Searching for Strings
12
What Could Go Wrong?
13
Querying a Public Data Source
13
Summary
17
2.
The Semantic Web, RDF, and Linked Data (and SPARQL)
......................19
What Exactly Is the Semantic Web ?
19
URLs, URIs, IRIs, and Namespaces
21
The Resource Description Format (RDF)
24
Storing RDF in Files
24
Storing RDF in Databases
29
Data Typing
30
Making RDF More Readable with Language Tags and Labels
31
Blank Nodes and Why They re Useful
33
Named Graphs
35
Reusing and Creating Vocabularies: RDF Schema and OWL
35
Linked Data
41
SPARQL s Past, Present, and Future
42
The SPARQL Specifications
43
Summary
44
3.
SPARQL Queries: A Deeper Dive
...........................................45
More Readable Query Results
46
Using the Labels Provided by DBpedia
48
Getting Labels from
Schemas
and Ontologies
51
Data That Might Not Be There
53
Finding Data That Doesn t Meet Certain Conditions
57
Searching Further in the Data
59
Searching with Blank Nodes
66
Eliminating Redundant Output
67
Combining Different Search Conditions
70
FILTERing Data Based on Conditions
73
Retrieving a Specific Number of Results
76
Querying Named Graphs
78
Queries in Your Queries
85
Combining Values and Assigning Values to Variables
86
Sorting, Aggregating, Finding the Biggest and Smallest and...
88
Sorting Data
89
Finding the Smallest, the Biggest, the Count, the Average...
91
Grouping Data and Finding Aggregate Values within Groups
93
Querying a Remote SPARQL Service
95
Federated Queries: Searching Multiple
Datasets
with One Query
98
Summary
100
4.
Copying, Creating, and Converting Data (and Finding Bad Data)
..............103
Query Forms: SELECT, DESCRIBE, ASK, and CONSTRUCT
104
Copying Data
105
Creating New Data
109
Converting Data
114
Finding Bad Data
117
Defining Rules with SPARQL
118
Generating Data About Broken Rules
121
Using Existing SPARQL Rules Vocabularies
. 125
Asking for a Description of a Resource
127
Summary
128
5.
Datatypes and Functions
...............................................129
Datatypes and Queries
129
Representing Strings
134
Comparing Values and Doing Arithmetic
136
Functions
139
Program Logic Functions
140
Node Type and Datatype Checking Functions
144
Node Type Conversion Functions
146
Datatype Conversion
151
Checking, Adding, and Removing Spoken Language Tags
157
String Functions
164
Numeric Functions
168
Date and Time Functions
170
Hash Functions
172
Extension Functions
175
Summary
176
6.
Updating Data with SPARQL
............................................ 177
Getting Started with Fuseki
178
Adding Data to
a
Dataset
180
Deleting Data
186
Changing Existing Data
188
Named Graphs
193
Dropping Graphs
196
Named Graph Syntax Shortcuts: WITH and USING
198
Deleting and Replacing Triples in Named Graphs
200
Summary
205
7.
Building Applications with SPARQL: A Brief Tour
........................... 207
SPARQL and Web Application Development
208
SPARQL Query Results XML Format
217
SPARQL Processors
221
Standalone Processors
221
Triplestore SPARQL Support
221
Middleware SPARQL Support
222
Public
Endpoints,
Private
Endpoints 224
Summary
224
Glossary
................................................................... 225
Index
..................................................................... 231
|
any_adam_object | 1 |
author | DuCharme, Bob |
author_GND | (DE-588)1017622256 |
author_facet | DuCharme, Bob |
author_role | aut |
author_sort | DuCharme, Bob |
author_variant | b d bd |
building | Verbundindex |
bvnumber | BV040736526 |
classification_rvk | ST 205 |
ctrlnum | (OCoLC)775825503 (DE-599)GBV672169061 |
discipline | Informatik |
edition | 1. ed., 2. release |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01623nam a2200409 c 4500</leader><controlfield tag="001">BV040736526</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130625 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130207s2011 a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">672169061</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1449306594</subfield><subfield code="9">1-449-30659-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449306595</subfield><subfield code="9">978-1-449-30659-5</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781449306595</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)775825503</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV672169061</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-706</subfield><subfield code="a">DE-739</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="100" ind1="1" ind2=" "><subfield code="a">DuCharme, Bob</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1017622256</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning SPARQL</subfield><subfield code="b">querying and updating with SPARQL 1.1</subfield><subfield code="c">Bob DuCharme</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed., 2. release</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing ; Köln [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 235 S.</subfield><subfield code="b">Ill.</subfield><subfield code="c">24 cm</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="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="650" ind1="0" ind2="7"><subfield code="a">SPARQL</subfield><subfield code="0">(DE-588)7693644-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">SPARQL</subfield><subfield code="0">(DE-588)7693644-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">V:DE-576;X:oreilly</subfield><subfield code="q">image/jpeg</subfield><subfield code="u">http://swbplus.bsz-bw.de/bsz357146115cov.htm</subfield><subfield code="3">Cover</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</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=025716544&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-025716544</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV040736526 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:32:50Z |
institution | BVB |
isbn | 1449306594 9781449306595 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025716544 |
oclc_num | 775825503 |
open_access_boolean | |
owner | DE-706 DE-739 |
owner_facet | DE-706 DE-739 |
physical | XIII, 235 S. Ill. 24 cm |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | O'Reilly |
record_format | marc |
spelling | DuCharme, Bob Verfasser (DE-588)1017622256 aut Learning SPARQL querying and updating with SPARQL 1.1 Bob DuCharme 1. ed., 2. release Beijing ; Köln [u.a.] O'Reilly 2011 XIII, 235 S. Ill. 24 cm txt rdacontent n rdamedia nc rdacarrier Semantic Web (DE-588)4688372-1 gnd rswk-swf SPARQL (DE-588)7693644-2 gnd rswk-swf SPARQL (DE-588)7693644-2 s Semantic Web (DE-588)4688372-1 s 1\p DE-604 V:DE-576;X:oreilly image/jpeg http://swbplus.bsz-bw.de/bsz357146115cov.htm Cover Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025716544&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | DuCharme, Bob Learning SPARQL querying and updating with SPARQL 1.1 Semantic Web (DE-588)4688372-1 gnd SPARQL (DE-588)7693644-2 gnd |
subject_GND | (DE-588)4688372-1 (DE-588)7693644-2 |
title | Learning SPARQL querying and updating with SPARQL 1.1 |
title_auth | Learning SPARQL querying and updating with SPARQL 1.1 |
title_exact_search | Learning SPARQL querying and updating with SPARQL 1.1 |
title_full | Learning SPARQL querying and updating with SPARQL 1.1 Bob DuCharme |
title_fullStr | Learning SPARQL querying and updating with SPARQL 1.1 Bob DuCharme |
title_full_unstemmed | Learning SPARQL querying and updating with SPARQL 1.1 Bob DuCharme |
title_short | Learning SPARQL |
title_sort | learning sparql querying and updating with sparql 1 1 |
title_sub | querying and updating with SPARQL 1.1 |
topic | Semantic Web (DE-588)4688372-1 gnd SPARQL (DE-588)7693644-2 gnd |
topic_facet | Semantic Web SPARQL |
url | http://swbplus.bsz-bw.de/bsz357146115cov.htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025716544&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT ducharmebob learningsparqlqueryingandupdatingwithsparql11 |