• 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
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

3.2.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_save_db/1
              • rdf_save_db/2
              • rdf_load_db/1
Availability::- use_module(library(semweb/rdf_db)).
Source[det]rdf_load(+FileOrList)
Same as rdf_load(FileOrList, []). See rdf_load/2.
ClioPatria (version V3.1.1-21-gb8003bb)