AllApplicationManualNameSummaryHelp

  • 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_load_stream(+Format, +Stream, +Options)
Actually load the RDF from Stream into the RDF database. Format describes the format and is produced either by rdf_input_info/3 or rdf_file_type/2.
Availability::- use_module(library(semweb/turtle)).
[multifile]rdf_db:rdf_load_stream(+Format, +Stream, :Options)
(Turtle clauses)
Availability::- use_module(library(semweb/rdf_ntriples)).
[semidet,multifile]rdf_db:rdf_load_stream(+Format, +Stream, :Options)
Plugin rule that supports loading the ntriples and nquads formats.
Availability::- use_module(library(semweb/rdfa)).
[multifile]rdf_db:rdf_load_stream(+Format, +Stream, :Options)
Register library(semweb/rdfa) as loader for HTML RDFa files.
To be done
Which options need to be forwarded to read_rdfa/3?