about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-04 18:20:28 +0300
committerMunyoki Kilyungi2023-12-04 18:20:28 +0300
commit3840c51f335babc8889cb0cb1a8ad1f4b461bd0b (patch)
treeca430a0761d35dedbf5100ec8749950ac951ac8c
parentc5e796a772f1ed6a30e2698a38bda3d3d036701b (diff)
downloadgn-transform-databases-3840c51f335babc8889cb0cb1a8ad1f4b461bd0b.tar.gz
Replace xkos:classifiendUnder with gnt:belongsToGroup for groups.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dataset-metadata.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/dataset-metadata.scm b/examples/dataset-metadata.scm
index 2dba37f..f340c93 100755
--- a/examples/dataset-metadata.scm
+++ b/examples/dataset-metadata.scm
@@ -189,7 +189,7 @@
     (set dct:identifier (format #f "GN~a" (field InfoFiles GN_AccesionId)))
     (set dct:accessRights (string-downcase
                            (field DatasetStatus DatasetStatusName)))
-    (set xkos:classifiedUnder
+    (set gnt:belongsToGroup
          (string->identifier
           "set"
           (field ("IFNULL(InbredSet.Name, IFNULL(PublishInbredSet.Name, GenoInbredSet.Name))"
@@ -263,7 +263,7 @@
     (set dct:created (annotate-field
                       (field PublishFreeze CreateTime)
                       '^^xsd:date))
-    (set xkos:classifiedUnder
+    (set gnt:belongsToGroup
          (string->identifier
           "set" (field InbredSet Name InbredSetName)
           #:separator ""
@@ -292,7 +292,7 @@
     (set dct:created (annotate-field
                       (field GenoFreeze CreateTime)
                       '^^xsd:date))
-    (set xkos:classifiedUnder
+    (set gnt:belongsToGroup
          (string->identifier
           "set" (field InbredSet Name InbredSetName)
           #:separator ""
@@ -338,7 +338,7 @@
          (string->identifier
           "tissue"
           (field Tissue Short_Name)))
-    (set xkos:classifiedUnder
+    (set gnt:belongsToGroup
          (string->identifier
           "set" (field InbredSet Name InbredSetName)
           #:separator ""