NIHVIVO-3457 update rich export sparql queries for 1.4 ontology role property changes

This commit is contained in:
stellamit 2011-12-08 19:41:26 +00:00
parent 1aa4d82c5a
commit 43bed0719c
8 changed files with 22 additions and 8 deletions

View file

@ -4,6 +4,6 @@ CONSTRUCT {
?course ?property ?object .
} WHERE {
PERSON_URI core:hasTeacherRole ?teacherRole .
?teacherRole core:roleIn ?course .
?teacherRole core:roleRealizedIn ?course .
?course ?property ?object .
}