aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-species-metadata.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-31 16:35:39 +0300
committerMunyoki Kilyungi2023-07-31 16:35:39 +0300
commit7f23b03ec25fab74bc5d7576949aa8f0dd9200e6 (patch)
treea561f1960d39327c3c17a8a96385baf50a403046 /examples/dump-species-metadata.scm
parent8d5b7421306e1e6e4d636296f2f90a9bb4da6596 (diff)
downloadgn-transform-databases-7f23b03ec25fab74bc5d7576949aa8f0dd9200e6.tar.gz
Fix terms in inbredSet dump
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-species-metadata.scm')
-rwxr-xr-xexamples/dump-species-metadata.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm
index c68d205..2e0df34 100755
--- a/examples/dump-species-metadata.scm
+++ b/examples/dump-species-metadata.scm
@@ -93,7 +93,6 @@
(gnt:geneticType rdfs:domain gnc:inbredSet)
(gnt:code rdfs:domain gnc:inbredSet)
(gnt:family rdfs:domain gnc:inbredSet)
- (gnt:type rdfs:domain gnc:inbredSet)
(gnt:phenotype rdfs:domain gnc:inbredSet)
(gnt:genotype rdfs:domain gnt:inbredSet)
(gnt:mappingMethod rdfs:domain gnc:inbredSet))
@@ -104,9 +103,9 @@
(set rdf:type 'gnc:inbredSet)
(set rdfs:label (field InbredSet FullName))
(set gnt:geneticType (field InbredSet GeneticType))
- (set gnt:inbredFamily (field InbredSet Family))
- (set gnt:inbredSetOfMappingMethod (field MappingMethod Name))
- (set gnt:inbredSetCode (field InbredSet InbredSetCode))
+ (set gnt:family (field InbredSet Family))
+ (set gnt:mappingMethod (field MappingMethod Name))
+ (set gnt:code (field InbredSet InbredSetCode))
(set gnt:species
(string->identifier "" (remap-species-identifiers (field Species Fullname))
#:separator ""