Class: CellSiteFacet
"A cell site facet contains the metadata surrounding the cell site."
classDiagram
class CellSiteFacet
Facet <|-- CellSiteFacet
CellSiteFacet : cellSiteCountryCode
CellSiteFacet ..> string : cellSiteCountryCode
CellSiteFacet : cellSiteIdentifier
CellSiteFacet ..> string : cellSiteIdentifier
CellSiteFacet : cellSiteLocationAreaCode
CellSiteFacet ..> string : cellSiteLocationAreaCode
CellSiteFacet : cellSiteNetworkCode
CellSiteFacet ..> string : cellSiteNetworkCode
CellSiteFacet : cellSiteType
CellSiteFacet ..> string : cellSiteType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- CellSiteFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
cellSiteCountryCode | 0..1 xsd:string |
"The country code represents the country of the cell site | direct |
cellSiteIdentifier | 0..1 xsd:string |
"Specifies the unique number used to identify each Cell Site within a locatio... | direct |
cellSiteLocationAreaCode | 0..1 xsd:string |
"The location area code is a unique number of current location area of the ce... | direct |
cellSiteNetworkCode | 0..1 xsd:string |
"This code identifies the mobile operator of the cell site | direct |
cellSiteType | 0..1 xsd:string |
"Specifies the technology used by the Cell Site (e | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:CellSiteFacet |
native | observable: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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
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-observable
rank: 1000
alias: cellSiteType
owner: CellSiteFacet
domain_of:
- CellSiteFacet
range: string