diff options
Diffstat (limited to 'examples')
-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)) |