xmlrdf/commit

Small cleanup

authorJan Wielemaker
Fri Mar 25 15:38:18 2011 +0100
committerJan Wielemaker
Fri Mar 25 15:38:18 2011 +0100
commitd61cbba1d3f60a1cf5ed151f13adb2e3803745d3
tree2585489c003226e35ca6c5a35066c0888d72fda1
parent74e7ce75814d9cdb3caa3f64925f0b631a454a2e
Diff style: patch stat
diff --git a/examples/AHM/run-thesaurus.pl b/examples/AHM/run-thesaurus.pl
index 2950857..286b878 100644
--- a/examples/AHM/run-thesaurus.pl
+++ b/examples/AHM/run-thesaurus.pl
@@ -24,8 +24,7 @@ load_ontologies :-
 	rdf_load_library(skos),
 	rdf_load_library(rdfs),
 	rdf_load_library(owl),
-	absolute_file_name(data('rdf/am-thesaurus-schema.ttl'), VocSchema, [access(read)]),
-	rdf_load(VocSchema,[graph(thesaurus_schema)]).
+	rdf_load(data('rdf/am-thesaurus-schema.ttl'),[graph(thesaurus_schema)]).
 
 :- initialization			% run *after* loading this file
 	ensure_dir(cache),