about summary refs log tree commit diff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-phenotype.scm')
-rwxr-xr-xexamples/dump-phenotype.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index 203b2f3..bd9c76f 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -43,7 +43,7 @@
                       '^^xsd:date))
     (set gnt:belongsToInbredSet
          (string->identifier
-            "" (field InbredSet Name)
+            "inbredSet" (field InbredSet Name)
             #:separator ""
             #:proc string-capitalize-first))))
 
@@ -145,4 +145,4 @@
    dump-phenotypes))
  (outputs
   '(#:documentation "./docs/dump-phenotype.md"
-    #:rdf "./verified-data/dump-phenotype.ttl")))
+    #:rdf "/export/data/genenetwork-virtuoso/dump-phenotype.ttl")))