https://ontology.unifiedcyberontology.org/uco/observable/cellSiteLocationAreaCode
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:cellSiteLocationAreaCode | xsd:string |
@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:cellSiteLocationAreaCode a owl:DatatypeProperty ;
rdfs:label "cellSiteLocationAreaCode"@en ;
rdfs:comment "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."@en ;
rdfs:range xsd:string .