aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-05-31 16:06:56 +0300
committerBonfaceKilz2023-06-12 19:06:36 +0300
commitf5ad3e1b7c283d10f605221501cb234cb5933a68 (patch)
treef711a94f9d21ae2d261e769c2bf59aef886652c6 /examples/dump-phenotype.scm
parent2260b56a4f8e896ea9912efe98a8b74f57660b16 (diff)
downloadgn-transform-databases-f5ad3e1b7c283d10f605221501cb234cb5933a68.tar.gz
Make ((g/ph)enotype/probeset)Dataset subset of Dataset
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-phenotype.scm')
-rwxr-xr-xexamples/dump-phenotype.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index 113c367..d7d940f 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -34,7 +34,8 @@
(gn:name rdfs:range rdfs:Literal)
(gn:fullName rdfs:range rdfs:Literal)
(gn:shortName rdfs:range rdfs:Literal)
- (gn:createTime rdfs:range rdfs:Literal))
+ (gn:createTime rdfs:range rdfs:Literal)
+ (gn:phenotypeDataset rdf:subClassOf gn:dataset))
(triples (string->identifier "dataset" (field PublishFreeze Name))
(set rdf:type 'gn:phenotypeDataset)
(set gn:name (field PublishFreeze Name))