komunikace (Communication)
A SocialInteraction that involves
the transfer of information between two or more CognitiveAgents
via a ContentBearingObject. Note that Communication is closely
related to, but essentially different from, ContentDevelopment.
The latter involves the creation or modification of a ContentBearingObject,
while Communication is the transfer of such an object for the purpose
of conveying a message.
Ontologie
SUMO / PROCESSESNadtřída(y)
Podtřída(y)
šíření
linguistic communication
Související termín(y)
změna vlastnictví
soutěž
spolupráce
setkání
předstírání
Related WordNet synsets
- communication, communicating
- the activity of communicating
- communicate, intercommunicate
- transmit thoughts or feelings; "He communicated his anxieties to the psychiatrist"
- communicate, pass on, pass, put across
- let know; pass information on (to someone); "Please communicate this message to all employees"
- communicative
- of or relating to communication; "communicative arts"
See more related synsets on a separate page.
Axiomy (3)
komunikace je internally related to tvorba obsahu.
(relatedInternalConcept Communication ContentDevelopment)
Jestliže communicate je instancí třídy komunikace, potom existují objekt nesoucí informaci obj,myslící agent agent1,myslící agent agent2 tak, že obj je účastníkem communicate a agent1 je původcem communicate a communicate končí v agent2.
(=>
(instance ?COMMUNICATE Communication)
(exists
(?OBJ ?AGENT1 ?AGENT2)
(and
(instance ?OBJ ContentBearingObject)
(patient ?COMMUNICATE ?OBJ)
(instance ?AGENT1 CognitiveAgent)
(agent ?COMMUNICATE ?AGENT1)
(instance ?AGENT2 CognitiveAgent)
(destination ?COMMUNICATE ?AGENT2))))
Jestliže meet je instancí třídy setkání, potom existují agent1,agent2 tak, že agent1 je původcem meet a agent2 je původcem meet a meet has purpose "existuje komunikace comm tak, že agent1 je původcem comm a agent2 je původcem comm".
(=>
(instance ?MEET Meeting)
(exists
(?AGENT1 ?AGENT2)
(and
(agent ?MEET ?AGENT1)
(agent ?MEET ?AGENT2)
(hasPurpose
?MEET
(exists
(?COMM)
(and
(instance ?COMM Communication)
(agent ?COMM ?AGENT1)
(agent ?COMM ?AGENT2)))))))