Skip to content

Commit

Permalink
Update example default triple store from SDB to TDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 24, 2020
1 parent d9571cb commit 56d2ee1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions home/src/main/resources/config/example.applicationSetup.n3
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:hasSearchIndexer :basicSearchIndexer ;
:hasImageProcessor :iioImageProcessor ;
:hasFileStorage :ptiFileStorage ;
:hasContentTripleSource :sdbContentTripleSource ;
:hasContentTripleSource :tdbContentTripleSource ;
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
:hasTBoxReasonerModule :jfactTBoxReasonerModule .

Expand Down Expand Up @@ -89,15 +89,15 @@
# endpoint, or a Virtuoso endpoint, with parameters as shown.
#

:sdbContentTripleSource
a vitroWebapp:triplesource.impl.sdb.ContentTripleSourceSDB ,
vitroWebapp:modules.tripleSource.ContentTripleSource .
#:sdbContentTripleSource
# a vitroWebapp:triplesource.impl.sdb.ContentTripleSourceSDB ,
# vitroWebapp:modules.tripleSource.ContentTripleSource .

#:tdbContentTripleSource
# a vitroWebapp:triplesource.impl.tdb.ContentTripleSourceTDB ,
# vitroWebapp:modules.tripleSource.ContentTripleSource ;
# # May be an absolute path, or relative to the Vitro home directory.
# :hasTdbDirectory "tdbContentModels" .
:tdbContentTripleSource
a vitroWebapp:triplesource.impl.tdb.ContentTripleSourceTDB ,
vitroWebapp:modules.tripleSource.ContentTripleSource ;
# May be an absolute path, or relative to the Vitro home directory.
:hasTdbDirectory "tdbContentModels" .

#:sparqlContentTripleSource
# a vitroWebapp:triplesource.impl.sparql.ContentTripleSourceSPARQL ,
Expand Down

0 comments on commit 56d2ee1

Please sign in to comment.