rdf('_:Description1', name, literal('Jan Wielemaker')). rdf('_:Description1', works_at, literal('SWI')). rdf('http://www.swi.psy.uva.nl/projects/SWI-Prolog/', 'http://description.org/schema/Creator', '_:Description1'). rdf('#JW', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement'). rdf('#JW', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#subject', 'http://www.swi.psy.uva.nl/projects/SWI-Prolog/'). rdf('#JW', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate', 'http://description.org/schema/Creator'). rdf('#JW', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#object', '_:Description1').