about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn3/db/rdf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py
index c5a75f2..1d714c1 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -16,6 +16,7 @@ PREFIXES = {
     "dcat": "http://www.w3.org/ns/dcat#",
     "dct": "http://purl.org/dc/terms/",
     "ex": "http://example.org/stuff/1.0/",
+    "fabio": "http://purl.org/spar/fabio/",
     "foaf": "http://xmlns.com/foaf/0.1/",
     "generif": "http://www.ncbi.nlm.nih.gov/gene?cmd=Retrieve&dopt=Graphics&list_uids=",
     "genotype": "http://genenetwork.org/genotype/",
@@ -24,6 +25,7 @@ PREFIXES = {
     "gnt": "http://genenetwork.org/term/",
     "owl": "http://www.w3.org/2002/07/owl#",
     "phenotype": "http://genenetwork.org/phenotype/",
+    "prism": "http://prismstandard.org/namespaces/basic/2.0/",
     "publication": "http://genenetwork.org/publication/",
     "pubmed": "http://rdf.ncbi.nlm.nih.gov/pubmed/",
     "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",