RDF database systems triples storage and SPARQL query processing /

RDF Database Systems is a cutting-edge guide that distills everything you need to know to effectively use or design an RDF database. This book starts with the basics of linked open data and covers the most recent research, practice, and technologies to help you leverage semantic technology. With an...

Full description

Main Author: Curé, Olivier,
Other Authors: Blin, Guillaume,, ScienceDirect (Online service)
Format: eBook
Language: English
Published: Waltham, MA : Morgan Kaufmann, 2015.
Physical Description: 1 online resource (1 volume) : illustrations.
Edition: First edition.
Subjects:
LEADER 07728cam a2200985Ii 4500
001 900086620
003 OCoLC
005 20211008091802.0
006 m o d
007 cr unu||||||||
008 150113s2015 maua ob 001 0 eng d
016 7 |a 016914144  |2 Uk 
019 |a 894277466  |a 897641308  |a 898424080  |a 961489216  |a 1066411009  |a 1088968398 
020 |a 9780128004708 
020 |a 0128004703 
020 |a 0127999574 
020 |a 9780127999579 
020 |z 9780127999579 
035 |a (OCoLC)900086620  |z (OCoLC)894277466  |z (OCoLC)897641308  |z (OCoLC)898424080  |z (OCoLC)961489216  |z (OCoLC)1066411009  |z (OCoLC)1088968398 
037 |a CL0500000526  |b Safari Books Online 
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d DEBBG  |d DEBSZ  |d EBLCP  |d MERUC  |d CEF  |d OCLCQ  |d CUY  |d LOA  |d ZCU  |d ICG  |d DKC  |d OCLCQ  |d AZK  |d AU@  |d YDXCP  |d UKMGB  |d N$T  |d UIU  |d B24X7  |d COO  |d Z5A  |d LIV  |d U3W  |d D6H  |d INT  |d WYU  |d K6U  |d COCUF  |d VT2  |d RDF  |d OCL  |d OCLCO 
049 |a COM6 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.74 
100 1 |a Curé, Olivier,  |e author. 
245 1 0 |a RDF database systems :  |b triples storage and SPARQL query processing /  |c by Olivier Curé, Guillaume Blin. 
246 3 |a Resource description framework database systems. 
246 3 0 |a Triples storage and SPARQL query processing. 
246 3 0 |a Triples storage simple protocol and RDF query language. 
250 |a First edition. 
264 1 |a Waltham, MA :  |b Morgan Kaufmann,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent. 
337 |a computer  |b c  |2 rdamedia. 
338 |a online resource  |b cr  |2 rdacarrier. 
347 |a data file. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a Cover; Title Page; Copyright Page; Contents; List of Figures and Tables; Preface; Who should read this book; Organization of the book; Guidelines for using this book; Conventions used in this book; Supplemental materials; Acknowledgments; Chapter one -- Introduction; 1.1 -- Big data; 1.2 -- Web of data and the semantic web; 1.3 -- RDF data management; 1.4 -- Dimensions for comparing RDF stores; Chapter two -- Database Management Systems; 2.1 -- Technologies prevailing in the relational domain; 2.1.1 -- Relational model; 2.1.2 -- Indexes; 2.1.3 -- Query processing; 2.1.4 -- ACID transactions and OLTP. 
505 8 |a 2.1.5 -- Row versus column stores2.1.6 -- Distributed and parallel DBMS; 2.2 -- Technologies prevailing in the NoSQL ecosystem; 2.2.1 -- Introduction; 2.2.2 -- CAP and BASE; 2.2.3 -- NoSQL systems; Key-value stores; Document stores; Column family; Graph database stores; 2.2.4 -- MapReduce; 2.3 -- Evolutions of RDBMS and NoSQL systems; 2.4 -- Summary; Chapter three -- RDF and the Semantic Web Stack; 3.1 -- Semantic web; 3.2 -- RDF; 3.2.1 -- RDF/XML; 3.2.2 -- N-triples; 3.2.3 -- N3; 3.2.4 -- Turtle; 3.2.5 -- Other serializations; 3.3 -- SPARQL; 3.4 -- SPARQL 1.1 update; 3.4.1 -- Graph update. 
505 8 |a 3.4.2 -- Graph management3.5 -- Ontology languages; 3.5.1 -- RDFS; 3.5.2 -- OWL; 3.5.3 -- OWL 2; 3.5.4 -- OWL 2 profiles; 3.5.5 -- SKOS; 3.5.6 -- RDFS+; 3.5.7 -- OWL Horst; 3.6 -- Reasoning; 3.7 -- Benchmarks; 3.8 -- Building semantic web applications; 3.9 -- Summary; Chapter four -- RDF Dictionaries: String Encoding; 4.1 -- Encoding motivation; 4.2 -- Classic encoding; 4.2.1 -- Classic string dictionary techniques; Hashing; Front coding; Grammar based; Self-indexing; 4.2.2 -- RDF dictionaries; 4.3 -- Smart encoding; 4.4 -- Allowing a full text search in literals. 
505 8 |a 4.5 -- Compressing large amounts of data4.6 Summary; Chapter five -- Storage and Indexing of RDF Data; 5.1 -- Introduction; 5.1.1 -- Native approaches; 5.1.2 -- Non-native approaches; 5.1.3 -- Native and non-native comparison; 5.1.4 -- Chapter overview; 5.2 -- Native storage approach; 5.2.1 -- RDF engines based on multiple indexes; 5.2.1.1 -- Project emerging from academia; 5.2.1.2 -- Production-ready systems; 5.2.2 -- Highly compressed storage; 5.2.2.1 -- Multiple indexes; 5.2.2.2 -- Self-index engines; 5.3 -- Non-native storage approach; 5.3.1 -- Storage systems based on RDBMS; 5.3.1.1 -- Triples table. 
505 8 |a 5.3.1.2 -- Property table5.3.1.3 -- Vertical partitioning; 5.3.1.4 -- Other approaches; 5.3.2 -- Ontology-based data access; 5.3.3 -- NoSQL; 5.3.3.1 -- Key-value store; 5.3.3.2 -- Document stores; 5.3.3.3 -- Column family; 5.3.3.4 -- Graph databases; 5.4 -- Complementary surveys; 5.5 -- Summary; Chapter six -- Query Processing; 6.1 -- Introduction; 6.2 -- Query parsing; 6.3 -- Query rewriting; 6.3.1 -- Query simplification; 6.3.2 -- Query encoding and decoding; 6.3.3 -- Query translation; 6.4 -- Optimization; 6.4.1 -- SPARQL graphs; SPARQL join graph; SPARQL variable graph; SPARQL hybrid graph. 
505 8 |a 6.4.2 -- Heuristics-based query optimization. 
520 |a RDF Database Systems is a cutting-edge guide that distills everything you need to know to effectively use or design an RDF database. This book starts with the basics of linked open data and covers the most recent research, practice, and technologies to help you leverage semantic technology. With an approach that combines technical detail with theoretical background, this book shows how to design and develop semantic web applications, data models, indexing and query processing solutions. Understand the Semantic Web, RDF, RDFS, SPARQL, and OWL within the context of relational database management. 
590 |a Elsevier  |b ScienceDirect All Books. 
650 0 |a Database management. 
650 0 |a RDF (Document markup language) 
650 0 |a Query languages (Computer science) 
650 0 |a Querying (Computer science) 
650 7 |a COMPUTERS  |x Database Management  |x General.  |2 bisacsh. 
650 7 |a Database management.  |2 fast. 
650 7 |a Query languages (Computer science)  |2 fast. 
650 7 |a Querying (Computer science)  |2 fast. 
650 7 |a RDF (Document markup language)  |2 fast. 
655 4 |a Electronic books. 
700 1 |a Blin, Guillaume,  |e author. 
710 2 |a ScienceDirect (Online service) 
776 0 8 |i Print version :  |a Curé, Olivier.  |t RDF database systems.  |b First edition.  |d Amsterdam ; Boston : Morgan Kaufmann, 2015  |z 9780127999579  |w (DLC) 2014034632  |w (OCoLC)890107252. 
907 |a .b49835877  |b multi  |c -  |d 160302  |e 230104 
998 |a (5)cue  |a cu  |b 211011  |c m  |d z   |e -  |f eng  |g mau  |h 0  |i 2 
948 |a MARCIVE Comp, in 2023.01 
948 |a MARCIVE Over, 11/2021 
948 |a MARCIVE Over, 09/2021 
948 |a MARCIVE Comp, 2019.12 
948 |a MARCIVE Q2, 2018 
948 |a MARCIVE Comp, 2018.05 
948 |a MARCIVE August, 2017 
948 |a MARCIVE extract Aug 5, 2017 
994 |a 92  |b COM 
995 |a Loaded with m2btab.ltiac in 2023.01 
995 |a Loaded with m2btab.ltiac in 2021.11 
995 |a Loaded with m2btab.elec in 2021.10 
995 |a Loaded with m2btab.elec in 2021.10 
995 |a Loaded with m2btab.ltiac in 2021.09 
995 |a Loaded with m2btab.elec in 2021.08 
995 |a Loaded with m2btab.elec in 2021.08 
995 |a Loaded with m2btab.ltiac in 2019.12 
995 |a Loaded with m2btab.ltiac in 2018.08 
995 0 0 |a OCLC offline update by CMU and loaded with m2btab.elec in 2018.06 
995 |a Loaded with m2btab.ltiac in 2018.06 
995 |a Loaded with m2btab.ltiac in 2017.09 
995 |a Loaded with m2btab.netlib2 in 2016 
989 |d cueme  |e  - -   |f  - -   |g j   |h 0  |i 0  |j 188  |k 211011  |l $0.00  |m    |n  - -   |o -  |p 0  |q 0  |t 0  |x 0  |w Elsevier  |1 .i140290436  |u http://ezproxy.coloradomesa.edu/login?url=https://www.sciencedirect.com/science/book/9780127999579  |3 Elsevier  |z Click here for access