File:  [Public] / 2004 / semwalker / datapage_test_load.pl
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 7 19:58:41 2006 UTC (19 years, 8 months ago) by sandro
Branches: MAIN
CVS tags: before_oct_2006_restructuring, HEAD
playing around with a random idea


load_data :-
	rdf_assert(a, pubDate, literal('12-13-2009')),
	rdf_assert(a, editor, e),
	rdf_assert(e, otherStatus, literal('The Author is Goofy')).

:- load_data.

Webmaster