aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-03-30 19:51:16 +0300
committerBonfaceKilz2023-04-05 16:17:11 +0300
commita78a5002a734feb7a4daaf52ace3d9ce33d19560 (patch)
treee67cbbdf53b8e0e4d1b7191c44084b4edf655d02
parent16421480e90b4a6f97595bf7835dbde90285fd25 (diff)
downloadgn-transform-databases-a78a5002a734feb7a4daaf52ace3d9ce33d19560.tar.gz
Add dublin-core and uniprot prefixes
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xdump.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dump.scm b/dump.scm
index eb777a0..639b5a0 100755
--- a/dump.scm
+++ b/dump.scm
@@ -951,7 +951,9 @@ is a <table> object."
(prefix "rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>")
(prefix "foaf:" "<http://xmlns.com/foaf/0.1/>")
(prefix "gn:" "<http://genenetwork.org/>")
+ (prefix "dct:" "<http://purl.org/dc/terms/>")
(prefix "pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>")
+ (prefix "up:" "<http://purl.uniprot.org/core/>")
(prefix "taxon:" "<http://purl.uniprot.org/taxonomy/>")
(prefix "generif:" "<https://www.ncbi.nlm.nih.gov/gene?Db=gene&Cmd=DetailsSearch&Term=>")
(prefix "xsd:" "<http://www.w3.org/2001/XMLSchema#>")