about summary refs log tree commit diff
path: root/examples/dump-tissue.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-tissue.scm')
-rwxr-xr-xexamples/dump-tissue.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dump-tissue.scm b/examples/dump-tissue.scm
index 376129c..ff6792e 100755
--- a/examples/dump-tissue.scm
+++ b/examples/dump-tissue.scm
@@ -27,7 +27,7 @@
   ;; Hopefully the Short_Name field is distinct and can be used as an
   ;; identifier.
   (triples (string->identifier "tissue" (field Tissue Short_Name))
-	   (set rdf:type 'gn-id:tissue)
+	   (set rdf:type 'gn:tissue)
 	   (set gn-term:name (field Tissue Name))))
 
 
@@ -37,7 +37,7 @@
  (connection %connection-settings)
  (table-metadata? #f)
  (prefixes
-  '(("gn-id:" "<http://genenetwork.org/terms/>")
+  '(("gn:" "<http://genenetwork.org/id/>")
     ("gn-term:" "<http://genenetwork.org/terms/>")
     ("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")
     ("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>")))