File "lib/semweb/owl_sameas.pl"[download]
in pack: | owl |
---|---|
Prolog module: | owl_sameas |
size: | 5345 |
Recent changes
14 years ago | Jan Wielemaker | More efficient handling of resources that have ...HEAD -> master |
14 years ago | Jan Wielemaker | Added mapping using assoc's |
14 years ago | Jan Wielemaker | First version of a owl:sameAs library |
This file requires
- From ClioPatria
- library(count) resolved by
- count.pl: proof_count/3
- library(count) resolved by
- From the Prolog library
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_has/3, rdf_reachable/3, rdf_set_predicate/2, rdf_is_bnode/1
- library(ordsets) resolved by
- ordsets.pl: ord_subtract/3
- library(assoc) resolved by
- assoc.pl: empty_assoc/1, put_assoc/4
- library(semweb/rdf_db) resolved by
This file is used by
Exported predicates
- owl_sameas_partition/2
- owl_sameas_map/3
- owl_sameas/2
- owl_sameas_representative/3
Required predicates
- empty_assoc/1 from library(assoc)
- put_assoc/4 from library(assoc)
- rdf_has/3 from library(semweb/rdf_db)
- proof_count/3 from library(count)
- rdf_reachable/3 from library(semweb/rdf_db)
- map_list_to_pairs/3 autoloaded
- rdf_is_bnode/1 from library(semweb/rdf_db)
- rdf/3 from library(semweb/rdf_db)
- rdf_set_predicate/2 from library(semweb/rdf_db)
- ord_subtract/3 from library(ordsets)
- exclude/3 autoloaded