@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix daml: <http://www.daml.org/2000/10/daml-ont#>.
@prefix nph:  <http://www.w3.org/2001/04/18/noun-phrase-names#>.
@prefix set:  <http://www.w3.org/2001/04/18/set#>.
@prefix :     <http://www.w3.org/2001/04/18/template#>.

:Template a rdf:class.

set:Set daml:subclass :SetOfStatements.

:statements a rdf:property;
    rdfs:domain :Template;
    rdfs:range :SetOfStatements;
    nph:propname "the statement .... ".

:variables a rdf:property;
    rdfs:domain :Template;
    rdfs:range daml:thing.


