observable:cellSiteNetworkCode leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/cellSiteNetworkCode

Label

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).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:cellSiteNetworkCode xsd:string

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:cellSiteNetworkCode a owl:DatatypeProperty ;
    rdfs:label "cellSiteNetworkCode"@en ;
    rdfs:comment "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)."@en ;
    rdfs:range xsd:string .