Skip to content

Class: CalendarFacet

"A calendar facet is a grouping of characteristics unique to a collection of appointments, meetings, and events."

URI: master:CalendarFacet

classDiagram class CalendarFacet Facet <|-- CalendarFacet CalendarFacet : application CalendarFacet ..> ObservableObject : application CalendarFacet : owner CalendarFacet ..> UcoObject : owner

Inheritance

Slots

Name Cardinality and Range Description Inheritance
owner 0..1
UcoObject
"Specifies the owner of an observable Object direct
application 0..1
ObservableObject
"The application associated with this object direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:CalendarFacet
native master:CalendarFacet

LinkML Source

Direct

name: CalendarFacet
description: '"A calendar facet is a grouping of characteristics unique to a collection
  of appointments, meetings, and events."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- owner
- application

Induced

name: CalendarFacet
description: '"A calendar facet is a grouping of characteristics unique to a collection
  of appointments, meetings, and events."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  owner:
    name: owner
    description: '"Specifies the owner of an observable Object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: owner
    owner: CalendarFacet
    domain_of:
    - AccountFacet
    - CalendarEntryFacet
    - CalendarFacet
    - FilePermissionsFacet
    range: UcoObject
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: CalendarFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject