observable:MSISDN leaf node


URI

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

Label

MSISDN

Description

Mobile Station International Subscriber Directory Number (MSISDN) is a number used to identify a mobile phone number internationally. MSISDN is defined by the E.164 numbering plan. This number includes a country code and a National Destination Code which identifies the subscriber's operator.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:MSISDN 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:MSISDN a owl:DatatypeProperty ;
    rdfs:label "MSISDN"@en ;
    rdfs:comment "Mobile Station International Subscriber Directory Number (MSISDN) is a number used to identify a mobile phone number internationally. MSISDN is defined by the E.164 numbering plan. This number includes a country code and a National Destination Code which identifies the subscriber's operator."@en ;
    rdfs:range xsd:string .