public class agenda_ont
{
  public static com.hp.hpl.jena.daml.DAMLProperty uri = null;
  public static com.hp.hpl.jena.daml.DAMLProperty day = null;
  public static com.hp.hpl.jena.daml.DAMLProperty homePage = null;
  public static com.hp.hpl.jena.daml.DAMLClass Break = null;
  public static com.hp.hpl.jena.daml.DAMLProperty organization = null;
  public static com.hp.hpl.jena.daml.DAMLProperty items = null;
  public static com.hp.hpl.jena.daml.DAMLClass Meeting = null;
  public static com.hp.hpl.jena.daml.DAMLClass Block = null;
  public static com.hp.hpl.jena.daml.DAMLClass Talk = null;
  public static com.hp.hpl.jena.daml.DAMLClass Speaker = null;
  public static com.hp.hpl.jena.daml.DAMLProperty email = null;
  public static com.hp.hpl.jena.daml.DAMLProperty object = null;
  public static com.hp.hpl.jena.daml.DAMLProperty theme = null;
  public static com.hp.hpl.jena.daml.DAMLProperty duration = null;
  public static com.hp.hpl.jena.daml.DAMLClass Day = null;
  public static com.hp.hpl.jena.daml.DAMLProperty name = null;
  public static com.hp.hpl.jena.daml.DAMLProperty title = null;
  public static com.hp.hpl.jena.daml.DAMLClass AgendaItem = null;
  public static com.hp.hpl.jena.daml.DAMLProperty speaker = null;
  public static com.hp.hpl.jena.daml.DAMLClass SimpleAgendaItem = null;
  public static com.hp.hpl.jena.daml.DAMLProperty start = null;
  public static com.hp.hpl.jena.daml.DAMLProperty location = null;
  static
  {
    try {
      uri = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#uri", null, null);
      day = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#day", null, null);
      homePage = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#homePage", null, null);
      Break = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Break", null, null);
      organization = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#organization", null, null);
      items = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#items", null, null);
      Meeting = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Meeting", null, null);
      Block = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Block", null, null);
      Talk = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Talk", null, null);
      Speaker = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Speaker", null, null);
      email = new com.hp.hpl.jena.daml.common.DAMLDatatypePropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#email", null, null);
      object = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#object", null, null);
      theme = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#theme", null, null);
      duration = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#duration", null, null);
      Day = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#Day", null, null);
      name = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#name", null, null);
      title = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#title", null, null);
      AgendaItem = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#AgendaItem", null, null);
      speaker = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#speaker", null, null);
      SimpleAgendaItem = new com.hp.hpl.jena.daml.common.DAMLClassImpl("http://www.daml.org/2001/10/agenda/agenda-ont#SimpleAgendaItem", null, null);
      start = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#start", null, null);
      location = new com.hp.hpl.jena.daml.common.DAMLPropertyImpl("http://www.daml.org/2001/10/agenda/agenda-ont#location", null, null);
    } catch (Exception e) {
      System.err.println(e);
    }
  }
}
