浏览代码

Use DB2 in Fuseki config

Joeri Exelmans 2 年之前
父节点
当前提交
9ce5dc9037
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/oml/SystemDesignOntology2Layers/.fuseki.ttl

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

@@ -22,7 +22,7 @@
 
 # In memory TDB with union graph.
 <#dataset> rdf:type tdb:DatasetTDB ;
-    tdb:location "DB" ;
+    tdb:location "DB2" ;
     # 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.