diff options
author | Munyoki Kilyungi | 2023-10-16 12:27:15 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-10-16 12:27:15 +0300 |
commit | 2d3d1d5964a776dba40a149b55830fa1d3f2840b (patch) | |
tree | d11dfe155d2b73b6c7b49d709bca87864e7dbd71 /examples | |
parent | 3013b09db08d1e5cc22561a8a90aa7f20730fea2 (diff) | |
download | gn-transform-databases-2d3d1d5964a776dba40a149b55830fa1d3f2840b.tar.gz |
Add a prefLabel for gnc:Probeset.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-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") |