DefiningImageAccess/Tool/Sesame
From ImageWeb
| DefiningImageAccess/Tool/Sesame | |
|---|---|
| Link:=http://openrdf.org}} | |
| Status:=Active}} | |
| JISCTool:=False}} | |
| Focus:=RDF API}} | |
| [[Publishes::{{{Publishes}}}]]}} | |
| [[Uses::{{{Uses}}}]]}} | |
| [[RelatedTo::{{{RelatedTo}}}]]}} | |
| [[Partner::{{{Partner}}}]]}} | |
| [[Contact::{{{Contact}}}]]}} | |
Features
- support for Java 5.0
- revised repository API that is much more targeted at using Sesame as a library
- support context/provenance, which keeps information about the source where some RDF statements were created, such a person’s URI or a file or a repository’s URI
- proper transaction/rollback support
- a REST-ful HTTP protocol that includes supports for the SPARQL protocol
- support for SPARQL language
- a web-based user interface for sesame server
- in-house RDFS inference support
Not available
- customized reasoning
- RDBMS backend is not available.
Repository configurations
By default configuration, Sesame comes with a simple in-memory repository. A few more configurations are possible:
- configure how the data in the in-memory store to be persisted
- configure the synchronisation delay of the persistence
- enable the RDF schema entailment
- configure a store as a native store, which keeps the data in the disk rather than in memory
- create index for the native repository

