NIHVIVO-1336 Updated to use dateTimeInterval instead of dateTimeValue since core:EducationalTraining has a restriction on the interval and Brian updated personHasEducationalTraining.jsp to assert as dateTimeInterval. Will confirm with Stella that this is correct.

This commit is contained in:
nac26 2011-01-06 13:57:48 +00:00
parent fef35dfc69
commit ec80cda36c

View file

@ -23,8 +23,8 @@
OPTIONAL { GRAPH ?g6 { ?edTraining core:majorField ?majorField } }
OPTIONAL { GRAPH ?g7 { ?edTraining core:departmentOrSchool ?deptOrSchool } }
OPTIONAL { GRAPH ?g8 { ?edTraining core:supplementalInformation ?info } }
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeValue ?dateTimeValue .
?dateTimeValue core:dateTime ?dateTime }
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeInterval ?dateTimeInterval .
?dateTimeInterval core:dateTime ?dateTime }
}
} ORDER BY DESC(?dateTime)
</query>