diff options
| -rwxr-xr-x | examples/phenotype.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 37bbd59..c2564b6 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -88,7 +88,7 @@ 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 |
