3.3.3 Modifying the RDF database
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Two RDF APIs
          • library(semweb/rdf_db): The RDF database
            • Modifying the RDF database
              • rdf_assert/3
              • rdf_assert/4
              • rdf_retractall/3
              • rdf_retractall/4
              • rdf_update/4
              • rdf_update/5
Availability::- use_module(library(semweb/rdf_db)).
Source[det]rdf_update(+Subject, +Predicate, +Object, +Graph, +Action)
As rdf_update/4 but allows for specifying the graph.