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.
[multifile]rdf_db:rdf_load_stream(+Format,
+Stream, :Options)(Turtle clauses)
[semidet,multifile]rdf_db:rdf_load_stream(+Format,
+Stream, :Options)Plugin rule that supports loading the ntriples
and nquads
formats.
[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?