semiotproject / wot-semdesc-helper

Semi-automatic generation of semantic description for sensing devices
0 stars 1 forks source link

Extract Fuseki volume out of the Docker container #29

Closed soylent-grin closed 8 years ago

soylent-grin commented 8 years ago

Or after each deploy all created models are gone.

KMax commented 8 years ago

There is a problem with reasoning on named graphs, so we have to create one dataset for storing ontologies and mappings which supports reasoning and another dataset for storing models in named graphs, but without reasoning.

@soylent-grin Do we need reasoning for the named graphs?

The discussion in the mailing list -> http://mail-archives.apache.org/mod_mbox/jena-users/201603.mbox/%3CCA%2BRbaMAQjUHqom_9FmB5qoVSDE__FNw1oVdCF_TKtizwuV5SLg%40mail.gmail.com%3E

KMax commented 8 years ago

I did a commit with the changes. So from now:

soylent-grin commented 8 years ago

Do we need reasoning for the named graphs?

I guess not, we work with entire amount of model graphs' triples as-is.