aboutsummaryrefslogtreecommitdiff
path: root/examples/generif.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/generif.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/generif.scm')
-rwxr-xr-xexamples/generif.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/generif.scm b/examples/generif.scm
index b8f81a1..76751a9 100755
--- a/examples/generif.scm
+++ b/examples/generif.scm
@@ -101,7 +101,7 @@
(format #f "rdf:type gnc:GNWikiEntry ; ")
(if (string? species)
""
- (format #f "xkos:classifiedUnder ~a ; "
+ (format #f "gnt:belongsToSpecies ~a ; "
species))
(format #f "rdfs:comment ~s^^xsd:string ; "
generif-comment)
@@ -174,7 +174,7 @@
(format #f "rdf:type gnc:NCBIWikiEntry ; ")
(format #f "rdfs:comment ~s^^xsd:string ; "
ncbi-comment)
- (format #f "xkos:classifiedUnder ~a ; "
+ (format #f "gnt:belongsToSpecies ~a ; "
species-name)
(if (eq? #f taxonomic-id)
""