2ronwalf ServiceGrounding = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceGrounding"));
2ronwalf textDescription = EntityFactory.createDataProperty(URIUtils.createURI(URI + "textDescription"));
2ronwalf ServiceParameter = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceParameter"));
2ronwalf serviceParameter = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "serviceParameter"));
2ronwalf serviceParameterName = EntityFactory.createDataProperty(URIUtils.createURI(URI + "serviceParameterName"));
2ronwalf hasPrecondition = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasPrecondition"));
2ronwalf hasParameter = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasParameter"));
2ronwalf serviceCategory = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "serviceCategory"));
2ronwalf serviceClassification = EntityFactory.createDataProperty(URIUtils.createURI(URI + "serviceClassification"));
2ronwalf serviceProduct = EntityFactory.createDataProperty(URIUtils.createURI(URI + "serviceProduct"));
2ronwalf contactInformation = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "contactInformation"));
2ronwalf CompositeProcess = EntityFactory.createClass(URIUtils.createURI(URI + "CompositeProcess"));
2ronwalf parameterType = EntityFactory.createDataProperty(URIUtils.createURI(URI + "parameterType"));
2ronwalf hasParameter = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasParameter"));
2ronwalf hasPrecondition = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasPrecondition"));
2ronwalf ControlConstructList = EntityFactory.createClass(URIUtils.createURI(URI + "ControlConstructList"));
2ronwalf ControlConstructBag = EntityFactory.createClass(URIUtils.createURI(URI + "ControlConstructBag"));
2ronwalf ControlConstruct = EntityFactory.createClass(URIUtils.createURI(URI + "ControlConstruct"));
2ronwalf untilProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "untilProcess"));
2ronwalf untilCondition = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "untilCondition"));
2ronwalf whileProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "whileProcess"));
2ronwalf whileCondition = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "whileCondition"));
2ronwalf producedBinding = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "producedBinding"));
2ronwalf parameterValue = EntityFactory.createDataProperty(URIUtils.createURI(URI + "parameterValue"));
2ronwalf hasResultVar = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasResultVar"));
2ronwalf valueSpecifier = EntityFactory.createDataProperty(URIUtils.createURI(URI + "valueSpecifier"));
2ronwalf valueFunction = EntityFactory.createDataProperty(URIUtils.createURI(URI + "valueFunction"));
2ronwalf TheParentPerform = EntityFactory.createIndividual(URIUtils.createURI(URI + "TheParentPerform"));
2ronwalf WsdlAtomicProcessGrounding = EntityFactory.createClass(URIUtils.createURI(URI + "WsdlAtomicProcessGrounding"));
2ronwalf WsdlOperationRef = EntityFactory.createClass(URIUtils.createURI(URI + "WsdlOperationRef"));
2ronwalf hasAtomicProcessGrounding = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasAtomicProcessGrounding"));
2ronwalf wsdlOperation = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "wsdlOperation"));
2ronwalf wsdlInputMessage = EntityFactory.createDataProperty(URIUtils.createURI(URI + "wsdlInputMessage"));
2ronwalf wsdlOutputMessage = EntityFactory.createDataProperty(URIUtils.createURI(URI + "wsdlOutputMessage"));
2ronwalf WsdlInputMessageMap = EntityFactory.createClass(URIUtils.createURI(URI + "WsdlInputMessageMap"));
2ronwalf WsdlOutputMessageMap = EntityFactory.createClass(URIUtils.createURI(URI + "WsdlOutputMessageMap"));
2ronwalf wsdlMessagePart = EntityFactory.createDataProperty(URIUtils.createURI(URI + "wsdlMessagePart"));
2ronwalf owlsParameter = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsParameter"));
2ronwalf xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
2ronwalf xsltTransformationString = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformationString"));
2ronwalf xsltTransformationURI = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformationURI"));
2ronwalf expressionLanguage = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "expressionLanguage"));
2ronwalf expressionBody = EntityFactory.createDataProperty(URIUtils.createURI(URI + "expressionBody"));
2ronwalf expressionData = EntityFactory.createDataProperty(URIUtils.createURI(URI + "expressionData"));
2ronwalf expressionObject = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "expressionObject"));
2ronwalf public static OWLClass Actor = EntityFactory.createClass(URIUtils.createURI(URI + "Actor"));
2ronwalf public static OWLDataProperty email = EntityFactory.createDataProperty(URIUtils.createURI(URI + "email"));
2ronwalf public static OWLDataProperty fax = EntityFactory.createDataProperty(URIUtils.createURI(URI + "fax"));
2ronwalf public static OWLDataProperty name = EntityFactory.createDataProperty(URIUtils.createURI(URI + "name"));
2ronwalf public static OWLDataProperty phone = EntityFactory.createDataProperty(URIUtils.createURI(URI + "phone"));
2ronwalf public static OWLDataProperty physicalAddress = EntityFactory.createDataProperty(URIUtils.createURI(URI + "physicalAddress"));
2ronwalf public static OWLDataProperty title = EntityFactory.createDataProperty(URIUtils.createURI(URI + "title"));
2ronwalf public static OWLDataProperty webURL = EntityFactory.createDataProperty(URIUtils.createURI(URI + "webURL"));
2ronwalf public static ListVocabulary ObjList = new GenericListVocabulary(URIUtils.createURI(URI + "generic/ObjectList.owl#"));