diff options
| author | Munyoki Kilyungi | 2026-02-09 11:06:13 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2026-02-09 11:06:13 +0300 |
| commit | 9805ce49a8b577204931ed736e082a862e0ac05e (patch) | |
| tree | 7ea7816fe0359d66d53270708692334882e1d169 | |
| parent | fc6c4495534c659bfa7fd2c84a47ebfb1dde1fbc (diff) | |
| download | gn-transform-databases-9805ce49a8b577204931ed736e082a862e0ac05e.tar.gz | |
Use correct column name.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| -rwxr-xr-x | examples/classification.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/classification.scm b/examples/classification.scm index 130bec8..d44fe5d 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -82,7 +82,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 (sanitize-rdf-string (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 "_")) |
