NIHVIVO-1973 - Dates not showing up with Educational Training in migrated data
This commit is contained in:
parent
541ee8b4d2
commit
91c22de27e
2 changed files with 34 additions and 0 deletions
|
@ -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))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue