https://unifiedcyberontology.org/ontology/uco/observable#MobileDeviceFacet
A mobile device facet is a grouping of characteristics unique to a portable computing device. [based on https://www.lexico.com/definition/mobile_device]
Instances of observable:MobileDeviceFacet can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
investigation:authorizationIdentifier | owl:DatatypeProperty | The identifier for a particular authorization (e.g. warrant number) | xsd:string |
investigation:authorizationType | owl:DatatypeProperty | A label categorizing a type of authorization (e.g. warrant) | xsd:string |
investigation:exhibitNumber | owl:DatatypeProperty | Specifies a unique identifier assigned to a given object at any stage of an investigation to differentiate it from all other objects. | xsd:string |
investigation:focus | owl:DatatypeProperty | Specifies the topical focus of an investigation. | xsd:string |
investigation:investigationForm | owl:DatatypeProperty | A label categorizing a type of investigation (case, incident, suspicious-activity, etc.) | vocab:InvestigationFormVocab |
investigation:investigationStatus | owl:DatatypeProperty | A label characterizing the status of an investigation (open, closed, etc.). | xsd:string |
investigation:relevantAuthorization | owl:ObjectProperty | Specifies an authorization relevant to a particular investigation. | investigation:Authorization |
investigation:rootExhibitNumber | owl:DatatypeProperty | Specifies a unique identifier assigned to a given object at the start of its treatment as part of an investigation. The first node in a provenance chain, which can be viewed as a heirarchical tree originating from a single root. | xsd:string |
By the associated SHACL property shapes, instances of observable:MobileDeviceFacet can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
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 .