From e25db8edf8615f59d0682841fde8d43367ebfa53 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 21 Aug 2023 14:31:52 +0300 Subject: Rename inbredSet -> set Signed-off-by: Munyoki Kilyungi --- examples/dump-phenotype.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/dump-phenotype.scm') 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 "" -- cgit v1.2.3