diff options
author | Munyoki Kilyungi | 2023-12-04 18:24:30 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-12-04 18:24:30 +0300 |
commit | a1c8da904156a483b7afb57441ff6db6ff8764bd (patch) | |
tree | 3409497221ccbd2010ff5954e97a344bb858772c | |
parent | 287104dbef104e22f0289b73b1501157c75f476e (diff) | |
download | gn-transform-databases-a1c8da904156a483b7afb57441ff6db6ff8764bd.tar.gz |
Replace xkos:classifiedUnder -> gnt:belongsToGroup.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/phenotype.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 8049265..a0b04bf 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -54,7 +54,7 @@ (field ("CONCAT(IFNULL(InbredSet.InbredSetCode, PublishXRef.InbredSetId), '_', PublishXRef.Id)" Phenotype))) (set rdf:type 'gnc:Phenotype) - (set xkos:classifiedUnder + (set gnt:belongsToGroup (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "" |