File "lib/xmlrdf/cvt_vocabulary.pl"[download]
in pack: | xmlrdf |
---|---|
Prolog module: | cvt_vocabulary |
size: | 1554 |
Recent changes
13 years ago | Jan Wielemaker | Speedup in examining vocabularies for unique terms |
14 years ago | Jan Wielemaker | Try to get AHM example to work again |
This file requires
- From ClioPatria
- library(count) resolved by
- count.pl: unique_solution/2
- library(count) resolved by
- From the Prolog library
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3, rdf_reachable/3
- library(semweb/rdf_db) resolved by
Exported predicates
- find_in_vocabulary/3
- find_in_vocabulary/4
Required predicates
- rdf_has/3 from library(semweb/rdf_db)
- rdf_reachable/3 from library(semweb/rdf_db)
- unique_solution/2 from library(count)