aboutsummaryrefslogtreecommitdiff
path: root/examples/genotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-17 16:33:11 +0300
committerMunyoki Kilyungi2023-10-17 16:33:11 +0300
commitdf2e91d1067d797655fbb788b93af6ce71d9ec3e (patch)
tree37baee84489cbac2f4ed24619c9f3587be60e187 /examples/genotype.scm
parentd3182e23e33ff0f1aa9c693920ce2b49835a8974 (diff)
downloadgn-transform-databases-df2e91d1067d797655fbb788b93af6ce71d9ec3e.tar.gz
Replace skos:prefLabel with rdfs:label for genotypes.
* examples/genotype.scm (genotypes)[triples]: Replace skos:prefLabel with rdfs:label.
Diffstat (limited to 'examples/genotype.scm')
-rwxr-xr-xexamples/genotype.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/genotype.scm b/examples/genotype.scm
index 9dc155a..da8e3b1 100755
--- a/examples/genotype.scm
+++ b/examples/genotype.scm
@@ -65,7 +65,7 @@
#:separator ""
#:proc string-capitalize-first)
(set rdf:type 'gnc:Genotype)
- (set skos:prefLabel (sanitize-rdf-string (field Geno Name)))
+ (set rdfs:label (sanitize-rdf-string (field Geno Name)))
(set gnt:chr (field Geno Chr))
(set gnt:mb (annotate-field
(field ("IFNULL(Geno.Mb, '')" Mb)) '^^xsd:double))