From e1f390b7fab33d33fa3d813a74ae8b7d935c929b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 15 Aug 2023 18:26:34 +0300 Subject: Introduce phenotype/genotype/probeset Dataset as a category Signed-off-by: Munyoki Kilyungi --- examples/dump-genotype.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/dump-genotype.scm') 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) -- cgit v1.2.3