updated success assertion and query for 1.0 to 1.1 transition
This commit is contained in:
parent
9d86fa4af8
commit
5418d3016c
2 changed files with 3 additions and 3 deletions
|
@ -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" .
|
||||
}
|
||||
|
|
|
@ -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" ;
|
||||
] .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue