Triplestore

From Wikipedia, the free encyclopedia
(Redirected from RDF Database)

Template:Short description A triplestore or RDF store is a purpose-built database for the storage and retrieval of triples[1] through semantic queries. A triple is a data entity composed of subjectpredicateobject, like "Bob is 35" (i.e., Bob's age measured in years is 35) or "Bob knows Fred".

Much like a relational database, information in a triplestore is stored and retrieved via a query language. SPARQL is the W3C-standardized query language for querying RDF data, and is implemented by most actively maintained RDF triplestores. Unlike a relational database, a triplestore is optimized for the storage and retrieval of triples. In addition to queries, triples can usually be imported and exported using the Resource Description Framework (RDF) and other formats.

Implementations

Some triplestores have been built as database engines from scratch, while others have been built on top of existing commercial relational database engines (such as SQL-based)[2] or NoSQL document-oriented database engines.[3] Like the early development of online analytical processing (OLAP) databases, this intermediate approach allowed large and powerful database engines to be constructed for little programming effort in the initial phases of triplestore development. A difficulty with implementing triplestores over SQL is that although "triples" may thus be "stored", implementing efficient querying of a graph-based RDF model (such as mapping from SPARQL) onto SQL queries is difficult.[4]

Adding a name to the triple makes a "quad store" or named graph.

A graph database has a more generalized structure than a triplestore, using graph structures with nodes, edges, and properties to represent and store data. Graph databases and triplestores differ in their data models, query languages and typical use cases. Triplestores are specialized for storing and querying RDF data.

See also

References

Page Template:Reflist/styles.css has no content.

  1. ^ TripleStore, Jack Rusher, Simple Knowledge Organization System § SWAD-Europe (2002–2004), Workshop on Semantic Web Storage and Retrieval – Position Papers.
  2. ^ Page Template:Citation/styles.css has no content.GB 2384875, Dingley, Andrew Peter, "Storage and management of semi-structured data", published Script error: No such module "auto date formatter"., assigned to Hewlett-Packard Co. , now expired; use of SQL relational databases as an RDF triple store.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Cagle, Kurt. "Semantics + Search : MarkLogic 7 Gets RDF". Archived from the original on 8 August 2015. Retrieved 7 August 2015.
  4. ^ Page Module:Citation/CS1/styles.css has no content.Broekstra, Jeen (19 September 2007). "The importance of SPARQL can not be overestimated". Archived from the original on 19 December 2014. Retrieved 25 April 2014.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Template:DMCA