From 6c562b0a205511c2929491b616582539ed938a76 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 29 Jan 2026 11:12:46 +0300 Subject: Sanitize rdf string for InbredSet description. Error: classification.ttl:409 - Turtle string error - illegal escape \x (#x78) Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 "_")) -- cgit 1.4.1