skos/commit

make skos_in_scheme/2 and skos_in_scheme/3 multifile

authorJacco van Ossenbruggen
Thu Mar 5 18:19:53 2015 +0100
committerJacco van Ossenbruggen
Thu Mar 5 18:19:53 2015 +0100
commit36e3c3d87e06ec2eeac88301ea035ecfa5375f38
treea8f2c6ef31319fcb91efa63995ca71b0c57668ec
parent0c46eef7ba4f05f201261cb8cfcb6d6a7543549d
Diff style: patch stat
diff --git a/lib/skos/util.pl b/lib/skos/util.pl
index 0a06acc..daa60a0 100644
--- a/lib/skos/util.pl
+++ b/lib/skos/util.pl
@@ -25,6 +25,8 @@
 :- use_module(library(semweb/rdf_label)).
 
 :- multifile
+	skos_in_scheme/2,
+	skos_in_scheme/3,
 	skos_is_vocabulary/1.
 
 :- rdf_meta