about summary refs log tree commit diff
path: root/examples/classification.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-17 11:26:54 +0300
committerMunyoki Kilyungi2023-11-17 11:26:54 +0300
commit13ee5888fddba915d1b101aa403b7393c2ccb3ba (patch)
treef9c508ac387a3d580d0a7485a3948cd61893a219 /examples/classification.scm
parent2df9eb5a6adf15ddb19d4f00f1bc5a1c35f492c7 (diff)
downloadgn-transform-databases-13ee5888fddba915d1b101aa403b7393c2ccb3ba.tar.gz
Capitalize InbredSetName id's consistently.
Diffstat (limited to 'examples/classification.scm')
-rwxr-xr-xexamples/classification.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index 8eb440a..73fad2b 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -63,7 +63,9 @@
   (triples "gnc:Set"
     (set skos:member
          (string->identifier
-          "set" (field InbredSet Name InbredSetName)))))
+          "set" (field InbredSet Name InbredSetName)
+          #:separator ""
+          #:proc string-capitalize-first))))
 
 (define-transformer species
   (tables (Species
@@ -104,7 +106,9 @@
    (gnt:mappingMethod a owl:ObjectProperty)
    (gnt:mappingMethod rdfs:domain gnc:set))
   (triples (string->identifier
-            "set" (field InbredSet Name InbredSetName))
+          "set" (field InbredSet Name InbredSetName)
+          #:separator ""
+          #:proc string-capitalize-first)
     (set skos:inScheme 'gnc:ResourceClassificationScheme)
     (set rdfs:label (field InbredSet FullName))
     (set skos:prefLabel (field InbredSet Name InbredSetName))