NIHVIVO-1336 Corrected datetime query terms

This commit is contained in:
rjy7 2010-12-20 22:09:32 +00:00
parent bd59098001
commit 7341db981b

View file

@ -15,8 +15,7 @@
OPTIONAL { ?edTraining core:majorField ?majorField . } OPTIONAL { ?edTraining core:majorField ?majorField . }
OPTIONAL { ?edTraining core:departmentOrSchool ?deptOrSchool . } OPTIONAL { ?edTraining core:departmentOrSchool ?deptOrSchool . }
OPTIONAL { ?edTraining core:supplementalInformation ?info . } OPTIONAL { ?edTraining core:supplementalInformation ?info . }
OPTIONAL { ?edTraining core:dateTimeInterval ?interval . OPTIONAL { ?edTraining core:hasDateTimeValue ?dateTimeValue .
?interval core:start ?dateTimeValue .
?dateTimeValue core:dateTime ?dateTime . } ?dateTimeValue core:dateTime ?dateTime . }
} ORDER BY DESC(?dateTime) } ORDER BY DESC(?dateTime)
</query> </query>