updated data files for NIHVIVO-205 ontology upgrade

This commit is contained in:
bjl23 2010-04-02 11:57:17 +00:00
parent 2b91f29c1d
commit 2f1126e2ac
7 changed files with 5800 additions and 1 deletions

View file

@ -16,6 +16,12 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
_:teachingActivity rdf:type core:TeachingActivity .
_:teachingActivity rdfs:label ?teachingFocus .
_:teachingActivity rdf:type ?flag .
?s core:hasTeachingActivity _:teachingActivity .
} WHERE {
?s core:teachingFocus ?teachingFocus
OPTIONAL {
?s rdf:type ?flag
FILTER (regex(str(?flag),"http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Flag1"))
}
}