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:
parent
fef35dfc69
commit
ec80cda36c
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
OPTIONAL { GRAPH ?g6 { ?edTraining core:majorField ?majorField } }
|
OPTIONAL { GRAPH ?g6 { ?edTraining core:majorField ?majorField } }
|
||||||
OPTIONAL { GRAPH ?g7 { ?edTraining core:departmentOrSchool ?deptOrSchool } }
|
OPTIONAL { GRAPH ?g7 { ?edTraining core:departmentOrSchool ?deptOrSchool } }
|
||||||
OPTIONAL { GRAPH ?g8 { ?edTraining core:supplementalInformation ?info } }
|
OPTIONAL { GRAPH ?g8 { ?edTraining core:supplementalInformation ?info } }
|
||||||
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeValue ?dateTimeValue .
|
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeInterval ?dateTimeInterval .
|
||||||
?dateTimeValue core:dateTime ?dateTime }
|
?dateTimeInterval core:dateTime ?dateTime }
|
||||||
}
|
}
|
||||||
} ORDER BY DESC(?dateTime)
|
} ORDER BY DESC(?dateTime)
|
||||||
</query>
|
</query>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue