Skip to content

Class: CalendarEntryFacet

"A calendar entry facet is a grouping of characteristics unique to an appointment, meeting, or event within a collection of appointments, meetings, and events."

URI: observable:CalendarEntryFacet

classDiagram class CalendarEntryFacet Facet <|-- CalendarEntryFacet CalendarEntryFacet : application CalendarEntryFacet ..> ObservableObject : application CalendarEntryFacet : attendant CalendarEntryFacet ..> Identity : attendant CalendarEntryFacet : duration CalendarEntryFacet ..> integer : duration CalendarEntryFacet : endTime CalendarEntryFacet ..> datetime : endTime CalendarEntryFacet : eventStatus CalendarEntryFacet ..> string : eventStatus CalendarEntryFacet : eventType CalendarEntryFacet ..> string : eventType CalendarEntryFacet : isPrivate CalendarEntryFacet ..> boolean type : isPrivate CalendarEntryFacet : location CalendarEntryFacet ..> Location : location CalendarEntryFacet : modifiedTime CalendarEntryFacet ..> datetime : modifiedTime CalendarEntryFacet : observableCreatedTime CalendarEntryFacet ..> datetime : observableCreatedTime CalendarEntryFacet : owner CalendarEntryFacet ..> UcoObject : owner CalendarEntryFacet : recurrence CalendarEntryFacet ..> string : recurrence CalendarEntryFacet : remindTime CalendarEntryFacet ..> datetime : remindTime CalendarEntryFacet : startTime CalendarEntryFacet ..> datetime : startTime CalendarEntryFacet : subject CalendarEntryFacet ..> string : subject

Inheritance

Slots

Name Cardinality and Range Description Inheritance
application 0..1
ObservableObject
"The application associated with this object direct
attendant 0..1
Identity
"The attendants of the event direct
isPrivate 0..1
BooleanType
"Is the event marked as private?" direct
endTime 0..1
xsd:dateTime
The ending time of a time range direct
location 0..1
Location
"The locations where an action occurs direct
modifiedTime 0..1
xsd:dateTime
Specifies the time that this particular version of the object was modified direct
observableCreatedTime 0..1
xsd:dateTime
"The date and time at which the observable object being characterized was cre... direct
owner 0..1
UcoObject
"Specifies the owner of an observable Object direct
remindTime 0..1
xsd:dateTime
direct
startTime 0..1
xsd:dateTime
The initial time of a time range direct
duration 0..1
xsd:integer
"The duration of the phone call in seconds direct
eventStatus 0..1
xsd:string
"The status of the event, for instance accepted, pending or cancelled direct
eventType 0..1
xsd:string
"The type of the event, for example 'information', 'warning' or 'error' direct
recurrence 0..1
xsd:string
"Recurrence of the event direct
subject 0..1
xsd:string
"The subject of the email direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:CalendarEntryFacet
native observable:CalendarEntryFacet

LinkML Source

Direct

name: CalendarEntryFacet
description: '"A calendar entry facet is a grouping of characteristics unique to an
  appointment, meeting, or event within a collection of appointments, meetings, and
  events."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- application
- attendant
- isPrivate
- endTime
- location
- modifiedTime
- observableCreatedTime
- owner
- remindTime
- startTime
- duration
- eventStatus
- eventType
- recurrence
- subject
slot_usage:
  attendant:
    name: attendant
    multivalued: true
    domain_of:
    - CalendarEntryFacet
  location:
    name: location
    description: '"An associated location."'
    domain_of:
    - CalendarEntryFacet
    - GeoLocationEntryFacet
    - OnlineServiceFacet
    - Action
    range: Location

Induced

name: CalendarEntryFacet
description: '"A calendar entry facet is a grouping of characteristics unique to an
  appointment, meeting, or event within a collection of appointments, meetings, and
  events."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  attendant:
    name: attendant
    multivalued: true
    domain_of:
    - CalendarEntryFacet
  location:
    name: location
    description: '"An associated location."'
    domain_of:
    - CalendarEntryFacet
    - GeoLocationEntryFacet
    - OnlineServiceFacet
    - Action
    range: Location
attributes:
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: application
    owner: CalendarEntryFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  attendant:
    name: attendant
    description: '"The attendants of the event."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: attendant
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    range: Identity
  isPrivate:
    name: isPrivate
    description: '"Is the event marked as private?"'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: isPrivate
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    range: boolean type
  endTime:
    name: endTime
    description: The ending time of a time range.
    from_schema: https://w3id.org/lmodel/uco-core
    exact_mappings:
    - NCIT:C82573
    - SIO:000670
    - sumo:TimePoint
    - wikidata:Q24575125
    broad_mappings:
    - sumo:TimePoint
    alias: endTime
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Relationship
    - Action
    - ActionLifecycle
    range: datetime
  location:
    name: location
    description: '"An associated location."'
    from_schema: https://w3id.org/lmodel/uco-action
    alias: location
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    - GeoLocationEntryFacet
    - OnlineServiceFacet
    - Action
    range: Location
  modifiedTime:
    name: modifiedTime
    description: Specifies the time that this particular version of the object was
      modified. The object creator can use the time it deems most appropriate as the
      time this version of the object was modified. The value of the modified property
      for a given object version MUST be later than or equal to the value of the created
      property. Object creators MUST update the modified property when creating a
      new version of an object. The modified timestamp MUST be precise to the nearest
      millisecond (exactly three digits after the decimal place in seconds).
    from_schema: https://w3id.org/lmodel/uco-core
    broad_mappings:
    - sumo:TimePoint
    alias: modifiedTime
    owner: CalendarEntryFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    - UcoObject
    range: datetime
  observableCreatedTime:
    name: observableCreatedTime
    description: '"The date and time at which the observable object being characterized
      was created. This time pertains to an intrinsic characteristic of the observable
      object, and would be consistent across independent characterizations or observations
      of the observable object."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: observableCreatedTime
    owner: CalendarEntryFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime
  owner:
    name: owner
    description: '"Specifies the owner of an observable Object."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: owner
    owner: CalendarEntryFacet
    domain_of:
    - AccountFacet
    - CalendarEntryFacet
    - CalendarFacet
    - FilePermissionsFacet
    range: UcoObject
  remindTime:
    name: remindTime
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: remindTime
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    range: datetime
  startTime:
    name: startTime
    description: The initial time of a time range.
    from_schema: https://w3id.org/lmodel/uco-core
    broad_mappings:
    - sumo:TimePoint
    alias: startTime
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Relationship
    - Action
    - ActionLifecycle
    range: datetime
  duration:
    name: duration
    description: '"The duration of the phone call in seconds."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - lm_core:Duration
    rank: 1000
    alias: duration
    owner: CalendarEntryFacet
    domain_of:
    - AudioFacet
    - CalendarEntryFacet
    - CallFacet
    range: integer
  eventStatus:
    name: eventStatus
    description: '"The status of the event, for instance accepted, pending or cancelled."'
    from_schema: https://w3id.org/lmodel/uco-observable
    narrow_mappings:
    - NCIT:C41202
    rank: 1000
    alias: eventStatus
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    range: string
  eventType:
    name: eventType
    description: '"The type of the event, for example ''information'', ''warning''
      or ''error''."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: eventType
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    - EventRecordFacet
    range: string
  recurrence:
    name: recurrence
    description: '"Recurrence of the event."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: recurrence
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    range: string
  subject:
    name: subject
    description: '"The subject of the email."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: subject
    owner: CalendarEntryFacet
    domain_of:
    - CalendarEntryFacet
    - EmailMessageFacet
    - X509CertificateFacet
    range: string