package org.daml.sonat.vocabulary;
public class notification_ont
{
  public static String baseURI = "http://www.daml.org/2002/05/notification/notification-ont";
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Notification = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property to = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Profile = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property emailAddress = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Priority = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property contents = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property priority = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property dominates = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property from = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource User = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property profile = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property timestamp = null;
  static
  {
    try {
      Notification = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification-ont#Notification");
      to = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#to");
      Profile = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification-ont#Profile");
      emailAddress = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#emailAddress");
      Priority = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification-ont#Priority");
      contents = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#contents");
      priority = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#priority");
      dominates = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#dominates");
      from = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#from");
      User = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/notification-ont#User");
      profile = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#profile");
      timestamp = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/notification-ont#timestamp");
    } catch (Exception e) {
      System.err.println(e);
    }
  }
}
