about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/probeset.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm
index e01fe84..646c3df 100755
--- a/examples/probeset.scm
+++ b/examples/probeset.scm
@@ -13,7 +13,8 @@
 
 (define-transformer probeset
   (tables (ProbeSet
-           (left-join GeneChip "ON GeneChip.Id = ProbeSet.ChipId")))
+           (left-join GeneChip "ON GeneChip.Id = ProbeSet.ChipId")
+           (left-join Species "ON GeneChip.SpeciesId = Species.Id")))
   (schema-triples
    (gnt:hasChip a owl:ObjectProperty)
    (gnt:hasChip rdfs:domain gnc:Probeset)