3.3 Low-level access
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog RDF parser
Predicates for parsing RDF/XML
Low-level access
xml_to_rdf/3
process_rdf/3
Availability:
:- use_module(
library(rdf)
).
(can be autoloaded)
xml_to_rdf
(
+XML, +BaseURI, -Triples
)
Process an XML term produced by
load_structure/3
using the
dialect(xmlns)
output option.
XML
is either a complete
<rdf:RDF>
element, a list of RDF-objects (container or description) or a single description of container.