Sesame: Difference between revisions

From Semantic Web Standards
Ivan (talk | contribs)
No edit summary
Gdevries (talk | contribs)
No edit summary
Line 17: Line 17:
}}
}}


''[http://sourceforge.net/projects/sesame/ Sesame]'' is an open source [[RDF]] database with support for [[RDFS]] inferencing and querying. It offers a large scale of tools to developers to leverage the power of RDF and RDF Schema. It is a Java framework, there is also a [http://pysesame.projects.semwebcentral.org/ python wrapper]. It offers optional support for OWL reasoning with the [[OWLIM]] plugin.
''[http://sourceforge.net/projects/sesame/ Sesame]'' is an open source [[RDF]] database with support for [[RDFS]] inferencing and querying. It offers a large scale of tools to developers to leverage the power of RDF and RDF Schema. It is a Java framework, there is also a [http://pysesame.projects.semwebcentral.org/ python wrapper].
 
In addition to offering ready to use native and database-backed quadstores, it also offers an extensible API to build other stores upon. There are many third-party stores that can be used through the Sesame Sail API. Examples are [[4store]], [[Bigdata]], and [[OWLIM]] (which offers optional support for OWL reasoning).
 
The Sesame SAIL API can also be used to extend the functionality of such stores. Geospatial and free-text indexing and search can be added to Sesame compatible quadstores with the [[OpenSaharaSesame]] library.

Revision as of 13:44, 14 March 2011

Sesame

Name of the tool: Sesame
Home page: http://www.openrdf.org/
Date of latest release:
Programming language(s) that can be used with the tool: Java, Python, PHP
Relevant semantic web technologies: RDF, RDFS, SPARQL
Categories: Triple Store, Programming Environment, Reasoner, RDFS Reasoner
See also: http://semanticweb.org/wiki/Sesame
Public mailing list: http://www.openrdf.org/community.jsp
Preferred project URI:
DOAP reference:
Company or institution: Aduna

(Tool description last modified on 2011-03-14.)

Description

Sesame is an open source RDF database with support for RDFS inferencing and querying. It offers a large scale of tools to developers to leverage the power of RDF and RDF Schema. It is a Java framework, there is also a python wrapper.

In addition to offering ready to use native and database-backed quadstores, it also offers an extensible API to build other stores upon. There are many third-party stores that can be used through the Sesame Sail API. Examples are 4store, Bigdata, and OWLIM (which offers optional support for OWL reasoning).

The Sesame SAIL API can also be used to extend the functionality of such stores. Geospatial and free-text indexing and search can be added to Sesame compatible quadstores with the OpenSaharaSesame library.