Did you know ... | Search Documentation: |
Predicate rdf_save/2 |
:- use_module(library(semweb/rdf_db)).
false
(default true
) do not save blank
nodes that do not appear (indirectly) as object of a named resource.write_xml_base
option.xml:lang
saved with rdf:RDF element.true
(default false
), inline resources when
encountered for the first time. Normally, only bnodes are handled this
way.true
(default false
), emit subjects sorted
on the full URI. Useful to make file comparison easier.false
, do not include the xml:base
declaration that is written normally when using the
base_uri
option.false
(default true
), never use xml
attributes to save plain literal attributes, i.e., always used an XML
element as in <name>Joe</name>
.Out | Location to save the data. This can also
be a file-url (file://path ) or a stream wrapped in a term stream(Out) . |