update to query determining whether db has been migrated

This commit is contained in:
stellamit 2012-07-01 16:19:59 +00:00
parent 4333e376f4
commit 6d522888aa

View file

@ -4,6 +4,7 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
ASK {
graph <http://vitro.mannlib.cornell.edu/default/vitro-kb-applicationMetadata> {
<http://vitro.mannlib.cornell.edu/default/vitro-kb-2> vitro:updatedToOntology ?u .
?u vitro:updatedOntology <http://vivoweb.org/ontology/core> .
?u vitro:toOntologyVersion "1.5" .
}