about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn3/db/rdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py
index d03493c..430983a 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -77,7 +77,7 @@ CONSTRUCT {
     gn:dataset gn:organism ?speciesDisplayName .
     gn:dataset gn:organismUrl ?ncbiReference .
     gn:dataset gn:inbredSetName ?inbredSetName .
-    gn:dataset gn:geoPlatform ?geoPlatform .
+    gn:dataset gn:geoPlatformUrl ?geoPlatform .
     gn:dataset gn:platformName ?platform_name .
 } WHERE {
     ?subClass rdf:subClassOf gn:dataset .