fix for NIHVIVO-2043 can't start in SDB mode with empty DB

This commit is contained in:
sjm222 2011-02-05 14:24:57 +00:00
parent 532fa60733
commit 237dbac197
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
PREFIX core: <http://vivoweb.org/ontology/core#>
ASK {
core:atTime ?p ?o .
}

View file

@ -0,0 +1,5 @@
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
ASK {
<http://vitro.mannlib.cornell.edu/default/vitro-kb-2> vitro:updatedToOntology ?u .
}