diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/classification.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |
