diff options
-rwxr-xr-x | examples/classification.scm | 2 |
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) |