about summary refs log tree commit diff
path: root/examples/dump-dataset-metadata.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-21 14:31:52 +0300
committerMunyoki Kilyungi2023-08-21 14:31:52 +0300
commite25db8edf8615f59d0682841fde8d43367ebfa53 (patch)
tree1050b589e84f77c007470296367e44dbf4106dfb /examples/dump-dataset-metadata.scm
parent3b9f1f53722e4866309d1555639c347c7bbacc97 (diff)
downloadgn-transform-databases-e25db8edf8615f59d0682841fde8d43367ebfa53.tar.gz
Rename inbredSet -> set
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-dataset-metadata.scm')
-rwxr-xr-xexamples/dump-dataset-metadata.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/dump-dataset-metadata.scm b/examples/dump-dataset-metadata.scm
index 2f03dfd..e732772 100755
--- a/examples/dump-dataset-metadata.scm
+++ b/examples/dump-dataset-metadata.scm
@@ -76,9 +76,9 @@
    (gnc:genotypeDataset rdfs:subClassOf gnc:dataset)
    (gnc:phenotypeDataset rdfs:subClassOf gnc:dataset)
    (gnc:probesetDataset rdfs:subClassOf gnc:dataset)
-   (gnt:belongsToInbredSet rdfs:domain gnc:dataset)
-   (gnt:belongsToInbredSet a owl:ObjectProperty)
-   (gnt:belongsToInbredSet skos:definition "The InbredSet this resource belongs to")
+   (gnt:belongsToSet rdfs:domain gnc:dataset)
+   (gnt:belongsToSet a owl:ObjectProperty)
+   (gnt:belongsToSet skos:definition "The InbredSet this resource belongs to")
    (gnt:hasTissue rdfs:domain gnc:dataset)
    (gnt:hasTissue a owl:ObjectProperty)
    (gnt:hasTissue skos:definition "Tissues this resource has")
@@ -158,7 +158,7 @@
     (set gdmt:hasDatasetIdentifierSubType (format #f "GN~a" (field InfoFiles GN_AccesionId)))
     (set gdmt:hasRightsInfo (string-downcase
                              (field DatasetStatus DatasetStatusName)))
-    (set gnt:belongsToInbredSet
+    (set gnt:belongsToSet
          (string->identifier
             "inbredSet" (field InbredSet Name)
             #:separator ""