| 26 | | !ObservationElement ON (Biobank.id = !ObservationElement.id) LEFT JOIN Investigation AS xref_Investigation ON xref_Investigation.id = !ObservationElement.Investigation LEFT JOIN !OntologyTerm AS xref_ontologyReference ON xref_ontologyReference.id = !ObservationElement.ontologyReference LEFT JOIN !OntologyTerm AS xref_Species ON xref_Species.id = Panel.Species LEFT JOIN !OntologyTerm AS xref_PanelType ON xref_PanelType.id = Panel.!PanelType LEFT JOIN !OntologyTerm AS xref_Category ON xref_Category.id = Biobank.Category WHERE !ObservationElement.!__Type = 'Biobank' |
| | 26 | '''!ObservationElement''' ON (Biobank.id = !ObservationElement.id) LEFT JOIN |
| | 27 | |
| | 28 | '''Investigation''' AS xref_Investigation ON xref_Investigation.id = !ObservationElement.Investigation LEFT JOIN |
| | 29 | |
| | 30 | '''!OntologyTerm''' AS xref_ontologyReference ON xref_ontologyReference.id = !ObservationElement.ontologyReference LEFT JOIN |
| | 31 | |
| | 32 | '''!OntologyTerm''' AS xref_Species ON xref_Species.id = Panel.Species LEFT JOIN |
| | 33 | |
| | 34 | '''!OntologyTerm''' AS xref_PanelType ON xref_PanelType.id = Panel.!PanelType LEFT JOIN |
| | 35 | |
| | 36 | '''!OntologyTerm''' AS xref_Category ON xref_Category.id = Biobank.Category WHERE !ObservationElement.!__Type = 'Biobank' |