Sesame (framework)

Sesame
Stable release
2.3.2 / May 10, 2018 (2018-05-10)
Repository Edit this at Wikidata
Written in Java
Operating system Cross-platform
Platform Java Virtual Machine
Type Semantic Web
License BSD-style license
Website http://rdf4j.org/

Sesame is an open-source framework for querying and analyzing RDF data. It was created by the Dutch software company Aduna as part of "On-To-Knowledge", a semantic web project that ran from 1999 to 2002. It contains implementations of an in-memory triplestore and an on-disk triplestore, along with two separate Servlet packages that can be used to manage and provide access to these triplestores, on a permanent server. The Sesame Rio (RDF Input/Output) package contains a simple API for Java-based RDF parsers and writers. Parsers and writers for popular RDF serialisations are distributed along with Sesame, and users can easily extend the list by putting their parsers and writers on the Java classpath when running their application.

Sesame supports two query languages: SPARQL and SeRQL. Another component of Sesame is Alibaba, an API that allows for mapping Java classes onto ontologies and for generating Java source files from ontologies. This makes it possible to use specific ontologies like RSS, FOAF and the Dublin Core directly from Java.

Sesame's RDF database API differs from comparable solutions in that it offers a stackable interface through which functionality can be added, and the storage engine (Storage and Inference Layer, SAIL) is abstracted from the query interface.[1] Many other triplestores can be used through the Sesame API, including Ontotext GraphDB (built as a Sesame SAIL), Mulgara, and AllegroGraph. Through the stackable interface, functionality can be added to all of these stores. It can, for example, be used to add indexing and query capabilities to all compatible stores:

  • Free text search capabilities can be added through the LuceneSail.[2]
  • Geospatial (GeoSPARQL) and free text search can be added through uSeekM.[3]

RDF4J

In May 2016, Sesame officially forked into an Eclipse project called RDF4J,[4] in recognition of Aduna no longer being involved in its development.[5] This official fork brings the core developers with it and is supported by several commercial companies.

See also

References

  1. "System documentation for Sesame 2, Chapter 3. The SAIL API"
  2. "LuceneSail" Archived 2011-08-14 at the Wayback Machine.
  3. ""uSeekM"". dev.opensahara.com. Archived from the original on 2014-04-15.
  4. Beaton, Wayne (4 June 2015). "Eclipse RDF4J". projects.eclipse.org.
  5. "RDF4J | projects.eclipse.org".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.