rdf_list(?RDFTerm) are these real c-based linked lists

Hi,

In the websem docu it states that rdf_lists are linked lists,

Are these true linked lists implemented as c pointer lists – i.e. can i expect performance charactistics of c linked lists when using this rdf construct.

thank you,

Dan

“the following predicates are utilities to access RDF 1.1 collections . A collection is a linked list created from rdf:first and rdf:next triples, ending in rdf:nil .”

Lookup the docs, click (:slight_smile: icon and see:

http://www.swi-prolog.org/pldoc/doc/SWI/library/semweb/rdf11.pl?show=src#rdf_member/2

Or, load the library and do ?- edit(rdf_member).