From e2f80ce33b2481ba8701c5c134a2b3fc1086c29a Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Sat, 7 Feb 2026 18:18:14 +0300 Subject: Set phenotype name to datasetname+PublishXRef.Id. Signed-off-by: Munyoki Kilyungi --- examples/phenotype.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/phenotype.scm b/examples/phenotype.scm index a116ac3..37bbd59 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -84,8 +84,8 @@ (set rdf:type 'gnc:phenotype_trait) (set gnt:has_strain (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")) (set owl:equivalentClass - (field ("CONCAT(IFNULL(InbredSet.InbredSetCode, PublishXRef.InbredSetId), '_', PublishXRef.Id)" - Phenotype))) + (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" + PublishFreeze))) (set dcat:distribution (string->symbol (format #f "gnd:~a" -- cgit 1.4.1