Update example default triple store from SDB to TDB
Resolves: https://jira.lyrasis.org/browse/VIVO-1741
This commit is contained in:
parent
d9571cbcce
commit
56d2ee130f
1 changed files with 9 additions and 9 deletions
|
@ -26,7 +26,7 @@
|
||||||
:hasSearchIndexer :basicSearchIndexer ;
|
:hasSearchIndexer :basicSearchIndexer ;
|
||||||
:hasImageProcessor :iioImageProcessor ;
|
:hasImageProcessor :iioImageProcessor ;
|
||||||
:hasFileStorage :ptiFileStorage ;
|
:hasFileStorage :ptiFileStorage ;
|
||||||
:hasContentTripleSource :sdbContentTripleSource ;
|
:hasContentTripleSource :tdbContentTripleSource ;
|
||||||
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
||||||
:hasTBoxReasonerModule :jfactTBoxReasonerModule .
|
:hasTBoxReasonerModule :jfactTBoxReasonerModule .
|
||||||
|
|
||||||
|
@ -89,15 +89,15 @@
|
||||||
# endpoint, or a Virtuoso endpoint, with parameters as shown.
|
# endpoint, or a Virtuoso endpoint, with parameters as shown.
|
||||||
#
|
#
|
||||||
|
|
||||||
:sdbContentTripleSource
|
#:sdbContentTripleSource
|
||||||
a vitroWebapp:triplesource.impl.sdb.ContentTripleSourceSDB ,
|
# a vitroWebapp:triplesource.impl.sdb.ContentTripleSourceSDB ,
|
||||||
vitroWebapp:modules.tripleSource.ContentTripleSource .
|
# vitroWebapp:modules.tripleSource.ContentTripleSource .
|
||||||
|
|
||||||
#:tdbContentTripleSource
|
:tdbContentTripleSource
|
||||||
# a vitroWebapp:triplesource.impl.tdb.ContentTripleSourceTDB ,
|
a vitroWebapp:triplesource.impl.tdb.ContentTripleSourceTDB ,
|
||||||
# vitroWebapp:modules.tripleSource.ContentTripleSource ;
|
vitroWebapp:modules.tripleSource.ContentTripleSource ;
|
||||||
# # May be an absolute path, or relative to the Vitro home directory.
|
# May be an absolute path, or relative to the Vitro home directory.
|
||||||
# :hasTdbDirectory "tdbContentModels" .
|
:hasTdbDirectory "tdbContentModels" .
|
||||||
|
|
||||||
#:sparqlContentTripleSource
|
#:sparqlContentTripleSource
|
||||||
# a vitroWebapp:triplesource.impl.sparql.ContentTripleSourceSPARQL ,
|
# a vitroWebapp:triplesource.impl.sparql.ContentTripleSourceSPARQL ,
|
||||||
|
|
Loading…
Add table
Reference in a new issue