[VIVO-1081] Fix to organization for training query
This commit is contained in:
parent
1781b974d1
commit
9c5b8f5c29
1 changed files with 3 additions and 2 deletions
|
@ -125,9 +125,10 @@
|
||||||
?subject ?property ?edTraining .
|
?subject ?property ?edTraining .
|
||||||
?edTraining a core:EducationalProcess .
|
?edTraining a core:EducationalProcess .
|
||||||
?edTraining core:majorField ?majorField .
|
?edTraining core:majorField ?majorField .
|
||||||
|
}
|
||||||
UNION {
|
UNION {
|
||||||
?subject ?property ?edTraining .
|
?subject ?property ?edTraining .
|
||||||
?edTraining a core:EducationalProcess
|
?edTraining a core:EducationalProcess .
|
||||||
?edTraining core:supplementalInformation ?info .
|
?edTraining core:supplementalInformation ?info .
|
||||||
}
|
}
|
||||||
UNION {
|
UNION {
|
||||||
|
|
Loading…
Add table
Reference in a new issue