about summary refs log tree commit diff
diff options
context:
space:
mode:
-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))