From 2d3d1d5964a776dba40a149b55830fa1d3f2840b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 16 Oct 2023 12:27:15 +0300 Subject: Add a prefLabel for gnc:Probeset. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') 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") -- cgit v1.2.3