From 4b22b033851a91c644ea8a919ab02aca229a9818 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 4 Feb 2026 14:15:01 +0300 Subject: Add link to lmdb data. Signed-off-by: Munyoki Kilyungi --- examples/phenotype.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'examples/phenotype.scm') diff --git a/examples/phenotype.scm b/examples/phenotype.scm index c8d0548..72d3ed3 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -129,6 +129,11 @@ (set owl:equivalentClass (field ("CONCAT(IFNULL(InbredSet.InbredSetCode, PublishXRef.InbredSetId), '_', PublishXRef.Id)" Phenotype))) + (set dcat:distribution + (string->symbol + (format #f "gnd:~a" + (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" + Phenotype)))) ) (set dct:references (let ((pmid (field ("IF(Publication.PubMed_ID IS NULL, '', CONVERT(Publication.PubMed_Id, INT))" @@ -177,10 +182,12 @@ (connection %connection-settings) (table-metadata? #f) (prefixes - '(("dct:" "") + '(("dcat:" "") + ("dct:" "") ("gn:" "") ("owl:" "") ("gnc:" "") + ("gnd:" "") ("gnt:" "") ("sdmx-measure:" "") ("skos:" "") -- cgit 1.4.1