From 77f9036298e88f83d60b54de3d5f3895787f0f53 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 30 Nov 2023 16:08:20 +0300 Subject: Add a label to the "gnt:lodScore" term. Signed-off-by: Munyoki Kilyungi --- examples/phenotype.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 91cc624..c485658 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -38,6 +38,7 @@ (gnt:lodScore rdfs:subPropertyOf sdmx-measure:obsValue) (gnt:lodScore rdfs:domain gnc:Phenotype) (gnt:lodScore rdfs:range xsd:double) + (gnt:lodScore rdfs:label "Peak -logP") (gnt:lodScore skos:definition "Statistical measurement assessing the likelihood of genetic linkage between traits or genetic markers.") (gnt:locus a rdf:Property) (gnt:locus a qb:MeasureProperty) -- cgit v1.2.3