diff options
Diffstat (limited to 'examples/phenotype.scm')
| -rwxr-xr-x | examples/phenotype.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index a116ac3..37bbd59 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -84,8 +84,8 @@ (set rdf:type 'gnc:phenotype_trait) (set gnt:has_strain (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")) (set owl:equivalentClass - (field ("CONCAT(IFNULL(InbredSet.InbredSetCode, PublishXRef.InbredSetId), '_', PublishXRef.Id)" - Phenotype))) + (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" + PublishFreeze))) (set dcat:distribution (string->symbol (format #f "gnd:~a" |
