Skip to content

Class: CellSiteFacet

"A cell site facet contains the metadata surrounding the cell site."

URI: master:CellSiteFacet

classDiagram class CellSiteFacet Facet <|-- CellSiteFacet CellSiteFacet : cellSiteCountryCode CellSiteFacet : cellSiteIdentifier CellSiteFacet : cellSiteLocationAreaCode CellSiteFacet : cellSiteNetworkCode CellSiteFacet : cellSiteType

Inheritance

Slots

Name Cardinality and Range Description Inheritance
cellSiteCountryCode 0..1
String
"The country code represents the country of the cell site direct
cellSiteIdentifier 0..1
String
"Specifies the unique number used to identify each Cell Site within a locatio... direct
cellSiteLocationAreaCode 0..1
String
"The location area code is a unique number of current location area of the ce... direct
cellSiteNetworkCode 0..1
String
"This code identifies the mobile operator of the cell site direct
cellSiteType 0..1
String
"Specifies the technology used by the Cell Site (e direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CellSiteFacet
description: '"A cell site facet contains the metadata surrounding the cell site."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- cellSiteCountryCode
- cellSiteIdentifier
- cellSiteLocationAreaCode
- cellSiteNetworkCode
- cellSiteType

Induced

name: CellSiteFacet
description: '"A cell site facet contains the metadata surrounding the cell site."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  cellSiteCountryCode:
    name: cellSiteCountryCode
    description: '"The country code represents the country of the cell site. For GSM,
      this is the Mobile Country Code (MCC)."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - wikidata:Q906278
    rank: 1000
    alias: cellSiteCountryCode
    owner: CellSiteFacet
    domain_of:
    - CellSiteFacet
    range: string
  cellSiteIdentifier:
    name: cellSiteIdentifier
    description: '"Specifies the unique number used to identify each Cell Site within
      a location area code."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: cellSiteIdentifier
    owner: CellSiteFacet
    domain_of:
    - CellSiteFacet
    range: string
  cellSiteLocationAreaCode:
    name: cellSiteLocationAreaCode
    description: '"The location area code is a unique number of current location area
      of the cell site. A location area is a set of cell site that are grouped together
      to optimize signalling. For GSM, this is the LAC."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: cellSiteLocationAreaCode
    owner: CellSiteFacet
    domain_of:
    - CellSiteFacet
    range: string
  cellSiteNetworkCode:
    name: cellSiteNetworkCode
    description: '"This code identifies the mobile operator of the cell site. For
      GSM, this is the Mobile network  Code (MNC) and for CMDA this is the network
      identifier (NID)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: cellSiteNetworkCode
    owner: CellSiteFacet
    domain_of:
    - CellSiteFacet
    range: string
  cellSiteType:
    name: cellSiteType
    description: '"Specifies the technology used by the Cell Site (e.g., GSM, CDMA,
      or LTE)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: cellSiteType
    owner: CellSiteFacet
    domain_of:
    - CellSiteFacet
    range: string