This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/RDF
2009-03-13 19:39:06 +00:00
..
suite Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
.cvsignore Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
.gitignore Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
ChangeLog Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
configure.in Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
install-sh Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
Makefile.in Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
Makefile.mak Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
online.html Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
online.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
pretty_print.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf2pl.doc Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_diagram.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_ntriples.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_parser.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_test.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_triple.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf_write.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf-parser Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf.html Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdf.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rdfs.rdfs Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
README Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
rewrite.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
w3c_test.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00
write_test.pl Experiment with porting SGML to YAP, and trying to preserve SWI code as much 2009-03-13 19:39:06 +00:00

---+ RDF/XML parser and writer

This directory implements the RDF/XML parser   on  top of the SWI-Prolog
XML parser. The main entry  point  is   provided  by  load_rdf/3  or the
call-back version process_rdf/3.

In addition, rdf_write.pl provides writing (serialization) of an RDD/XML
document from a list of triples.

	* [[load_rdf/3]]
	* [[process_rdf/3]]
	* [[rdf_write_xml/2]]