• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

3.1.6 Accessing RDF collections
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Two RDF APIs
          • library(semweb/rdf11): The RDF database
            • Accessing RDF collections
              • rdf_last/2
              • rdf_list/1
              • rdf_list/2
              • rdf_length/2
              • rdf_member/2
              • rdf_nth0/3
              • rdf_nth1/3
              • rdf_assert_list/2
              • rdf_assert_list/3
              • rdf_retract_list/1
Availability::- use_module(library(semweb/rdf11)).
Source[semidet]rdf_list(?RDFTerm)
True if RDFTerm is a proper RDF list. This implies that every node in the list has an rdf:first and rdf:rest property and the list ends in rdf:nil.

If RDFTerm is unbound, RDFTerm is bound to each maximal RDF list. An RDF list is maximal if there is no triple rdf(_, rdf:rest, RDFList).

ClioPatria (version V3.1.1-51-ga0b30a5)