aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-genotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-15 18:26:34 +0300
committerMunyoki Kilyungi2023-08-15 19:32:48 +0300
commite1f390b7fab33d33fa3d813a74ae8b7d935c929b (patch)
tree8b5b072d1ba92ae8fb136562c58f4a7b43095e19 /examples/dump-genotype.scm
parentcfd8100788158f0c421a43b4c2d8281a3992b1e3 (diff)
downloadgn-transform-databases-e1f390b7fab33d33fa3d813a74ae8b7d935c929b.tar.gz
Introduce phenotype/genotype/probeset Dataset as a category
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-genotype.scm')
-rwxr-xr-xexamples/dump-genotype.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/dump-genotype.scm b/examples/dump-genotype.scm
index 4ac836d..ed23e80 100755
--- a/examples/dump-genotype.scm
+++ b/examples/dump-genotype.scm
@@ -37,7 +37,7 @@
'pre "_" 'post)
#:separator ""
#:proc string-capitalize-first)
- (set rdf:type 'gnc:genotype)
+ (set rdf:type 'gnc:genotypeDataset)
(set rdfs:label (field GenoFreeze Name))
(set skos:prefLabel (field GenoFreeze FullName))
(set skos:altLabel (field GenoFreeze ShortName))
@@ -54,6 +54,10 @@
(left-join InbredSet "ON InbredSet.InbredSetId = GenoFreeze.InbredSetId")
(left-join InfoFiles "ON InfoFiles.InfoPageName = GenoFreeze.Name")))
(schema-triples
+ (gnc:genotype a skos:Concept)
+ (gnc:genotype
+ skos:description
+ "This is a set of controlled terms that are used to describe a given genotype")
(gnt:chr a owl:ObjectProperty)
(gnt:chr skos:description "This resource is located on a given chromosome")
(gnt:chr rdfs:domain gnc:genotype)