about summary refs log tree commit diff
path: root/examples/classification.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/classification.scm')
-rwxr-xr-xexamples/classification.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index ee59e8f..0a9631d 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -168,7 +168,7 @@
     (set rdfs:label (field InbredSet FullName))
     (set skos:prefLabel (field InbredSet Name InbredSetName))
     (set gnt:genetic_type (field InbredSet GeneticType))
-    (set dct:description (annotate-field (field InbredSet description)
+    (set dct:description (annotate-field (sanitize-rdf-string (field InbredSet description))
                                          '^^rdf:HTML))
     (set gnt:uses_mapping_method
          (string->identifier "mapping_method" (field MappingMethod Name) #:separator "_"))