Prolog Ntriples Query Problem
atom meta <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CAAR9AEn-032bNkx6-av+19F2_NK0Q_XCo+82k42OZ1sx6yEs8A@mail.gmail.com> |
Hello,
I am trying to query an Ntriples file (.nt) on Prolog using the following
code. It seems that I can load the data and consult it successfully.
But a problem occurs when I query the triples like rdf(X,Y,Z). It shows
some kind of strange error saying that " Correct to: "rdf_db:rdf(X,Y,Z)"? ".
PROLOG CODE:
:- use_module(library(semweb/rdf_ntriples)).
rdf_load('schema-full.nt').
Regards,
Batselem Jagvaral
-------------- next part --------------
HTML attachment scrubbed and removed