diff options
Diffstat (limited to 'examples/genotype.scm')
| -rwxr-xr-x | examples/genotype.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/genotype.scm b/examples/genotype.scm index 4a91b63..f2ba75f 100755 --- a/examples/genotype.scm +++ b/examples/genotype.scm @@ -24,7 +24,7 @@ (set skos:prefLabel (field Geno Name)) (set skos:altLabel (field Geno Marker_Name)) (set gnt:chr (field Geno Chr)) - (set gnt:mb (annotate-field (field Geno Mb) '^^xsd:doubleg)) + (set gnt:mb (annotate-field (field Geno Mb) '^^xsd:double)) (set gnt:sequence (field Geno Sequence)) (set gnt:source (field Geno Source)) (set rdfs:comment (field Geno Comments)))) |
