find_resource/commit
export find_literal
author | Michiel Hildebrand |
---|---|
Wed Mar 9 18:56:03 2011 +0100 | |
committer | Michiel Hildebrand |
Wed Mar 9 18:56:03 2011 +0100 | |
commit | 19af3b54d22df49dfbb360afcd4d3c230f86ff8a |
tree | e1c051b769258113892063a33033a32fbd0e49a2 |
parent | 2ce1abbef750530cb2c89eb5890ade1699045d37 |
Diff style: patch stat
diff --git a/lib/find_resource.pl b/lib/find_resource.pl index 95564ad..d90031f 100644 --- a/lib/find_resource.pl +++ b/lib/find_resource.pl @@ -1,5 +1,6 @@ :- module(find_resource, - [ find_resource_by_name/3 % +Name, -Hits, +Options + [ find_literal/3, % +Text, +MatchType, -Literal + find_resource_by_name/3 % +Name, -Hits, +Options ]). :- use_module(library(semweb/rdf_db)).