Versions Compared

Key

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

...

Specificaly for OWLIM-SE, we exploit its indexing functionalities, so in the "advanced search" page, there is a button for indexing the content by using OWLIM indexing engine. From that moment on, the repository is configured for indexing, and any further search made on it will (automatically) use a different query, exploiting the indexed data.

Vocabulary/Data Questions

1.    VocBench labels everything that is deleted as deprecated. Then there should never be a triple removal from the RDF store right?

As everything is deprecated, no triple which was repviously previously assessed is removed following a delete action.

However, for triples which still need to be assessed and which are not approved - cases like rejection of new concept or term add action - the newly added triples (such as the new concept/term) are removed.

2.    why that pattern for reifying skos:definitions? is it standard?

In order to keep change tracking and the possibility to edit various kind of editorial notes not only for concepts, but also for their main characteristics, we decided to embrace anything in the RDF family of standards which allowed for reified characteristics. Reified labels have been introduced by SKOS-XL, while reified definition are already allowed by SKOS as a possibility: see second item in: http://www.w3.org/TR/2009/NOTE-skos-primer-20090818/#secadvanceddocumentation

3.    I need to load a dataset which I already developed, but labels and definitions are not reified, should I edit everything manually or is there some automatic converter? 

Currenty (VB2.2.1 at the time of writing) it is possible to "lift them" to with some external, very easy to use, command line tools available here: http://art.uniroma2.it/owlart/documentation/utilities.jsf which are based on the same OWLART library we developed and adopted in VB.

In particular, in 

http://art.uniroma2.it/owlart/documentation/utilities.jsf#skos_utilities


4.    I'm fine (or I like (smile) ) with the skosxl labels and reified skos:definitions, but I still would like to export my vocabulary with plain literals, is that possibile?

Configuration Issues

1.    If the email configuration for a new user does not work, how to set it up through the DB?

...