Sesame
From www.b-kaempgen.de
Revision as of 13:24, 4 January 2023 by Benedikt Kämpgen (Talk | contribs)
- Sesame Triple Store is used in some Linked Data Engines of olap4ld for storing and querying Linked Data
- Links
- http://openrdf.org/
- Download: http://sourceforge.net/projects/sesame/files/Sesame%202/
- API: http://openrdf.callimachus.net/sesame/2.7/apidocs/index.html
- User documentation: http://openrdf.callimachus.net/sesame/2.7/docs/users.docbook?view#chapter-rio1
- Full docu: http://openrdf.callimachus.net/documentation.docbook?view
Using Sesame in Eclipse
- Sesame in Eclipse: setting facet in Navigator Settings facet...
How to change OV SPARQL Queries to Sesame Queries
- BIND to graph patterns
- watch out: empty space at end of each line
- Different in Sesame
- Andere FROM !
- (sum(?...) as ?...)
- BIND('"+CATALOG_NAME+"' as ?CATALOG_NAME). instead of "..."
- AND = &&, OR = ||
- Watch out: Sesame is much more picky about leaving out empty spaces