Certified.png
This pattern has been certified.

Related submission, with evaluation history, can be found here

Working.gif Last modified date is: 2010-09-06

Graphical representation

Diagram

CommunicationEvent.jpg

General description

Name: CommunicationEvent
Submitted by: EvaBlomqvist
Also Known As:
Intent: To model communication events, such as phone calls, e-mails and meetings, their involved parties and the roles and relations of the parties in the context of the communication events.
Domains:

Organization, Business, Planning, Participation, Product development

Competency Questions:
Solution description: The pattern introduces a specialization of the participation pattern, where parties hold different roles when participating in communication events.
Reusable OWL Building Block: 1 (573)
Consequences: Pattern includes a set of standard communication mechanisms, but can be extended., The pattern does not take into account time-indexed participation in relationships, nor time-indexed participation in communication events. All parties are assumed to participate during the whole duration of relationships and events.
Scenarios: A sales call between John at company x and Mary at company y took place on January 7 2009. In the call John had the role of seller and Mary the role of buyer. The call was made in the context of the long-term relation between comanies x and y, where x is the subcontractor of y. The purpose of the call was to agree on a price for a particular order item., In todays boardmeeting John was elected chairman of the meeting, and Michael was appointed to take the minutes. The meeting involved 6 people, where 5 were elected members of the board and one was an invited external party. The purpose of the meeting was to decide on the price of a new product. However, the participants did not agree so the meeting had to be suspended and will continue tomorrow.
Known Uses:
Web References:
Other References:
Examples (OWL files):
Extracted From:
Reengineered From:
Has Components:
Specialization Of:
Related CPs:



Elements

The CommunicationEvent Content OP locally defines the following ontology elements:

Class ContactMechanism (owl:Class) The medium for the communication.
ArrowRight.gif ContactMechanism page
ObjectProperty isValidContactMechanismFor (owl:ObjectProperty)
ArrowRight.gif isValidContactMechanismFor page
Class CommunicationEventRole (owl:Class) The role that this event plays for a specific party, e.g. a conference has the role of transmitting research results for a presenter while it has the role of generating income and connections for the organizers, and generating knowledge for the participants.
ArrowRight.gif CommunicationEventRole page
ObjectProperty mediumOf (owl:ObjectProperty)
ArrowRight.gif mediumOf page
Class CommunicationEvent (owl:Class) An instance of communication, e.g. a phone call, a meeting or a conference.
ArrowRight.gif CommunicationEvent page
Class EventDuration (owl:Class) The time duration of a communication event.
ArrowRight.gif EventDuration page
DatatypeProperty eventStartTime (owl:DatatypeProperty)
ArrowRight.gif eventStartTime page
Class RelationshipDuration (owl:Class) The time duration of a relationship.
ArrowRight.gif RelationshipDuration page
DatatypeProperty relationshipStartTime (owl:DatatypeProperty)
ArrowRight.gif relationshipStartTime page
Class PartyRole (owl:Class) The role of a party in a relationship, e.g. in a sales relationship one party has the customer role and the other party the provider role.
ArrowRight.gif PartyRole page
Class RelationshipPartyRole (owl:Class) The role of a specific party in a relationship, e.g. in this particular buyer-seller relationship company x is the seller.
ArrowRight.gif RelationshipPartyRole page
ObjectProperty roleInRelationship (owl:ObjectProperty)
ArrowRight.gif roleInRelationship page
Class PartyRelationship (owl:Class) An event in the sense of a state of things, where two or more parties are involved through different roles, e.g. a buyer-seller relation.
ArrowRight.gif PartyRelationship page
ObjectProperty includesCommunication (owl:ObjectProperty)
ArrowRight.gif includesCommunication page
ObjectProperty relationshipIncludes (owl:ObjectProperty)
ArrowRight.gif relationshipIncludes page
ObjectProperty relationshipHasDuration (owl:ObjectProperty)
ArrowRight.gif relationshipHasDuration page
Class EmailCommunication (owl:Class)
ArrowRight.gif EmailCommunication page
ObjectProperty throughMedium (owl:ObjectProperty)
ArrowRight.gif throughMedium page
ArrowRight.gif e-mail page
Class PhoneCommunication (owl:Class)
ArrowRight.gif PhoneCommunication page
ArrowRight.gif phone page
Class CommunicationPurpose (owl:Class) The purpose or goal of the communciation event.
ArrowRight.gif CommunicationPurpose page
ObjectProperty purposeOfEvent (owl:ObjectProperty)
ArrowRight.gif purposeOfEvent page
Class WebSiteCommunication (owl:Class)
ArrowRight.gif WebSiteCommunication page
ArrowRight.gif web-site page
Class FaceToFaceCommunication (owl:Class)
ArrowRight.gif FaceToFaceCommunication page
ArrowRight.gif face-to-face page
ObjectProperty roleOfParty (owl:ObjectProperty)
ArrowRight.gif roleOfParty page
ObjectProperty partyParticipating (owl:ObjectProperty)
ArrowRight.gif partyParticipating page
ObjectProperty inRelationship (owl:ObjectProperty)
ArrowRight.gif inRelationship page
Class Party (owl:Class) A physical or juridical party, e.g. person or organization.
ArrowRight.gif Party page
ObjectProperty partyInvolvedIn (owl:ObjectProperty)
ArrowRight.gif partyInvolvedIn page
Class CommunicationEventPartyRole (owl:Class) The role of a specific party for a specific communciation event, e.g. in this particular meeting John is the chairman.
ArrowRight.gif CommunicationEventPartyRole page
ObjectProperty partyInRelationship (owl:ObjectProperty)
ArrowRight.gif partyInRelationship page
ObjectProperty hasValidContactMechanism (owl:ObjectProperty) Relates roles of communication events to their valid mediums, e.g. it may only be allowed to send contracts by letter or fax but not e-mail.
ArrowRight.gif hasValidContactMechanism page
ObjectProperty eventRoleIncludedIn (owl:ObjectProperty)
ArrowRight.gif eventRoleIncludedIn page
Class LetterCorrespondence (owl:Class)
ArrowRight.gif LetterCorrespondence page
ArrowRight.gif letter page
Class FaxCommunication (owl:Class)
ArrowRight.gif FaxCommunication page
ArrowRight.gif fax page
ObjectProperty roleOfEvent (owl:ObjectProperty)
ArrowRight.gif roleOfEvent page
ObjectProperty partyInEvent (owl:ObjectProperty)
ArrowRight.gif partyInEvent page
ObjectProperty inCommunicationEvent (owl:ObjectProperty)
ArrowRight.gif inCommunicationEvent page
ObjectProperty eventIncludes (owl:ObjectProperty)
ArrowRight.gif eventIncludes page
ObjectProperty communicationHasSetting (owl:ObjectProperty) All communications take place within some relationship between parties, e.g. a sales call takes place within the relationship with a prospective customer.
ArrowRight.gif communicationHasSetting page
ObjectProperty eventHasPurpose (owl:ObjectProperty)
ArrowRight.gif eventHasPurpose page
ObjectProperty eventHasDuration (owl:ObjectProperty)
ArrowRight.gif eventHasDuration page
ObjectProperty hasEventStatus (owl:ObjectProperty)
ArrowRight.gif hasEventStatus page
Class CommunicationEventStatus (owl:Class) The status of an event, e.g. suspended, started, ongoing, planned, proposed.
ArrowRight.gif CommunicationEventStatus page
ObjectProperty statusOfEvent (owl:ObjectProperty)
ArrowRight.gif statusOfEvent page
ObjectProperty isDurationOfEvent (owl:ObjectProperty)
ArrowRight.gif isDurationOfEvent page
ObjectProperty isDurationOfRelationship (owl:ObjectProperty)
ArrowRight.gif isDurationOfRelationship page
DatatypeProperty relationshipEndTime (owl:DatatypeProperty)
ArrowRight.gif relationshipEndTime page
DatatypeProperty eventEndTime (owl:DatatypeProperty)
ArrowRight.gif eventEndTime page

Additional information

Scenarios

Scenarios about CommunicationEvent

No scenario is added to this Content OP.

Reviews

Reviews about CommunicationEvent
There is no review about this proposal.
Some subquery has no valid condition.

This revision (revision ID 10036) takes in account the reviews: none

Other info at evaluation tab


Modeling issues

Modeling issues about CommunicationEvent
There is no Modeling issue related to this proposal.
Some subquery has no valid condition.


References

Add a reference

The page [[Bootstrap:Footer]] was not found.