aboutsummaryrefslogtreecommitdiff
path: root/examples/strains.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-04 18:24:08 +0300
committerMunyoki Kilyungi2023-12-04 18:24:08 +0300
commit287104dbef104e22f0289b73b1501157c75f476e (patch)
tree8ecfa85d4b83363699ddd8dd3d3bf05aa0edbfd7 /examples/strains.scm
parent3840c51f335babc8889cb0cb1a8ad1f4b461bd0b (diff)
downloadgn-transform-databases-287104dbef104e22f0289b73b1501157c75f476e.tar.gz
Replace xkos:classifiedUnder -> gnt:belongsToSpecies for species.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/strains.scm')
-rwxr-xr-xexamples/strains.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/strains.scm b/examples/strains.scm
index 8552229..bace36d 100755
--- a/examples/strains.scm
+++ b/examples/strains.scm
@@ -78,7 +78,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used.
(field Strain Name)
'pre "_" 'post))
(set rdf:type 'gnc:strain)
- (set xkos:classifiedUnder
+ (set gnt:belongsToSpecies
(string->identifier "" (remap-species-identifiers (field Species Fullname))
#:separator ""
#:proc string-capitalize-first))