瀏覽代碼

Fuseki config: use location 'DB' instead of '--mem--' (fixes disappearing triples after restart)

Joeri Exelmans 2 年之前
父節點
當前提交
234242750b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/oml/SystemDesignOntology2Layers/.fuseki.ttl

+ 1 - 1
examples/oml/SystemDesignOntology2Layers/.fuseki.ttl

@@ -17,7 +17,7 @@
 
 # In memory TDB with union graph.
 <#dataset> rdf:type tdb:DatasetTDB ;
-    tdb:location "--mem--" ;
+    tdb:location "DB" ;
     # Query timeout on this dataset (1s, 1000 milliseconds)
     ja:context [ ja:cxtName "arq:queryTimeout" ; ja:cxtValue "1000" ] ;
     # Make the default graph be the union of all named graphs.