aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-16 12:27:41 +0300
committerMunyoki Kilyungi2023-10-16 12:27:41 +0300
commitd3182e23e33ff0f1aa9c693920ce2b49835a8974 (patch)
treea6be74ccd11b0c3106e979b82abdea71705e09f4
parent2d3d1d5964a776dba40a149b55830fa1d3f2840b (diff)
downloadgn-transform-databases-d3182e23e33ff0f1aa9c693920ce2b49835a8974.tar.gz
Group genotype labels together.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/classification.scm2
1 files changed, 1 insertions, 1 deletions
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)