cluster_search_ui/commit

Added missing prefixes.

authorChris Dijkshoorn
Thu Mar 12 12:27:56 2015 +0000
committerChris Dijkshoorn
Thu Mar 12 12:27:56 2015 +0000
commit373d9c77d9ac6284bfeb125995534003eb9bcbf4
tree0c07e9d69ee0e8405af3a9e4e18d10cb78373387
parent03a7aa64f0268f266f0b899e7d9ca28d77e24ab9
Diff style: patch stat
diff --git a/lib/cluster_search_ui/enrichment.pl b/lib/cluster_search_ui/enrichment.pl
index 8f68a43..6d3ac52 100644
--- a/lib/cluster_search_ui/enrichment.pl
+++ b/lib/cluster_search_ui/enrichment.pl
@@ -14,6 +14,7 @@
 :- use_module(library(http/http_ssl_plugin)).
 :- use_module(library(semweb/rdf_db)).
 
+:- rdf_register_prefix(edm, 'http://www.europeana.eu/schemas/edm/').
 :- rdf_register_prefix(oa, 'http://www.w3.org/ns/oa#').
 :- rdf_register_prefix(ann_ui, 'http://semanticweb.cs.vu.nl/annotate/ui/').
 
diff --git a/lib/cluster_search_ui/web_ui_dcg.pl b/lib/cluster_search_ui/web_ui_dcg.pl
index 4f29770..871d8bb 100644
--- a/lib/cluster_search_ui/web_ui_dcg.pl
+++ b/lib/cluster_search_ui/web_ui_dcg.pl
@@ -14,6 +14,8 @@
 :- use_module(library(http/http_dispatch)).
 :- use_module(library(semweb/rdf_db)).
 
+:- rdf_register_prefix(edm, 'http://www.europeana.eu/schemas/edm/').
+
 %%	content(+Type, +Options)
 %
 %	Returns the content according to the type of page. Four