sparql and n3 files for NIHVIVO-205

This commit is contained in:
bjl23 2010-03-30 20:53:58 +00:00
parent bbc11c3943
commit 27e0730958
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,9 @@
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
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" .
}

View file

@ -0,0 +1,9 @@
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<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" ;
] .