package org.daml.sonat.vocabulary;
public class notification
{
  public static String baseURI = "http://www.daml.org/2002/05/notification/notification";
  public static com.hp.hpl.mesa.rdf.jena.model.Property profile = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property notification = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource NotificationMessage = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource NotificationParameters = null;
  static
  {
    try {
      profile = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification#profile");
      notification = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification#notification");
      NotificationMessage = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification#NotificationMessage");
      NotificationParameters = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification#NotificationParameters");
    } catch (Exception e) {
      System.err.println(e);
    }
  }
}
