From d3182e23e33ff0f1aa9c693920ce2b49835a8974 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 16 Oct 2023 12:27:41 +0300 Subject: Group genotype labels together. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/classification.scm b/examples/classification.scm index 2d37980..13b086a 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -37,10 +37,10 @@ (gnc:DatasetType skos:member gnc:Probeset) (gnc:DatasetType skos:member gnc:Genotype) (gnc:DatasetType skos:member gnc:Phenotype) - (gnc:Genotype skos:altLabel "DNA Markers and SNPs") (gnc:Probeset skos:prefLabel "mRNA Assay Datasets") (gnc:Probeset skos:altLabel "ProbeSet") (gnc:Genotype skos:prefLabel "Genotype") + (gnc:Genotype skos:altLabel "DNA Markers and SNPs") (gnc:Phenotype skos:prefLabel "Phenotype") (gnc:Phenotype skos:altLabel "Traits and Cofactors") (gnc:Species a xkos:ClassificationLevel) -- cgit v1.2.3