about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/classification.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index f38f9a7..025ae19 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -78,7 +78,7 @@
                           #:separator ""
                           #:proc string-capitalize-first)
     (set skos:inScheme 'gnc:ResourceClassificationScheme)
-    (set rdfs:label (field Species FullName))
+    (set rdfs:label (remap-species-identifiers (field Species Fullname)))
     (set skos:prefLabel (field Species MenuName))
     (set skos:altLabel (field Species SpeciesName))
     (set gnt:shortName (field Species Name))