xmlrdf/commit

Remove unneeded stuff

authorJan Wielemaker
Fri Mar 25 15:46:50 2011 +0100
committerJan Wielemaker
Fri Mar 25 15:46:50 2011 +0100
commit1b0f64cf6fa770888ab6da750d7f0f9de344d1ba
tree39620c5763c57a3d042d3e6039b371956389e342
parentd61cbba1d3f60a1cf5ed151f13adb2e3803745d3
Diff style: patch stat
diff --git a/examples/AHM/run-data.pl b/examples/AHM/run-data.pl
index be70dd2..158d51a 100644
--- a/examples/AHM/run-data.pl
+++ b/examples/AHM/run-data.pl
@@ -7,11 +7,8 @@ user:file_search_path(data,       metadata('AHM')).
 :- load_files(library(semweb/rdf_db), [silent(true)]).
 
 :- rdf_register_ns(ahm,	   'http://purl.org/collections/nl/am/').
-:- rdf_register_ns(ulan,   'http://e-culture.multimedian.nl/ns/getty/ulan#').
-:- rdf_register_ns(aatned, 'http://e-culture.multimedian.nl/ns/rkd/aatned/').
 
-:- load_files([ cliopatria(cliopatria),
-		library(xmlrdf/xmlrdf),
+:- load_files([ library(xmlrdf/xmlrdf),
 		library(semweb/rdf_cache),
 		library(semweb/rdf_library),
 		library(semweb/rdf_turtle_write)
@@ -19,8 +16,6 @@ user:file_search_path(data,       metadata('AHM')).
 :- use_module(rewrite_data).
 
 load_ontologies :-
-	rdf_attach_library(cliopatria(ontologies)),
-
 	rdf_load_library(dc),
 	rdf_load_library(skos),
 	rdf_load_library(rdfs),
diff --git a/examples/AHM/run-people.pl b/examples/AHM/run-people.pl
index 95aefb4..77b127a 100644
--- a/examples/AHM/run-people.pl
+++ b/examples/AHM/run-people.pl
@@ -7,13 +7,8 @@ user:file_search_path(data,       metadata('AHM')).
 :- load_files(library(semweb/rdf_db), [silent(true)]).
 
 :- rdf_register_ns(ahm,	   'http://purl.org/collections/nl/am/').
-:- rdf_register_ns(ulan,   'http://e-culture.multimedian.nl/ns/getty/ulan#').
-:- rdf_register_ns(aatned, 'http://e-culture.multimedian.nl/ns/rkd/aatned/').
-:- rdf_register_ns(skos,   'http://www.w3.org/2004/02/skos/core#').
-:- rdf_register_ns(foaf,   'http://xmlns.com/foaf/0.1/').
 
-:- load_files([ cliopatria(cliopatria),
-		library(xmlrdf/xmlrdf),
+:- load_files([ library(xmlrdf/xmlrdf),
 		library(semweb/rdf_cache),
 		library(semweb/rdf_library),
 		library(semweb/rdf_turtle_write)
@@ -21,7 +16,6 @@ user:file_search_path(data,       metadata('AHM')).
 :- use_module(rewrite_people).
 
 load_ontologies :-
-	rdf_attach_library(cliopatria(ontologies)),
 	rdf_load_library(dc),
 	rdf_load_library(skos),
 	rdf_load_library(rdfs),
diff --git a/examples/AHM/run-thesaurus.pl b/examples/AHM/run-thesaurus.pl
index 286b878..994f506 100644
--- a/examples/AHM/run-thesaurus.pl
+++ b/examples/AHM/run-thesaurus.pl
@@ -7,11 +7,8 @@ user:file_search_path(data,       metadata('AHM')).
 :- use_module(library(semweb/rdf_db)).
 
 :- rdf_register_ns(ahm,	   'http://purl.org/collections/nl/am/').
-:- rdf_register_ns(ulan,   'http://e-culture.multimedian.nl/ns/getty/ulan#').
-:- rdf_register_ns(aatned, 'http://e-culture.multimedian.nl/ns/rkd/aatned/').
 
-:- use_module([ cliopatria(cliopatria),
-		library(xmlrdf/xmlrdf),
+:- use_module([ library(xmlrdf/xmlrdf),
 		library(semweb/rdf_cache),
 		library(semweb/rdf_library),
 		library(semweb/rdf_turtle_write)
@@ -19,7 +16,6 @@ user:file_search_path(data,       metadata('AHM')).
 :- use_module(rewrite_thes).
 
 load_ontologies :-
-	rdf_attach_library(cliopatria(ontologies)),
 	rdf_load_library(dc),
 	rdf_load_library(skos),
 	rdf_load_library(rdfs),