public class map_ont
{
  public static com.hp.hpl.mesa.rdf.jena.model.Property longitude = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Location = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property latitude = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Polygon = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Point = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property layer = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource PredefinedLayer = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property object = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource DrawingLayer = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property location = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property color = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Map = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Line = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Layer = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Color = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property label = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource Icon = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property name = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource MapObject = null;
  static
  {
    try {
      longitude = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#longitude");
      Location = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Location");
      latitude = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#latitude");
      Polygon = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Polygon");
      Point = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Point");
      layer = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#layer");
      PredefinedLayer = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#PredefinedLayer");
      object = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#object");
      DrawingLayer = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#DrawingLayer");
      location = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#location");
      color = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#color");
      Map = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Map");
      Line = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Line");
      Layer = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Layer");
      Color = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Color");
      label = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#label");
      Icon = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#Icon");
      name = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2001/06/map/map-ont#name");
      MapObject = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2001/06/map/map-ont#MapObject");
    } catch (Exception e) {
      System.err.println(e);
    }
  }
}
