From 9bafebc914c183c57ee38011bacd6f77a2a1f1bb Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 29 May 2023 14:29:44 +0300 Subject: Delete unused prefixes Signed-off-by: Munyoki Kilyungi --- examples/dump-genotype.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'examples/dump-genotype.scm') diff --git a/examples/dump-genotype.scm b/examples/dump-genotype.scm index 53d101b..6da3630 100755 --- a/examples/dump-genotype.scm +++ b/examples/dump-genotype.scm @@ -93,20 +93,12 @@ (lambda (db) (with-output-to-file (string-append %dump-directory "dump-genotype.ttl") (lambda () - (prefix "chebi:" "") (prefix "dct:" "") (prefix "foaf:" "") (prefix "generif:" "") (prefix "gn:" "") - (prefix "hgnc:" "") - (prefix "homologene:" "") - (prefix "kegg:" "") - (prefix "molecularTrait:" "") - (prefix "nuccore:" "") - (prefix "omim:" "") (prefix "owl:" "") (prefix "phenotype:" "") - (prefix "pubchem:" "") (prefix "pubmed:" "") (prefix "rdf:" "") (prefix "rdfs:" "") -- cgit v1.2.3