about summary refs log tree commit diff
path: root/examples/genotype-datasets.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/genotype-datasets.scm')
-rwxr-xr-xexamples/genotype-datasets.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/genotype-datasets.scm b/examples/genotype-datasets.scm
index f140600..6f3a1cb 100755
--- a/examples/genotype-datasets.scm
+++ b/examples/genotype-datasets.scm
@@ -20,13 +20,6 @@
            (inner-join InbredSet "ON InbredSet.Id = InfoFiles.InbredSetId")
            (inner-join GenoFreeze "ON GenoFreeze.InbredSetId = InbredSet.Id"))
           "WHERE GenoFreeze.public > 0 GROUP BY Datasets.DatasetId")
-  (schema-triples
-   (gnt:has_genotype_data rdf:type owl:ObjectProperty)
-   (gnt:has_genotype_data rdfs:label "this resources has genotype data.")
-   (gnt:has_genotype_data rdfs:comment "Associates a resource with its genotype data.")
-   (gnt:has_genotype_data rdfs:domain gnc:set)
-   (gnt:has_genotype_data rdfs:range dcat:Dataset)
-   (gnt:has_genotype_data rdfs:subPropertyOf dct:relation))
   (triples (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")
     (set gnt:has_genotype_data (string->identifier "dataset" (field GenoFreeze Name) #:separator "_"))))