diff options
Diffstat (limited to 'examples/dump-phenotype.scm')
| -rwxr-xr-x | examples/dump-phenotype.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index 51ecb64..7582d94 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -102,9 +102,9 @@ pmid))) (publication-id (field Publication Id))) (if (string-null? pmid) - (string->identifier "publication" + (string->identifier "unpublished" (number->string publication-id)) - (ontology 'pubmed: pmid)))))) + (ontology 'publication: pmid)))))) (call-with-target-database |
