Ontology ODA_ServiceDemoVirtualMeetingPlace

Tables of classes

Class nameDescription
ODA_BarcDemo_Component_ConferenceServerDefines component which is able to run instant messaging service beetwen controler (has special rights) and simple participants. Service use connectivity which support bearer service capable to transefer data.

Equivalent class:
    simse:Component
    that simse:canRealizeService some (mc:InstantMessaging
               that te:hasParticipant some (te:CommunicationResponder
                     that pc:hasProfile some (not (pc:hasPermissionTo some (te:Termination
                                  or te:Invitation
                                  or te:Establishment))))
               and te:hasParticipant some (te:CommunicationInitiator
                     that pc:hasProfile some (pc:ParticipantProfile
                        that pc:hasPermissionTo some (te:Termination
                           or te:Invitation
                           or te:Establishment)))
               and te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some ct:DataBearerService))
ODA_BarcDemo_Component_ControlerDefines component which is able to run instant messaging service beetwen controler (has special rights) and simple participants. Service use connectivity which support bearer service capable to transefer data. Component can also realize communication between internet participants through connectivity with IPv4 address type. Component can achieve goals like acceptance, rejection, message sending or receiving, initiation, invitation or termination.

Equivalent class:
    simse:Component
    that simse:canRealizeService some ((te:Communication
               that te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some (ct:DataBearerService
                          that ct:referesToAddress value ct:IPv4))
               and te:hasParticipant some mc:InternetParticipant)
               or (mc:InstantMessaging
               that te:hasParticipant some (te:CommunicationResponder
                     that pc:hasProfile some (not (pc:hasPermissionTo some (te:Termination
                                  or te:Invitation
                                  or te:Establishment))))
               and te:hasParticipant some (te:CommunicationInitiator
                     that pc:hasProfile some (pc:ParticipantProfile
                        that pc:hasPermissionTo some (te:Termination
                           or te:Invitation
                           or te:Establishment)))
               and te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some ct:DataBearerService)))
    and simse:isAbleToAchieve some (te:Rejection
               or te:Acceptance
               or te:Termination
               or te:Initiation
               or te:Invitation
               or mc:MessageSending
               or mc:MessageReceiving)
ODA_BarcDemo_Component_ParticipantDefines component which is able to run instant messaging service beetwen controler (has special rights) and simple participants. Service use connectivity which support bearer service capable to transefer data. Component can also realize communication between internet participants through connectivity with IPv4 address type. Component can achieve goals like acceptance, rejection, message sending or receiving.

Equivalent class:
    simse:Component
    that simse:canRealizeService some ((te:Communication
               that te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some (ct:DataBearerService
                          that ct:referesToAddress value ct:IPv4))
               and te:hasParticipant some mc:InternetParticipant)
               or (mc:InstantMessaging
               that te:hasParticipant some (te:CommunicationResponder
                     that pc:hasProfile some (not (pc:hasPermissionTo some (te:Termination
                                  or te:Invitation
                                  or te:Establishment))))
               and te:hasParticipant some (te:CommunicationInitiator
                     that pc:hasProfile some (pc:ParticipantProfile
                        that pc:hasPermissionTo some (te:Termination
                           or te:Invitation
                           or te:Establishment)))
               and te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some ct:DataBearerService)))
    and simse:isAbleToAchieve some (te:Rejection
               or te:Acceptance
               or mc:MessageSending
               or mc:MessageReceiving)
ODA_BarcDemo_Component_PortalServerDefines component who can handle comunication through connectivity which has bearer service with IP4 address type. In service can participate internet users.

Equivalent class:
    simse:Component
    that simse:canRealizeService some (te:Communication
               that te:hasNetworkConnectivity some (te:ConnectivityType
                      that ct:hasNetworkBearerService some (ct:DataBearerService
                          that ct:referesToAddress value ct:IPv4))
               and te:hasParticipant some mc:InternetParticipant)
ODA_BarcDemo_Service_VMP_ConferenceDefines instant messaging conference in virtual meering place service. In service participate initiator who has right to invite, establish or terminate communication (controller) and participants can't do such actions (simple participants). Service works through gsm connectivity.

Equivalent class:
    mc:InstantMessaging
    that te:hasParticipant some (te:CommunicationResponder
              that pc:hasProfile some (not (pc:hasPermissionTo some (te:Termination
                              or te:Invitation
                              or te:Establishment))))
    and te:hasParticipant some (te:CommunicationInitiator
              that pc:hasProfile some (pc:ParticipantProfile
                    that pc:hasPermissionTo some (te:Termination
                        or te:Invitation
                        or te:Establishment)))
    and te:hasNetworkConnectivity value ct:GSMConnectivity
ODA_BarcDemo_Service_VMP_PortalDefines communication between internet participants through GPRS in GSM network. In meeting place service scenario it corresponds to portal through which participants can find other participants .

Equivalent class:
    te:Communication
    that te:hasNetworkConnectivity some (te:ConnectivityType
               that ct:hasNetworkBearerService value ct:GSM_GPRS_IPV4)
    and te:hasParticipant some mc:InternetParticipant
ODA_VMP_Component1Defines component capable to handle text communications SMS, IM, Chat between two participants. Component require text communication terminal.

Equivalent class:
    simse:Component
    that simse:isAbleToAchieve some ((mc:MessageSending
               that te:refersToCommunication some (mc:Chat
                      or mc:SMSExchange))
               or (te:Termination
               that te:refersToCommunication some mc:InstantMessaging)
               or (te:Establishment
               that te:refersToCommunication some mc:InstantMessaging)
               or (mc:MessageReceiving
               that te:refersToCommunication some (mc:Chat
                      or mc:SMSExchange)))
    and simse:canRealizeService some (mc:SMSExchange
               or (mc:InstantMessaging
               that te:hasParticipant max 2 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain))
               or (mc:Chat
               that te:hasParticipant max 2 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain)))
    and simse:requiresDevice some (d:SMSCommunicationTerminal
               and d:TextCommunicationTerminal
               and d:JavaTerminal
               and te:UserTerminal
               that d:isDescribedBy some (d:NetworkCharacteristics
                     that d:supportNetworkBearers value ct:GSM_GPRS_IPV4)
               and d:isDescribedBy some (d:HardwarePlatform
                     that d:supportInputCharEncodings value de:ISO_8859-1
                     and d:supportOutputCharEncodings value de:ISO_8859-1)
               and d:isDescribedBy some (d:SoftwarePlatform
                     that d:containElements value d:SunJ2MEVMv1
                     and d:acceptCharSet value de:ISO_8859-1
                     and d:acceptMime value dt:text/plain
                     and d:containElements value d:MIDP2.0))
ODA_VMP_Component2Defines component capable to handle text communications SMS, IM, Chat and voice between max 10 participants. Component require text and voice communication terminal.

Equivalent class:
    simse:Component
    that simse:isAbleToAchieve some ((mc:MessageSending
               that te:refersToCommunication some (mc:Chat
                      or mc:SMSExchange))
               or (te:Termination
               that te:refersToCommunication some mc:InstantMessaging)
               or (te:Termination
               that te:refersToCommunication some cc:VoiceCall)
               or (te:Establishment
               that te:refersToCommunication some mc:InstantMessaging)
               or (te:Establishment
               that te:refersToCommunication some cc:VoiceCall)
               or (mc:MessageReceiving
               that te:refersToCommunication some (mc:Chat
                      or mc:SMSExchange)))
    and simse:requiresDevice some (d:SMSCommunicationTerminal
               and d:TextCommunicationTerminal
               and d:JavaTerminal
               and d:VoiceCommunicationTerminal
               and te:UserTerminal
               that d:isDescribedBy some (d:NetworkCharacteristics
                     that d:supportNetworkBearers value ct:GSM_GPRS_IPV4
                     and d:supportNetworkBearers value ct:GSM_CSD_MSISDN)
               and d:isDescribedBy some (d:SoftwarePlatform
                     that d:containElements value d:SunJ2MEVMv1
                     and d:acceptCharSet value de:ISO_8859-1
                     and d:acceptMime value dt:audio/Basic
                     and d:acceptCharSet value de:ISO_8859-2
                     and d:acceptMime value dt:text/plain
                     and d:containElements value d:MIDP2.0)
               and d:isDescribedBy some (d:HardwarePlatform
                     that d:supportInputCharEncodings value de:ISO_8859-1
                     and d:supportOutputCharEncodings value de:ISO_8859-2
                     and d:supportInputCharEncodings value de:ISO_8859-2
                     and d:supportOutputCharEncodings value de:ISO_8859-1))
    and simse:canRealizeService some (mc:SMSExchange
               or (cc:VoiceCall
               that te:hasParticipant max 10 Thing)
               or (mc:Chat
               that te:hasParticipant max 10 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain))
               or (mc:InstantMessaging
               that te:hasParticipant max 10 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain)))
ODA_VMP_Component3

Equivalent class:
    simse:Component
    that simse:isAbleToAchieve some (te:Rejection
               or te:Joining
               or te:Acceptance
               or te:Invitation
               or (te:Termination
               that te:refersToCommunication some mc:InstantMessaging)
               or (te:Establishment
               that te:refersToCommunication some mc:InstantMessaging)
               or (mc:MessageReceiving
               that te:refersToCommunication some (mc:MMSExchange
                      or mc:Chat
                      or mc:SMSExchange
                      or (mc:OneWayMessageExchange
                   that mc:containsMessage some mc:VoiceMail)))
               or (mc:MessageSending
               that te:refersToCommunication some (mc:MMSExchange
                      or mc:Chat
                      or mc:SMSExchange
                      or (mc:OneWayMessageExchange
                   that mc:containsMessage some mc:VoiceMail)))
               or (te:Termination
               that te:refersToCommunication some cc:VoiceCall)
               or (te:Establishment
               that te:refersToCommunication some cc:MultimediaCall)
               or (te:Establishment
               that te:refersToCommunication some cc:VoiceCall)
               or (te:Termination
               that te:refersToCommunication some cc:MultimediaCall))
    and simse:canRealizeService some ((te:hasNetworkConnectivity value ct:UMTSConnectivity)
               or (te:hasNetworkConnectivity value ct:GSMConnectivity)
               and cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall
               or (mc:InstantMessaging
               that te:hasParticipant max 20 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain))
               or (mc:Chat
               that te:hasParticipant max 20 Thing
               and mc:containsMessage some (mc:Message
                     that do:hasMimeType value dt:text/plain)))
    and simse:requiresDevice some (d:SMSCommunicationTerminal
               and te:UserTerminal
               and d:JavaTerminal
               and d:TextCommunicationTerminal
               and d:VoiceCommunicationTerminal
               and d:VideoCommunicationTerminal
               that d:isDescribedBy some (d:NetworkCharacteristics
                     that d:supportNetworkBearers value ct:GSM_GPRS_IPV4)
               and (d:SoftwarePlatform
               that d:containElements value d:Symbian9.2)
               or (d:SoftwarePlatform
               that d:containElements value d:Symbian7.0)
               or (d:isDescribedBy some (d:SoftwarePlatform
                     that d:containElements value d:SunJ2MEVMv1
                     and d:acceptCharSet value de:ISO_8859-1
                     and d:acceptCharSet value de:ISO_8859-2
                     and d:acceptMime value dt:text/plain
                     and d:containElements value d:MIDP2.0))
               and d:isDescribedBy some (d:HardwarePlatform
                     that d:supportInputCharEncodings value de:ISO_8859-1
                     and d:supportOutputCharEncodings value de:ISO_8859-2
                     and d:supportInputCharEncodings value de:ISO_8859-2
                     and d:supportOutputCharEncodings value de:ISO_8859-1))
ODA_VMP_Goal1

Equivalent class:
    te:Establishment
    that te:refersToCommunication some (cc:VoiceCall
               that cc:containsStream some (do:AudioStream
                     that do:isEncodedWith value de:G.711))
ODA_VMP_Goal10

Equivalent class:
    te:Acceptance
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Goal11

Equivalent class:
    te:Rejection
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Goal12

Equivalent class:
    mc:MessageSending
    that te:refersToCommunication some (mc:EMailExchange
               or mc:SMSExchange
               or (mc:OneWayMessageExchange
               that mc:containsMessage some mc:VoiceMail))
ODA_VMP_Goal13

Equivalent class:
    mc:MessageReceiving
    that te:refersToCommunication some (mc:EMailExchange
               or mc:SMSExchange
               or (mc:OneWayMessageExchange
               that mc:containsMessage some mc:VoiceMail))
ODA_VMP_Goal14

Equivalent class:
    te:Joining
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Goal2

Equivalent class:
    te:Termination
    that te:refersToCommunication some (cc:VoiceCall
               that cc:containsStream some (do:AudioStream
                     that do:isEncodedWith value de:G.711))
ODA_VMP_Goal3

Equivalent class:
    mc:MessageSending
    that te:refersToCommunication some (mc:OneWayMessageExchange
               that mc:containsMessage some mc:VoiceMail)
ODA_VMP_Goal4

Equivalent class:
    mc:MessageReceiving
    that te:refersToCommunication some (mc:OneWayMessageExchange
               that mc:containsMessage some mc:VoiceMail)
ODA_VMP_Goal5

Equivalent class:
    te:Establishment
    that te:refersToCommunication some mc:InstantMessaging
ODA_VMP_Goal6

Equivalent class:
    te:Termination
    that te:refersToCommunication some mc:InstantMessaging
ODA_VMP_Goal7

Equivalent class:
    te:Establishment
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Goal8

Equivalent class:
    te:Termination
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Goal9

Equivalent class:
    te:Invitation
    that te:refersToCommunication some (te:MultipartyCommunication
               and mc:MMSExchange
               or cc:VoiceCall
               or mc:SMSExchange
               or cc:MultimediaCall)
ODA_VMP_Service1

Equivalent class:
    (te:MultipartyCommunication
     that simse:requiresDevice some d:CommunicationTerminal
     and te:hasNetworkConnectivity value ct:UMTSConnectivity)
    or (te:MultipartyCommunication
        that simse:requiresDevice some d:CommunicationTerminal
        and te:hasNetworkConnectivity value ct:WiFiConnectivity)
    or (te:MultipartyCommunication
        that simse:requiresDevice some d:CommunicationTerminal
        and te:hasNetworkConnectivity value ct:GSMConnectivity)
ODA_VMP_Service2

Equivalent class:
    cc:VoiceCall
    that cc:containsStream some (do:AudioStream
              that do:isEncodedWith value de:G.711)
    and simse:requiresDevice some d:VoiceCommunicationTerminal
    and te:hasNetworkConnectivity value ct:GSMConnectivity
ODA_VMP_Service3

Equivalent class:
    mc:EMailExchange
    that simse:requiresDevice some (d:TextCommunicationTerminal
               and te:UserTerminal
               that d:isDescribedBy some (d:NetworkCharacteristics
                     that ct:hasNetworkBearerService some ct:DataBearerService))
    and te:hasNetworkConnectivity some (te:ConnectivityType
               that ct:hasNetworkBearerService some ct:DataBearerService)
ODA_VMP_Service4

Equivalent class:
    mc:OneWayMessageExchange
    that simse:requiresDevice some (d:TextCommunicationTerminal
               and te:UserTerminal
               that d:isDescribedBy some (d:NetworkCharacteristics
                     that d:supportNetworkBearers some (ct:DataBearerService
                         or ct:VoiceBearerService)))
    and te:hasNetworkConnectivity some (te:ConnectivityType
               that ct:hasNetworkBearerService some (ct:DataBearerService
                      or ct:VoiceBearerService))
    and mc:containsMessage some mc:VoiceMail
ODA_VMP_Service5

Equivalent class:
    te:Communication
    that te:hasParticipant some (te:CommunicationInitiator
              that pc:hasProfile some (pc:ParticipantProfile
                    that pc:hasPermissionTo some (te:Termination
                        or te:Invitation
                        or te:Establishment)))
    and te:hasParticipant some (te:CommunicationResponder
              that pc:hasProfile some (not (pc:hasPermissionTo some (te:Termination
                              or te:Invitation
                              or te:Establishment))))
ODA_VMP_Service6

Equivalent class:
    mc:OneWayMessageExchange
    that mc:containsMessage some (do:hasMimeType value dt:text/plain)
    and simse:requiresDevice some (d:TextCommunicationTerminal
               and d:JavaTerminal
               that d:isDescribedBy some (d:SoftwarePlatform
                     that d:supportVMs value d:SunJ2MEVMv1
                     and d:containElements some d:JavaPlatform
                     and d:acceptCharSet value de:ISO_8859-1
                     and d:acceptMime value dt:text/plain)
               and d:isDescribedBy some (d:HardwarePlatform
                     that d:supportInputCharEncodings value de:ISO_8859-1
                     and d:containElements some d:Display
                     and d:supportOutputCharEncodings value de:ISO_8859-1)
               and d:isDescribedBy some (ct:NetworkBearerService
                     that d:supportNetworkBearers some ct:DataBearerService))
ODA_VMP_Service7

Equivalent class:
    mc:InstantMessaging
    that mc:containsMessage some (do:hasMimeType value dt:text/plain)
    and simse:requiresDevice some (d:TextCommunicationTerminal
               and d:JavaTerminal
               that d:isDescribedBy some (d:SoftwarePlatform
                     that d:supportVMs value d:SunJ2MEVMv1
                     and d:containElements some d:JavaPlatform
                     and d:acceptCharSet value de:ISO_8859-1
                     and d:acceptMime value dt:text/plain)
               and d:isDescribedBy some (d:HardwarePlatform
                     that d:supportInputCharEncodings value de:ISO_8859-1
                     and d:containElements some d:Display
                     and d:supportOutputCharEncodings value de:ISO_8859-1)
               and d:isDescribedBy some (ct:NetworkBearerService
                     that d:supportNetworkBearers value ct:GSM_GPRS_IPV4))

Table of object properties

Property nameDescription

Table of datatype properties

Property nameDescription

Table of individuals

Individual nameDescription