@keywords a, is, of.

@prefix :	<http://www.w3.org/2005/01/wf/flow#>.

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix  foo:  <http://www.w3.org/2005/01/wf/test/foo#>.
@prefix this:	<#>.

<> date "2005-01-01".

<>	creates this:issue1.

this:prop1
	a foo:proposal;
	task this:issue1;
	origin <>.

this:issue1
	title "The Lunch Question";
	description """This group has to decide what to do about lunch""".


