• 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

4.1 Hooks into the RDF library
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Plugin modules for rdf_db
          • Hooks into the RDF library
            • rdf_db:rdf_open_hook/3
            • rdf_db:rdf_load_stream/3
            • rdf_db:rdf_input_info/3
            • rdf_db:rdf_file_type/2
            • rdf_db:url_protocol/1
rdf_db:rdf_input_info(+Input, -Modified, -Format)
Gather information on Input. Modified is the last modification time of the source as a POSIX time-stamp (see time_file/2). Format is the RDF format of the file. See rdf_file_type/2 for details. It is allowed to leave the output variables unbound. Ultimately the default modified time is‘0’and the format is assumed to be xml.
ClioPatria (version V3.1.1-51-ga0b30a5)