From d078ef4f51a3b47e7013f061698b5da0a95ebf55 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 5 Feb 2026 18:09:42 +0300 Subject: Update ontology. Signed-off-by: Munyoki Kilyungi --- examples/genotype-datasets.scm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples/genotype-datasets.scm') 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 "_")))) -- cgit 1.4.1