From bc6e327b906f1c47be46ee397a3be46a222211f0 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Sat, 19 Aug 2023 15:37:57 +0300 Subject: Add short name of an inbredSet as an altName Signed-off-by: Munyoki Kilyungi --- examples/dump-species-metadata.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/dump-species-metadata.scm') 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)) -- cgit v1.2.3