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

3.1.7 library(semweb/rdf11_containers): RDF 1.1 Containers
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Two RDF APIs
          • library(semweb/rdf11): The RDF database
            • library(semweb/rdf11_containers): RDF 1.1 Containers
              • rdf_alt/3
              • rdf_assert_alt/3
              • rdf_assert_alt/4
              • rdf_bag/2
              • rdf_assert_bag/2
              • rdf_assert_bag/3
              • rdf_seq/2
              • rdf_assert_seq/2
              • rdf_assert_seq/3
              • rdfs_container/2
              • rdfs_container_membership_property/1
              • rdfs_container_membership_property/2
              • rdfs_member/2
              • rdfs_nth0/3
[nondet]rdf_bag(+Bag, -List:list)
True when Bag is an rdf:Bag and set is the set values related through container membership properties to Bag.

Notice that this construct adds no machine-processable semantics but is conventionally used to indicate to a human reader that the numerical ordering of the container membership properties of Container is intended to not be significant.

ClioPatria (version V3.1.1-21-gb8003bb)