Skip to content

Class: SIMCardFacet

"A SIM card facet is a grouping of characteristics unique to a subscriber identification module card intended to securely store the international mobile subscriber identity (IMSI) number and its related key, which are used to identify and authenticate subscribers on mobile telephony devices (such as mobile phones and computers). [based on https://en.wikipedia.org/wiki/SIM_card]"

URI: observable:SIMCardFacet

classDiagram class SIMCardFacet Facet <|-- SIMCardFacet SIMCardFacet : carrier SIMCardFacet ..> Identity : carrier SIMCardFacet : ICCID SIMCardFacet ..> string : ICCID SIMCardFacet : IMSI SIMCardFacet ..> string : IMSI SIMCardFacet : PIN SIMCardFacet ..> string : PIN SIMCardFacet : PUK SIMCardFacet ..> string : PUK SIMCardFacet : SIMForm SIMCardFacet ..> string : SIMForm SIMCardFacet : SIMType SIMCardFacet ..> string : SIMType SIMCardFacet : storageCapacityInBytes SIMCardFacet ..> integer : storageCapacityInBytes

Inheritance

Slots

Name Cardinality and Range Description Inheritance
carrier 0..1
Identity
"Telecommunications service provider that sold the SIM card direct
storageCapacityInBytes 0..1
xsd:integer
"The number of bytes that can be stored on a SIM card direct
ICCID 0..1
xsd:string
"Integrated circuit card identifier (http://www direct
IMSI 0..1
xsd:string
"An International Mobile Subscriber Identity (IMSI) is a unique identificatio... direct
PIN 0..1
xsd:string
"Personal Identification Number (PIN) direct
PUK 0..1
xsd:string
"Personal Unlocking Key (PUK) to unlock the SIM card direct
SIMForm 0..1
xsd:string
"The form of SIM card such as SIM, Micro SIM, Nano SIM direct
SIMType 0..1
xsd:string
"The type of SIM card such as SIM, USIM, UICC direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SIMCardFacet
description: '"A SIM card facet is a grouping of characteristics unique to a subscriber
  identification module card intended to securely store the international mobile subscriber
  identity (IMSI) number and its related key, which are used to identify and authenticate
  subscribers on mobile telephony devices (such as mobile phones and computers). [based
  on https://en.wikipedia.org/wiki/SIM_card]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- carrier
- storageCapacityInBytes
- ICCID
- IMSI
- PIN
- PUK
- SIMForm
- SIMType

Induced

name: SIMCardFacet
description: '"A SIM card facet is a grouping of characteristics unique to a subscriber
  identification module card intended to securely store the international mobile subscriber
  identity (IMSI) number and its related key, which are used to identify and authenticate
  subscribers on mobile telephony devices (such as mobile phones and computers). [based
  on https://en.wikipedia.org/wiki/SIM_card]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
  carrier:
    name: carrier
    description: '"Telecommunications service provider that sold the SIM card."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: carrier
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: Identity
  storageCapacityInBytes:
    name: storageCapacityInBytes
    description: '"The number of bytes that can be stored on a SIM card."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: storageCapacityInBytes
    owner: SIMCardFacet
    domain_of:
    - MobileDeviceFacet
    - SIMCardFacet
    range: integer
  ICCID:
    name: ICCID
    description: '"Integrated circuit card identifier (http://www.itu.int/)."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata:Q18819522
    rank: 1000
    alias: ICCID
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: string
  IMSI:
    name: IMSI
    description: '"An International Mobile Subscriber Identity (IMSI) is a unique
      identification associated with all GSM and UMTS network mobile phone users.
      It is stored as a 64-bit field in the SIM inside the phone and is sent by the
      phone to the network."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata:Q2218407
    rank: 1000
    alias: IMSI
    owner: SIMCardFacet
    domain_of:
    - MobileAccountFacet
    - SIMCardFacet
    range: string
  PIN:
    name: PIN
    description: '"Personal Identification Number (PIN)."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - sumo:pin
    - wikidata:Q674050
    rank: 1000
    alias: PIN
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: string
  PUK:
    name: PUK
    description: '"Personal Unlocking Key (PUK) to unlock the SIM card."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata:Q942499
    rank: 1000
    alias: PUK
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: string
  SIMForm:
    name: SIMForm
    description: '"The form of SIM card such as SIM, Micro SIM, Nano SIM."'
    from_schema: https://w3id.org/lmodel/uco-observable
    narrow_mappings:
    - wikidata:Q51885558
    - wikidata:Q3856948
    rank: 1000
    alias: SIMForm
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: string
  SIMType:
    name: SIMType
    description: "\"The type of SIM card such as SIM, USIM, UICC.\"\n  broad_mappings:\n\
      - wikidata:Q41349  # smart card"
    from_schema: https://w3id.org/lmodel/uco-observable
    narrow_mappings:
    - wikidata:Q3814060
    - wikidata:Q2362986
    rank: 1000
    alias: SIMType
    owner: SIMCardFacet
    domain_of:
    - SIMCardFacet
    range: string