rdf.pl -- RDF/XML parser![]() | ||
---|---|---|
load_rdf/2 | Parse an XML file holding an RDF term into a list of RDF triples. | ![]() |
load_rdf/3 | Parse an XML file holding an RDF term into a list of RDF triples. | ![]() |
process_rdf/3 | Process RDF from Input. | ![]() |
xml_to_rdf/3 | ![]() | |
rdf_parser.pl![]() | ||
element_to_plrdf/3 | Rewrite a single XML element. | ![]() |
rdf_name_space/1 | True if URL must be handled as rdf: Determines special handling of rdf:about, rdf:resource, etc. | ![]() |
xml_to_plrdf/3 | Translate an XML (using namespaces) term into an Prolog term representing the RDF data. | ![]() |
rdf_triple.pl -- Create triples from intermediate representation![]() | ||
rdf_write.pl -- Write RDF/XML from a list of triples![]() | ||
rewrite_term.pl![]() |