aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-genotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-05-29 14:29:44 +0300
committerBonfaceKilz2023-05-30 11:51:30 +0300
commit9bafebc914c183c57ee38011bacd6f77a2a1f1bb (patch)
tree47f6176377cec30966844a1ca8e903cc85046ec5 /examples/dump-genotype.scm
parent0546748145e0753057b0d3694d47fad1537e4375 (diff)
downloadgn-transform-databases-9bafebc914c183c57ee38011bacd6f77a2a1f1bb.tar.gz
Delete unused prefixes
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-genotype.scm')
-rwxr-xr-xexamples/dump-genotype.scm8
1 files changed, 0 insertions, 8 deletions
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:" "<http://purl.obolibrary.org/obo/CHEBI_>")
(prefix "dct:" "<http://purl.org/dc/terms/>")
(prefix "foaf:" "<http://xmlns.com/foaf/0.1/>")
(prefix "generif:" "<http://www.ncbi.nlm.nih.gov/gene?cmd=Retrieve&dopt=Graphics&list_uids=>")
(prefix "gn:" "<http://genenetwork.org/>")
- (prefix "hgnc:" "<http://bio2rdf.org/hgnc:>")
- (prefix "homologene:" "<https://bio2rdf.org/homologene:>")
- (prefix "kegg:" "<http://bio2rdf.org/ns/kegg#>")
- (prefix "molecularTrait:" "<http://genenetwork.org/molecular-trait/>")
- (prefix "nuccore:" "<https://www.ncbi.nlm.nih.gov/nuccore/>")
- (prefix "omim:" "<https://www.omim.org/entry/>")
(prefix "owl:" "<http://www.w3.org/2002/07/owl#>")
(prefix "phenotype:" "<http://genenetwork.org/phenotype/>")
- (prefix "pubchem:" "<https://pubchem.ncbi.nlm.nih.gov/>")
(prefix "pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>")
(prefix "rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")
(prefix "rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>")