aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-16 12:27:15 +0300
committerMunyoki Kilyungi2023-10-16 12:27:15 +0300
commit2d3d1d5964a776dba40a149b55830fa1d3f2840b (patch)
treed11dfe155d2b73b6c7b49d709bca87864e7dbd71
parent3013b09db08d1e5cc22561a8a90aa7f20730fea2 (diff)
downloadgn-transform-databases-2d3d1d5964a776dba40a149b55830fa1d3f2840b.tar.gz
Add a prefLabel for gnc:Probeset.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/classification.scm3
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")