wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace { _"http://ip-super.org/ontologies/process/upo/v2.0.1#" , dc _"http://purl.org/dc/elements/1.1#", wsmostudio _"http://www.wsmostudio.org#" } ontology upo nonFunctionalProperties dc#publisher hasValue "European FP6 Integrated Project SUPER" wsmostudio#version hasValue "0.7.2" dc#contributor hasValue {"Liliana Cabral", "Barry Norton", "Carlos Pedrinaci", "Ivan Markovic", "Ingo Weber"} dc#subject hasValue "Semantic Business Process Management" dc#creator hasValue {"John Domingue", "Martin Hepp"} dc#description hasValue "Upper-Level Process Ontology" dc#language hasValue "en-GB" dc#date hasValue "$Date: 13/10/2008$" dc#title hasValue "UPO - Upper Level Process Ontology v2.0.1" endNonFunctionalProperties concept Thing nonFunctionalProperties dc#description hasValue "This is the top-level concept in the SUPER Stack of ontologies. Some of the concepts (especially the upper level and time related parts) are borrowed from the AKT Reference Ontology at http://www.aktors.org/publications/ontology/" endNonFunctionalProperties hasPrettyName ofType _string hasVariantName ofType _string concept IntangibleThing subConceptOf Thing nonFunctionalProperties dc#description hasValue "This comes from HPKB upper level. The collection of things that are not physical -- are not made of, or encoded in, matter. Every Collection is an Intangible (even if its instances are tangible), and so are some Individuals. Caution: do not confuse `tangibility' with `perceivability' -- humans can perceive light even though it's intangible--at least in a sense." endNonFunctionalProperties concept TimePosition subConceptOf IntangibleThing nonFunctionalProperties dc#relation hasValue "TimePositionDef" dc#description hasValue "A time position is either a time interval or a time point. Any time position is relative to a time zone" endNonFunctionalProperties InTimezone ofType _string concept TimeInstant subConceptOf TimePosition nonFunctionalProperties dc#description hasValue "A point in time. We use 'instant' as that's what W3C use." dc#relation hasValue "TimeInstantDef" endNonFunctionalProperties microSecondOf ofType (0 1) _integer milliSecondOf ofType (0 1) _integer secondOf ofType (0 1) _integer minuteOf ofType (0 1) _integer hourOf ofType (0 1) _integer dayOf ofType (0 1) _integer monthOf ofType (0 1) _integer yearOf ofType (0 1) _integer concept TimeInterval subConceptOf TimePosition nonFunctionalProperties dc#description hasValue "An interval is defined by two time points or a duration. Classes of intervals, e.g., a day, can be defined by specifying only a duration. A time interval has no gaps" endNonFunctionalProperties beginsAtTimeInstant ofType (0 1) TimeInstant endsAtTimeInstant ofType (0 1) TimeInstant concept TemporalThing subConceptOf Thing nonFunctionalProperties dc#description hasValue "Like in Cyc, this is something which has a temporal extent." endNonFunctionalProperties hasTimeInterval ofType TimeInterval concept TangibleThing subConceptOf TemporalThing nonFunctionalProperties dc#description hasValue "Something which is not intangible, something which is physical, made of matter. It does not matter whether things are real of imaginary. Therefore we consider Mickey Mouse's car and a hippogriff as tangible things" endNonFunctionalProperties concept Event subConceptOf TemporalThing nonFunctionalProperties dc#description hasValue "A fairly minimalist notion of event." endNonFunctionalProperties hasMainAgent ofType Agent hasOtherAgentsInvolved ofType Agent hasSubEvent ofType Event hasLocation ofType Location concept Resource subConceptOf Thing nonFunctionalProperties dc#description hasValue "A fairly minimalist notion of Resource." endNonFunctionalProperties concept BusinessEvent subConceptOf Event hasInvolvedBusinessActivity ofType BusinessActivity hasInvolvedResource ofType Resource consumesResource ofType Resource generatesResource ofType Resource hasOwner ofType Agent concept LogicalExpression subConceptOf Thing concept PreCondition subConceptOf LogicalExpression concept Effect subConceptOf LogicalExpression concept ProcessOrchestrationFormalism subConceptOf Thing concept ProcessOrchestrationSpecificationType subConceptOf Thing concept ImplicitProcessOrchestrationSpecification subConceptOf ProcessOrchestrationSpecificationType concept ExplicitProcessOrchestrationSpecification subConceptOf ProcessOrchestrationSpecificationType concept SpecificationCompleteness subConceptOf Thing concept ProcessOrchestrationElement subConceptOf Thing nonFunctionalProperties dc#description hasValue "An element within the control and dataflow specification of a set of business activities." endNonFunctionalProperties concept ProcessOrchestrationSpecification subConceptOf Thing nonFunctionalProperties dc#description hasValue "The control and dataflow specification of a set of business activities." endNonFunctionalProperties isExpressedIn ofType ProcessOrchestrationFormalism hasProcessOrchestrationSpecificationType ofType ProcessOrchestrationSpecificationType hasSpecificationCompleteness ofType (0 1) SpecificationCompleteness hasProcessOrchestrationElement ofType ProcessOrchestrationElement concept BusinessActivity subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "In SUPER terms a business activity is an activity which occurs within an enterprise." endNonFunctionalProperties belongsToOrganisation ofType Organisation hasModelPurpose ofType BusinessActivityModelPurpose hasPreCondition ofType PreCondition hasFinalBusinessEffect ofType Effect hasOngoingBusinessEffect ofType Effect hasInvolvedAgent ofType Agent hasInvolvedRole ofType Role hasInvolvedObject ofType Thing concept AtomicBusinessActivity subConceptOf BusinessActivity nonFunctionalProperties dc#description hasValue "An atomic business activity." endNonFunctionalProperties concept CompositeBusinessActivity subConceptOf BusinessActivity nonFunctionalProperties dc#description hasValue "A Business Activity which has some internal orchestration." endNonFunctionalProperties hasProcessOrchestrationSpecification ofType ProcessOrchestrationSpecification concept BusinessProcessModel subConceptOf CompositeBusinessActivity nonFunctionalProperties dc#description hasValue "Upper class definition of a Business Process. The parent of a BPMO Process and a sBPEL Process" endNonFunctionalProperties concept BusinessFunction subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "A representational unit which is characterized by a set of effects, and involved roles, types of resources and types of agents. Will be used to be the parent of classes filling the hasBusinessFunction attribute (BPMO Process). Integration point for business processes in different vertical domains." endNonFunctionalProperties concept BusinessDomain subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "Upper class definition of a Business Domain. Must be the superclass of classes filling the hasBusinessDomain attribute (BPMO Process). Integration point for business processes in different vertical domains." endNonFunctionalProperties concept BusinessStrategy subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "Upper class definition of an overall Business Strategy. Must be the superclass of classes filling the hasBusinessPlan attribute (BPMO Process). Integration point for business processes in different vertical domains." endNonFunctionalProperties concept BusinessProcessGoal subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "Upper class definition of a Business Process Goal. Must be the superclass of classes filling the hasBusinessProcessGoal attribute (BPMO SubProcess; BPMO Fragmet) ." endNonFunctionalProperties concept BusinessPolicy subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "A holding definition for a business policy." endNonFunctionalProperties concept BusinessProcessMetrics subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "A holding definition for a business metric." endNonFunctionalProperties concept BusinessProcessMediator subConceptOf Thing nonFunctionalProperties dc#description hasValue "Upper class definition of a Business Process Mediator." endNonFunctionalProperties concept BusinessActivityModelPurpose subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "Business activity models are created for one of two purposes. Either to document the current state of an enterprise or to document a desired or intended state." endNonFunctionalProperties concept Role subConceptOf IntangibleThing nonFunctionalProperties dc#description hasValue "The role played by a Thing. Used within BusinessActivity." endNonFunctionalProperties concept Location subConceptOf TangibleThing nonFunctionalProperties dc#description hasValue "A place. " endNonFunctionalProperties concept Agent subConceptOf TangibleThing nonFunctionalProperties dc#description hasValue "This is a generic notion, an agent can be an organisation, a person an animal, a software agent, etc" endNonFunctionalProperties hasName ofType _string hasDescription ofType _string hasWebAddress ofType _string hasEmailAddress ofType _string concept LegalAgent subConceptOf Agent nonFunctionalProperties dc#description hasValue "Some Agents have legal status, such as people and organisations." endNonFunctionalProperties hasTelephoneNumber ofType _string hasFaxNumber ofType _string hasPostalAddress ofType _string concept Organisation subConceptOf LegalAgent nonFunctionalProperties dc#description hasValue "An organisation is a type of legal agent" endNonFunctionalProperties hasAffiliatedPerson ofType Person partOfOrganisation ofType Organisation hasSubUnit ofType OrganisationUnit isHeadedBy ofType Person hasSize ofType OrganisationSize concept OrganisationUnit subConceptOf Agent nonFunctionalProperties dc#description hasValue "An organisation may have a number of units. Units may themselves have sub-units" endNonFunctionalProperties hasTelephoneNumber ofType _string hasFaxNumber ofType _string hasPostalAddress ofType _string hasSize ofType OrganisationSize hasAffiliatedPerson ofType Person isHeadedBy ofType Person isUnitOfOrganisation ofType Organisation isSubUnitOfOrganisationUnit ofType OrganisationUnit hasSubUnit ofType OrganisationUnit concept Person subConceptOf LegalAgent hasFullName ofType _string hasFamilyName ofType _string hasGivenName ofType _string hasGender ofType Gender concept Gender subConceptOf Thing concept OrganisationSize subConceptOf Thing nonFunctionalProperties dc#description hasValue "We use EU guidelines to distinguish between different organisation sizes" endNonFunctionalProperties instance documentCurrentState memberOf BusinessActivityModelPurpose instance documentIntendedState memberOf BusinessActivityModelPurpose instance controlFlowBasedProcessOrchestrationSpecification memberOf ExplicitProcessOrchestrationSpecification instance dataFlowBasedProcessOrchestrationSpecification memberOf ExplicitProcessOrchestrationSpecification instance ruleBasedProcessOrchestrationSpecification memberOf ImplicitProcessOrchestrationSpecification instance constraintBasedProcessOrchestrationSpecification memberOf ImplicitProcessOrchestrationSpecification instance completeSpecification memberOf SpecificationCompleteness instance incompleteSpecification memberOf SpecificationCompleteness