vumix/commit

do not load data

authorMichiel Hildebrand
Fri Mar 30 13:40:31 2012 +0200
committerMichiel Hildebrand
Fri Mar 30 13:40:31 2012 +0200
commit6dc43acbbf1670c498b2f9c0a763d30c81821068
treea85a5a96c5ccc0e8c39430a2f9468b11939e34f5
parenta8ae15d69f7d8fa93ec74fa5666c4463a1cbd178
Diff style: patch stat
diff --git a/config-available/load_mbh_example.pl b/config-available/load_mbh_example.pl
index 0abe1c9..2ae896b 100644
--- a/config-available/load_mbh_example.pl
+++ b/config-available/load_mbh_example.pl
@@ -4,10 +4,9 @@
 :- use_module(library('semweb/rdf_db')).
 :- use_module(library(http/http_dispatch)).
 
-load_mbh_example :-
+
+mbh_example :-
 	rdf_load(rdf('mbh_example.ttl')), % load example video and config file
-        rdf_attach_library(vocs),
-	rdf_load_library(gtaa),
 	http_link_to_id(http_vumix, [target('http://semanticweb.cs.vu.nl/prestoprime/video18702'),
 				     field('http://semanticweb.cs.vu.nl/prestoprime/personAnnotation'),
 				     field('http://semanticweb.cs.vu.nl/prestoprime/placeAnnotation'),
@@ -18,3 +17,6 @@ load_mbh_example :-
 	http_handler(cliopatria(p0),
 		     http_redirect(moved, Location),
 		     []).
+
+
+:- mbh_example.