https://unifiedcyberontology.org/ontology/uco/observable#MobileDeviceFacet
Instances of observable:MobileDeviceFacet can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
VALUE CONSTRAINTS |
LOCAL TYPE |
GLOBAL RANGE |
---|---|---|---|---|---|---|---|
observable:MobileDeviceFacet | |||||||
observable:ESN | owl:DatatypeProperty |
Electronic Serial Number .
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:IMEI | owl:DatatypeProperty |
International Mobile Equipment Identity (IMEI).
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:MSISDN | owl:DatatypeProperty |
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.
|
0 | * |
|
xsd:string
|
xsd:string
|
observable:bluetoothDeviceName | owl:DatatypeProperty |
Name configured withing Bluetooth settings on a device.
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:clockSetting | owl:DatatypeProperty |
The generalizedTime value on the mobile device when it was processed.
|
0 | 1 |
|
xsd:dateTime
|
xsd:dateTime
|
observable:keypadUnlockCode | owl:DatatypeProperty |
A code or password set on a device for security that must be entered to gain access to the device.
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:mockLocationsAllowed | owl:DatatypeProperty |
???.
|
0 | 1 |
|
xsd:boolean
|
xsd:boolean
|
observable:network | owl:DatatypeProperty |
???.
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:phoneActivationTime | owl:DatatypeProperty |
The date and time that a device was activated.
|
0 | 1 |
|
xsd:dateTime
|
xsd:dateTime
|
observable:storageCapacityInBytes | owl:DatatypeProperty |
The number of bytes that can be stored on a SIM card.
|
0 | 1 |
|
xsd:integer
|
xsd:integer
|
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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 sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:MobileDeviceFacet a owl:Class,
sh:NodeShape ;
rdfs:label "MobileDeviceFacet"@en ;
rdfs:comment "A mobile device facet is a grouping of characteristics unique to a portable computing device. [based on https://www.lexico.com/definition/mobile_device]"@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:mockLocationsAllowed ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:clockSetting ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:phoneActivationTime ],
[ sh:datatype xsd:integer ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:storageCapacityInBytes ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:ESN ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:IMEI ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:bluetoothDeviceName ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:keypadUnlockCode ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:network ],
[ sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path observable:MSISDN ] ;
sh:targetClass observable:MobileDeviceFacet .