aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-species-metadata.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-19 15:37:57 +0300
committerMunyoki Kilyungi2023-08-19 15:37:57 +0300
commitbc6e327b906f1c47be46ee397a3be46a222211f0 (patch)
tree447a626142d7fd9d97873e270b09d236b101271f /examples/dump-species-metadata.scm
parent2d2e570528380084e4cea5a5fcaff6049295227d (diff)
downloadgn-transform-databases-bc6e327b906f1c47be46ee397a3be46a222211f0.tar.gz
Add short name of an inbredSet as an altName
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-species-metadata.scm')
-rwxr-xr-xexamples/dump-species-metadata.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm
index 3bbda51..6270fba 100755
--- a/examples/dump-species-metadata.scm
+++ b/examples/dump-species-metadata.scm
@@ -166,6 +166,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used.
#:proc string-capitalize-first)
(set rdf:type 'gnc:inbredSet)
(set rdfs:label (field InbredSet FullName))
+ (set skos:altLabel (field InbredSet Name))
(set gnt:geneticType (field InbredSet GeneticType))
(set gnt:family (field InbredSet Family))
(set gnt:mappingMethod (field MappingMethod Name))