Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Curé, Olivier (Autor), Blin, Guillaume (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Waltham, MA : Morgan Kaufmann, 2015.
Edición:First edition.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn900086620
003 OCoLC
005 20240329122006.0
006 m o d
007 cr unu||||||||
008 150113s2015 maua ob 001 0 eng d
010 |a  2014034632 
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  |d UAB  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
015 |a GBB4C0744  |2 bnb 
016 7 |a 016914144  |2 Uk 
019 |a 894277466  |a 897641308  |a 898424080  |a 961489216  |a 1066411009  |a 1088968398  |a 1153032405  |a 1265439017 
020 |a 9780128004708 
020 |a 0128004703 
020 |a 0127999574 
020 |a 9780127999579 
020 |z 9780127999579 
029 1 |a CHNEW  |b 000889431 
029 1 |a CHNEW  |b 001012650 
029 1 |a DEBBG  |b BV042490613 
029 1 |a DEBBG  |b BV043613887 
029 1 |a DEBSZ  |b 434137723 
029 1 |a DEBSZ  |b 43483792X 
029 1 |a DEBSZ  |b 446068616 
029 1 |a GBVCP  |b 882843702 
029 1 |a NZ1  |b 16241409 
035 |a (OCoLC)900086620  |z (OCoLC)894277466  |z (OCoLC)897641308  |z (OCoLC)898424080  |z (OCoLC)961489216  |z (OCoLC)1066411009  |z (OCoLC)1088968398  |z (OCoLC)1153032405  |z (OCoLC)1265439017 
037 |a CL0500000526  |b Safari Books Online 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.74 
049 |a UAMI 
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 ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
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 6 |a Bases de données  |x Gestion. 
650 6 |a RDF (Langage de balisage) 
650 6 |a Langages d'interrogation. 
650 6 |a Bases de données  |x Interrogation. 
650 7 |a online searching.  |2 aat 
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 
700 1 |a Blin, Guillaume,  |e author. 
758 |i has work:  |a RDF database systems (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCH68XqMPcWKDmXt9wMMmJP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
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 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1873128  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780127999579/?ar  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00077757 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1873128 
938 |a EBSCOhost  |b EBSC  |n 916370 
938 |a YBP Library Services  |b YANK  |n 12182130 
994 |a 92  |b IZTAP