From 27894fd4e5bf7e4221fea3224a44b654cdc3a0e1 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 26 Jan 2026 21:52:10 +0300 Subject: Mark-up inbredset description as HTML. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/classification.scm') diff --git a/examples/classification.scm b/examples/classification.scm index c9d9d63..4753f1c 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -185,7 +185,8 @@ (set rdfs:label (field InbredSet FullName)) (set skos:prefLabel (field InbredSet Name InbredSetName)) (set gnt:genetic_type (field InbredSet GeneticType)) - (set dct:description (sanitize-rdf-string (field InbredSet description))) + (set dct:description (annotate-field (field InbredSet description) + '^^rdf:HTML)) (set gnt:uses_mapping_method (string->identifier "mapping_method" (field MappingMethod Name) #:separator "_")) (set gnt:has_set_code (field InbredSet InbredSetCode)) -- cgit 1.4.1