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.