Sesame

From www.b-kaempgen.de
(Redirected from Sesame Triple Store)
Jump to: navigation, search

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