From 7f23b03ec25fab74bc5d7576949aa8f0dd9200e6 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 31 Jul 2023 16:35:39 +0300 Subject: Fix terms in inbredSet dump Signed-off-by: Munyoki Kilyungi --- examples/dump-species-metadata.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/dump-species-metadata.scm') 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 "" -- cgit v1.2.3