diff options
author | Munyoki Kilyungi | 2023-08-19 15:37:57 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-08-19 15:37:57 +0300 |
commit | bc6e327b906f1c47be46ee397a3be46a222211f0 (patch) | |
tree | 447a626142d7fd9d97873e270b09d236b101271f | |
parent | 2d2e570528380084e4cea5a5fcaff6049295227d (diff) | |
download | gn-transform-databases-bc6e327b906f1c47be46ee397a3be46a222211f0.tar.gz |
Add short name of an inbredSet as an altName
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/dump-species-metadata.scm | 1 |
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)) |