Class: GeoLocationTrackFacet
"A geolocation track facet is a grouping of characteristics unique to a set of contiguous geolocation entries representing a path/track taken."
URI: master:GeoLocationTrackFacet
 classDiagram
    class GeoLocationTrackFacet
      Facet <|-- GeoLocationTrackFacet
      GeoLocationTrackFacet : application
          GeoLocationTrackFacet ..> ObservableObject : application
      GeoLocationTrackFacet : endTime
      GeoLocationTrackFacet : geoLocationEntry
          GeoLocationTrackFacet ..> ObservableObject : geoLocationEntry
      GeoLocationTrackFacet : startTime
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- GeoLocationTrackFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| application | 0..1  ObservableObject  | 
"The application associated with this object | direct | 
| geoLocationEntry | 0..1  ObservableObject  | 
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 | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:GeoLocationTrackFacet | 
| native | master:GeoLocationTrackFacet | 
LinkML Source
Direct
name: GeoLocationTrackFacet
description: '"A geolocation track facet is a grouping of characteristics unique to
  a set of contiguous geolocation entries representing a path/track taken."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- application
- geoLocationEntry
- endTime
- startTime
slot_usage:
  geoLocationEntry:
    name: geoLocationEntry
    multivalued: true
    domain_of:
    - GeoLocationTrackFacet
Induced
name: GeoLocationTrackFacet
description: '"A geolocation track facet is a grouping of characteristics unique to
  a set of contiguous geolocation entries representing a path/track taken."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  geoLocationEntry:
    name: geoLocationEntry
    multivalued: true
    domain_of:
    - GeoLocationTrackFacet
attributes:
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: GeoLocationTrackFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  geoLocationEntry:
    name: geoLocationEntry
    description: ''
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: geoLocationEntry
    owner: GeoLocationTrackFacet
    domain_of:
    - GeoLocationTrackFacet
    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: GeoLocationTrackFacet
    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: GeoLocationTrackFacet
    domain_of:
    - Relationship
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Action
    - ActionLifecycle
    range: datetime