observable:IMSI leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#IMSI

Label

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.

Usage

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

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/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:IMSI a owl:DatatypeProperty ;
    rdfs:label "IMSI"@en ;
    rdfs:comment "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."@en ;
    rdfs:range xsd:string .