https://ontology.unifiedcyberontology.org/uco/observable/androidID
A 64-bit number (expressed as a hexadecimal string), unique to each combination of app-signing key, user, and device. [based on https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID]
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:androidID | xsd:hexBinary |
@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:androidID a owl:DatatypeProperty ;
rdfs:label "androidID"@en ;
rdfs:comment "A 64-bit number (expressed as a hexadecimal string), unique to each combination of app-signing key, user, and device. [based on https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID]"@en ;
rdfs:range xsd:hexBinary .