wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace { _"http://ip-super.org/ontologies/organisation/deo/v1.0.3#" , upo _"http://ip-super.org/ontologies/process/upo/v2.1.3#", wsmostudio _"http://www.wsmostudio.org#" } ontology deo /* PolicyDecisionEventOntology */ nonFunctionalProperties wsmostudio#version hasValue "0.7.3" endNonFunctionalProperties importsOntology { _"http://ip-super.org/ontologies/process/upo/v2.1.3#upo" } concept Event subConceptOf upo#Event EventFlowType ofType (1 1) { InputEvent, OutputEvent} changesState ofType State /*triggeredBy ofType Rule*/ hasEventScope ofType (1 1) EventScope hasLogicalScope ofType EventLogicScope concept EventScope subConceptOf upo#Thing /* containsSubject ofType _"http://ip-super.org/ontologies/BPRO/20070831#Subject" */ concept EventExpression subConceptOf upo#Thing usesOperator ofType LogicalOperator includesEvent ofType Event definesEvent ofType ComplexEvent concept ComplexEvent subConceptOf Event containsEvent ofType Event concept LogicalOperator subConceptOf upo#IntangibleThing concept EventStream subConceptOf Event concept EventPattern subConceptOf ComplexEvent containsComplexEvent ofType ComplexEvent concept EventCorrelation subConceptOf upo#Thing definesStream ofType EventStream concept InputEvent subConceptOf Event concept OutputEvent subConceptOf Event concept ANDOperator subConceptOf LogicalOperator concept OROperator subConceptOf LogicalOperator concept XOROperator subConceptOf LogicalOperator concept NOTOperator subConceptOf LogicalOperator concept State subConceptOf upo#Thing concept EventLogicScope subConceptOf upo#Thing