rdf.pl -- RDF/XML parser![]() | ||
|---|---|---|
rdf_parser.pl![]() | ||
rdf_triple.pl![]() | ||
| anon_prefix/1 | If defined, it is the prefix used to generate a blank node. | ![]() |
| rdf_end_file/1 | Cleanup reaching the end of an RDF file. | ![]() |
| rdf_reset_ids/0 | Utility predicate to reset the gensym counters for the various generated identifiers. | ![]() |
| rdf_start_file/2 | Initialise for the translation of a file. | ![]() |
| rdf_triples/2 | Convert an object as parsed by rdf.pl into a list of rdf/3 triples. | ![]() |
| rdf_triples/3 | Convert an object as parsed by rdf.pl into a list of rdf/3 triples. | ![]() |
rdf_write.pl![]() | ||
| rdf_write_xml/2 | Write an RDF/XML serialization of Triples to Out. | ![]() |
rewrite_term.pl![]() | ||