Re: rdf_load problem



On 2007-07-25, Bonny <roberto.bonera@xxxxxxxx> wrote:
Please,

I know this is not a swi-prolog group, but i don't know any other.
can anyone tell me why calling rdf_load of the semweb module it give me
this:

ERROR: rdf:on_begin/3: Undefined procedure: rdf_db: . /4
ERROR: However, there are definitions for:
ERROR: ./2
ERROR: Unhandled exception: rdf:on_begin/3: Undefined procedure: rdf_db:
. /4
ERROR: However, there are definitions for:
ERROR: ./2

I just use the module and call 'rdf(myfile, mydb)'

I hope rdf_load(myfile, mydb)? As you may find in the current
documentation this should be rdf_load(myfile, [db(mydb)]). Either you
have some broken version or the old syntax doesn't work anymore. If
this doesn't help, please provide some more details on versions.

--- Jan
.