From dcfe92323fa82c30a199e8d9640668800a93f47b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Sat, 19 Aug 2023 16:10:02 +0300 Subject: Rename inbredSet identifier Signed-off-by: Munyoki Kilyungi --- examples/dump-phenotype.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/dump-phenotype.scm') diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index 8d04a80..203b2f3 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -79,6 +79,13 @@ (field ("CONCAT(IFNULL(InbredSet.Name, PublishXRef.InbredSetId), '_', PublishXRef.Id)" Phenotype))) (set rdf:type 'gnc:phenotype) + (set gnt:belongsToInbredSet + (string->identifier + "inbredSet" (field InbredSet Name) + #:separator "" + #:proc string-capitalize-first)) + (set gnt:traitName + (field PublishXRef Id)) (set rdfs:label (field ("CONCAT(IFNULL(InbredSet.Name, PublishXRef.InbredSetId), '_', PublishXRef.Id)" Phenotype))) -- cgit v1.2.3