Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • After triple store selection, it will prompt for available triple storage mode as follows
    • In memory/persistent
    • In memory/no persist
    • Native store/persistent
    • Remote access

    now, to create a plain Sesame2 project (no OWLIMas a starting point, we will use sesame internal triple stores)
    1. select “in memory/persistent” or "native store/persistent"
    2. You can leave the other parameter values (1000, true, true) as they are

...

You can use a sesame2 remote connection to a sesame2 server (see related section of the sesame2 manual for how to setup a server). Remember to enable RDFS Reasoning and a Hierarchical Reasoner if you want to exploit the reasoning capabilities of VB.

Also, we recommend OWLIM SE if use of other triple stores if you have the necessity to manage large quantities of data and/or if you want to exploit its OWL reasoning capabilities.

...