3.3.6 Loading and saving to file
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Two RDF APIs
          • library(semweb/rdf_db): The RDF database
            • Loading and saving to file
              • rdf_load/1
              • rdf_load/2
              • rdf_unload/1
              • rdf_save/1
              • rdf_save/2
              • rdf_make/0
              • rdf_save_header/2
              • rdf_save_footer/1
              • rdf_save_subject/3
              • rdf_save_db/1
              • rdf_save_db/2
              • rdf_load_db/1
Availability::- use_module(library(semweb/rdf_db)).
Source[det]rdf_save_subject(+Out, +Subject:resource, +Options)
Save the triples associated to Subject to Out. Options:
graph(+Graph)
Only save properties from Graph.
base_uri(+URI)
convert_typed_literal(:Goal)
document_language(+XMLLang)
See also
rdf_save/2 for a description of these options.