updated success assertion and query for 1.0 to 1.1 transition

This commit is contained in:
sjm222 2010-07-10 16:07:03 +00:00
parent 9d86fa4af8
commit 5418d3016c
2 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@ ASK {
<http://vitro.mannlib.cornell.edu/default/vitro-kb-2> vitro:updatedToOntology ?u .
?u a owl:Thing .
?u vitro:updatedOntology <http://vivoweb.org/ontology/core> .
?u vitro:toOntologyVersion "1.0" .
?u vitro:toOntologyVersion "1.1" .
}

View file

@ -4,6 +4,6 @@
<http://vitro.mannlib.cornell.edu/default/vitro-kb-2> vitro:updatedToOntology [
a owl:Thing ;
vitro:updatedOntology <http://vivoweb.org/ontology/core> ;
vitro:fromOntologyVersion "0.9" ;
vitro:toOntologyVersion "1.0" ;
vitro:fromOntologyVersion "1.0" ;
vitro:toOntologyVersion "1.1" ;
] .