aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-species-metadata.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-species-metadata.scm')
-rwxr-xr-xexamples/dump-species-metadata.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm
index ed4113c..2937c80 100755
--- a/examples/dump-species-metadata.scm
+++ b/examples/dump-species-metadata.scm
@@ -34,7 +34,7 @@
(set gn:displayName (field Species MenuName))
(set gn:binomialName (field Species FullName))
(set gn:family (field Species Family))
- (set up:organism (ontology 'taxon: (field Species TaxonomyId)))))
+ (set gn:organism (ontology 'ncbiTaxon: (field Species TaxonomyId)))))
(define-dump dump-strain
(tables (Strain
@@ -128,7 +128,7 @@
(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#>")
- (prefix "taxon:" "<http://purl.uniprot.org/taxonomy/>")
+ (prefix "ncbiTaxon:" "<https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=>")
(prefix "uniprot:" "<http://purl.uniprot.org/uniprot/>")
(prefix "up:" "<http://purl.uniprot.org/core/>")
(prefix "xsd:" "<http://www.w3.org/2001/XMLSchema#>")