diff options
-rwxr-xr-x | examples/classification.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/classification.scm b/examples/classification.scm index 828befa..2d37980 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -37,8 +37,9 @@ (gnc:DatasetType skos:member gnc:Probeset) (gnc:DatasetType skos:member gnc:Genotype) (gnc:DatasetType skos:member gnc:Phenotype) - (gnc:Probeset skos:altLabel "mRNA Assay Datasets") (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:Phenotype skos:prefLabel "Phenotype") (gnc:Phenotype skos:altLabel "Traits and Cofactors") |