Class: CallFacet
"A call facet is a grouping of characteristics unique to a connection as part of a realtime cyber communication between one or more parties."
URI: master:CallFacet
 classDiagram
    class CallFacet
      Facet <|-- CallFacet
      CallFacet : application
          CallFacet ..> ObservableObject : application
      CallFacet : callType
      CallFacet : duration
      CallFacet : endTime
      CallFacet : from
          CallFacet ..> ObservableObject : from
      CallFacet : participant
          CallFacet ..> ObservableObject : participant
      CallFacet : startTime
      CallFacet : to
          CallFacet ..> ObservableObject : to
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- CallFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| application | 0..1  ObservableObject  | 
"The application associated with this object | direct | 
| endTime | 0..1  Datetime  | 
The ending time of a time range | direct | 
| startTime | 0..1  Datetime  | 
The initial time of a time range | direct | 
| duration | 0..1  Integer  | 
"The duration of the phone call in seconds | direct | 
| participant | 0..1  UcoObject  | 
"The supporting (non-primary) performers of an action | direct | 
| callType | 0..1  String  | 
"The type of a phone call,for example incoming, outgoing, missed | direct | 
| from | 0..1  ObservableObject  | 
"The phone number of the initiating party | direct | 
| to | 0..1  ObservableObject  | 
"The receiver's phone number | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:CallFacet | 
| native | master:CallFacet | 
LinkML Source
Direct
name: CallFacet
description: '"A call facet is a grouping of characteristics unique to a connection
  as part of a realtime cyber communication between one or more parties."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- application
- endTime
- startTime
- duration
- participant
- callType
- from
- to
slot_usage:
  participant:
    name: participant
    multivalued: true
    domain_of:
    - CallFacet
    - MessageThreadFacet
    - Action
    range: ObservableObject
  to:
    name: to
    multivalued: true
    domain_of:
    - CallFacet
    - EmailMessageFacet
    - MessageFacet
Induced
name: CallFacet
description: '"A call facet is a grouping of characteristics unique to a connection
  as part of a realtime cyber communication between one or more parties."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  participant:
    name: participant
    multivalued: true
    domain_of:
    - CallFacet
    - MessageThreadFacet
    - Action
    range: ObservableObject
  to:
    name: to
    multivalued: true
    domain_of:
    - CallFacet
    - EmailMessageFacet
    - MessageFacet
attributes:
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: CallFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  endTime:
    name: endTime
    description: The ending time of a time range.
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C82573
    - SIO:000670
    - sumo:TimePoint
    - wikidata:Q24575125
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: endTime
    owner: CallFacet
    domain_of:
    - Relationship
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Action
    - ActionLifecycle
    range: datetime
  startTime:
    name: startTime
    description: The initial time of a time range.
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: startTime
    owner: CallFacet
    domain_of:
    - Relationship
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Action
    - ActionLifecycle
    range: datetime
  duration:
    name: duration
    description: '"The duration of the phone call in seconds."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - lm_core:Duration
    rank: 1000
    alias: duration
    owner: CallFacet
    domain_of:
    - AudioFacet
    - CalendarEntryFacet
    - CallFacet
    range: integer
  participant:
    name: participant
    description: '"The supporting (non-primary) performers of an action."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: participant
    owner: CallFacet
    domain_of:
    - CallFacet
    - MessageThreadFacet
    - Action
    range: ObservableObject
  callType:
    name: callType
    description: '"The type of a phone call,for example incoming, outgoing, missed."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: callType
    owner: CallFacet
    domain_of:
    - CallFacet
    range: string
  from:
    name: from
    description: '"The phone number of the initiating party."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:phoneNumber
    - wikidata:Q214995
    rank: 1000
    alias: from
    owner: CallFacet
    domain_of:
    - CallFacet
    - EmailMessageFacet
    - MessageFacet
    range: ObservableObject
  to:
    name: to
    description: '"The receiver''s phone number."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: to
    owner: CallFacet
    domain_of:
    - CallFacet
    - EmailMessageFacet
    - MessageFacet
    range: ObservableObject