about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/phenotype.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm
index edeca24..a116ac3 100755
--- a/examples/phenotype.scm
+++ b/examples/phenotype.scm
@@ -90,7 +90,7 @@
          (string->symbol
           (format #f "gnd:~a"
                   (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)"
-                          Phenotype)))) )
+                          PublishFreeze)))) )
     (set dct:references
          (let ((pmid (field
                       ("IF(Publication.PubMed_ID IS NULL, '', CONVERT(Publication.PubMed_Id, INT))"