8.2 Collections and Containers
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • library(semweb/rdfs): RDFS related queries
          • Collections and Containers
            • rdfs_member/2
            • rdfs_list_to_prolog_list/2
            • rdfs_assert_list/2
            • rdfs_assert_list/3
Availability::- use_module(library(semweb/rdfs)).
rdfs_assert_list(+List, -Resource, +DB)
If List is a list of resources, create an RDF list Resource that reflects these resources. Resource and the sublist resources are generated with rdf_bnode/1. The new triples are associated with the database DB.