rdf.pl -- RDF/XML parser![]() | ||
|---|---|---|
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![]() | ||
| rdf_write_xml/2 | Write an RDF/XML serialization of Triples to Out. | ![]() |
rewrite_term.pl![]() | ||