NIHVIVO-1973 - Dates not showing up with Educational Training in migrated data

This commit is contained in:
sjm222 2011-02-05 21:27:39 +00:00
parent 541ee8b4d2
commit 91c22de27e
2 changed files with 34 additions and 0 deletions

View file

@ -20,4 +20,11 @@ Construct {
?thing core:dateTimeValue _:dtv .
} where {
?thing core:year ?theDate .
Optional {
?thing a ?type .
?thing a core:EducationalTraining
}
FILTER (!bound(?type))
}