From b0ef58eaff0e5966dc1dafc6abba8e42e3db1fe2 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 20 Apr 2026 10:12:30 +0300 Subject: Add trait page link for probesets and phenotypes. Signed-off-by: Munyoki Kilyungi --- examples/phenotype.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/phenotype.scm') diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 57fd2c5..70deed7 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -86,6 +86,11 @@ (set owl:equivalentClass (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" PublishFreeze))) + (set gnt:has_trait_page + (string->symbol + (format #f "" + (field PublishXRef Id) + (field PublishFreeze Name)))) (set dcat:distribution (string->symbol (format #f "gnd:~a.json" -- cgit 1.4.1