diff options
Diffstat (limited to 'examples/phenotype.scm')
| -rwxr-xr-x | examples/phenotype.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index a116ac3..c2564b6 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -84,11 +84,11 @@ (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" + (format #f "gnd:~a.json" (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" PublishFreeze)))) ) (set dct:references |
