Class: MobileDeviceFacet
"A mobile device facet is a grouping of characteristics unique to a portable computing device. [based on https://www.lexico.com/definition/mobile_device]"
 classDiagram
    class MobileDeviceFacet
      Facet <|-- MobileDeviceFacet
      MobileDeviceFacet : bluetoothDeviceName
      MobileDeviceFacet : clockSetting
      MobileDeviceFacet : ESN
      MobileDeviceFacet : IMEI
      MobileDeviceFacet : keypadUnlockCode
      MobileDeviceFacet : mockLocationsAllowed
      MobileDeviceFacet : network
      MobileDeviceFacet : phoneActivationTime
      MobileDeviceFacet : storageCapacityInBytes
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- MobileDeviceFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| mockLocationsAllowed | 0..1  BooleanType  | 
"??? | direct | 
| clockSetting | 0..1  Datetime  | 
"The generalizedTime value on the mobile device when it was processed | direct | 
| phoneActivationTime | 0..1  Datetime  | 
"The date and time that a device was activated | direct | 
| storageCapacityInBytes | 0..1  Integer  | 
"The number of bytes that can be stored on a SIM card | direct | 
| ESN | 0..1  String  | 
"Electronic Serial Number | direct | 
| IMEI | 0..1  String  | 
"International Mobile Equipment Identity (IMEI) | direct | 
| bluetoothDeviceName | 0..1  String  | 
"Name configured withing Bluetooth settings on a device | direct | 
| keypadUnlockCode | 0..1  String  | 
"A code or password set on a device for security that must be entered to gain... | direct | 
| network | 0..1  String  | 
Network allowing computers to share resources and communicate with each other | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:MobileDeviceFacet | 
| native | master:MobileDeviceFacet | 
LinkML Source
Direct
name: MobileDeviceFacet
description: '"A mobile device facet is a grouping of characteristics unique to a
  portable computing device. [based on https://www.lexico.com/definition/mobile_device]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- mockLocationsAllowed
- clockSetting
- phoneActivationTime
- storageCapacityInBytes
- ESN
- IMEI
- bluetoothDeviceName
- keypadUnlockCode
- network
Induced
name: MobileDeviceFacet
description: '"A mobile device facet is a grouping of characteristics unique to a
  portable computing device. [based on https://www.lexico.com/definition/mobile_device]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  mockLocationsAllowed:
    name: mockLocationsAllowed
    description: '"???."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: mockLocationsAllowed
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: boolean type
  clockSetting:
    name: clockSetting
    description: '"The generalizedTime value on the mobile device when it was processed."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: clockSetting
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: datetime
  phoneActivationTime:
    name: phoneActivationTime
    description: '"The date and time that a device was activated."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: phoneActivationTime
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: datetime
  storageCapacityInBytes:
    name: storageCapacityInBytes
    description: '"The number of bytes that can be stored on a SIM card."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: storageCapacityInBytes
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    - SIMCardFacet
    range: integer
  ESN:
    name: ESN
    description: '"Electronic Serial Number."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q3050611
    rank: 1000
    alias: ESN
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: string
  IMEI:
    name: IMEI
    description: '"International Mobile Equipment Identity (IMEI)."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q334832
    rank: 1000
    alias: IMEI
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: string
  bluetoothDeviceName:
    name: bluetoothDeviceName
    description: '"Name configured withing Bluetooth settings on a device."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: bluetoothDeviceName
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: string
  keypadUnlockCode:
    name: keypadUnlockCode
    description: '"A code or password set on a device for security that must be entered
      to gain access to the device."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: keypadUnlockCode
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: string
  network:
    name: network
    description: Network allowing computers to share resources and communicate with
      each other
    from_schema: https://w3id.org/lmodel/uco-master
    aliases:
    - net
    - network_mode
    exact_mappings:
    - wikidata:Q1301371
    rank: 1000
    alias: network
    owner: MobileDeviceFacet
    domain_of:
    - MobileDeviceFacet
    range: string