NIHVIVO-3860 update past and current migration metadata to not use blank nodes and to be stored in the application metadata graph

This commit is contained in:
stellamit 2012-06-30 19:42:47 +00:00
parent 14ab5d559d
commit 05932aea36
4 changed files with 52 additions and 11 deletions

View file

@ -1,9 +1,10 @@
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
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.5" .
}
graph <http://vitro.mannlib.cornell.edu/default/vitro-kb-applicationMetadata> {
?u vitro:updatedOntology <http://vivoweb.org/ontology/core> .
?u vitro:toOntologyVersion "1.5" .
}
}