aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
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))