updated data files for NIHVIVO-205 ontology upgrade
This commit is contained in:
parent
2b91f29c1d
commit
2f1126e2ac
7 changed files with 5800 additions and 1 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue