query two RDF graphs
atom meta <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CAAR9AEkfD9aDbhnG+PfO5fJ76Lg6Pi+57WuBS82es4Ey8_+GCQ@mail.gmail.com> |
Hi, I am loading two RDF graphs and what I want to do is query them both at the same time. rdf_load( FilePaths, [ graph(graphInstance) ] ) rdf_load( FilePaths, [ graph(graphInstance) ] ) So, I tried like : rdf(X,_,_,[graphSchema, graphInstance]). but it didn't work, how could I do it? Batselem -------------- next part -------------- HTML attachment scrubbed and removed