From c872880842f8eb621ff5e03ce99db47054c37546 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 26 Jan 2026 15:06:12 +0300 Subject: Add InbredSet description metadata. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/classification.scm') diff --git a/examples/classification.scm b/examples/classification.scm index a75483c..be03656 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -155,12 +155,14 @@ (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 gnt:uses_mapping_method (string->identifier "mapping_method" (field MappingMethod Name) #:separator "_")) (set gnt:has_set_code (field InbredSet InbredSetCode)) (set gnt:belongs_to_species (string->identifier "" (remap-species-identifiers (field Species Fullname)))))) + (let* ((option-spec @@ -181,6 +183,7 @@ (table-metadata? #f) (prefixes '(("dcat:" "") + ("dct:" "") ("gn:" "") ("gnc:" "") ("owl:" "") -- cgit 1.4.1