• 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.2 library(semweb/rdf11_containers): RDF 1.1 Containers
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Two RDF APIs
          • 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
Availability::- use_module(library(semweb/rdf11_containers)).
[nondet]rdfs_container(+Container, -List)
True when List is the list of objects attached to Container using a container membership property (rdf:_0, rdf:_1, ...). If multiple objects are connected to the Container using the same membership property, this predicate selects one value non-deterministically.
ClioPatria (version V3.1.1-51-ga0b30a5)