aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-21 14:45:46 +0300
committerMunyoki Kilyungi2023-08-21 14:45:46 +0300
commit0d651ee8ef5f82a2fc3339329d2c0af6f84a745f (patch)
tree98e2e5f5ccb97520a2a75d59192076abe04b2b1f
parentadd95e737f61fdf3e8f244dd7ebedca963514bb7 (diff)
downloadgn-transform-databases-0d651ee8ef5f82a2fc3339329d2c0af6f84a745f.tar.gz
Replace inbredSet with set as the string-identifier
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dump-dataset-metadata.scm12
-rwxr-xr-xexamples/dump-phenotype.scm2
-rwxr-xr-xexamples/dump-species-metadata.scm2
3 files changed, 8 insertions, 8 deletions
diff --git a/examples/dump-dataset-metadata.scm b/examples/dump-dataset-metadata.scm
index 8f381b7..a127e57 100755
--- a/examples/dump-dataset-metadata.scm
+++ b/examples/dump-dataset-metadata.scm
@@ -191,9 +191,9 @@
(field DatasetStatus DatasetStatusName)))
(set gnt:belongsToSet
(string->identifier
- "inbredSet" (field InbredSet Name)
- #:separator ""
- #:proc string-capitalize-first))
+ "set" (field InbredSet Name)
+ #:separator ""
+ #:proc string-capitalize-first))
(set gnt:hasTissue (string->identifier "tissue"
(field Tissue Short_Name)))
(set gnt:usesNormalization
@@ -273,7 +273,7 @@
'^^xsd:date))
(set gnt:belongsToSet
(string->identifier
- "inbredSet" (field InbredSet Name)
+ "set" (field InbredSet Name)
#:separator ""
#:proc string-capitalize-first))))
@@ -303,7 +303,7 @@
'^^xsd:date))
(set gnt:belongsToSet
(string->identifier
- "inbredSet" (field InbredSet Name)
+ "set" (field InbredSet Name)
#:separator ""
#:proc string-capitalize-first))))
@@ -350,7 +350,7 @@
(field Tissue Short_Name)))
(set gnt:belongsToSet
(string->identifier
- "inbredSet" (field InbredSet Name)
+ "set" (field InbredSet Name)
#:separator ""
#:proc string-capitalize-first))))
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index 6c52ebb..abcf140 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -56,7 +56,7 @@
(set rdf:type 'gnc:phenotype)
(set gnt:belongsToSet
(string->identifier
- "inbredSet" (field InbredSet Name)
+ "set" (field InbredSet Name)
#:separator ""
#:proc string-capitalize-first))
(set gnt:traitName
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm
index a1c942e..20b0b05 100755
--- a/examples/dump-species-metadata.scm
+++ b/examples/dump-species-metadata.scm
@@ -161,7 +161,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used.
(gnt:mappingMethod a owl:ObjectProperty)
(gnt:mappingMethod rdfs:domain gnc:set))
(triples (string->identifier
- "inbredSet" (field InbredSet Name)
+ "set" (field InbredSet Name)
#:separator ""
#:proc string-capitalize-first)
(set rdf:type 'gnc:set)