aboutsummaryrefslogtreecommitdiff
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 35f96b3..f5a8c3c 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -41,7 +41,7 @@
(set dct:created (annotate-field
(field PublishFreeze CreateTime)
'^^xsd:date))
- (set gnt:belongsToInbredSet
+ (set gnt:belongsToSet
(string->identifier
"inbredSet" (field InbredSet Name)
#:separator ""
@@ -82,7 +82,7 @@
(field ("CONCAT(IFNULL(InbredSet.Name, PublishXRef.InbredSetId), '_', PublishXRef.Id)"
Phenotype)))
(set rdf:type 'gnc:phenotype)
- (set gnt:belongsToInbredSet
+ (set gnt:belongsToSet
(string->identifier
"inbredSet" (field InbredSet Name)
#:separator ""