https://ontology.unifiedcyberontology.org/uco/observable/advertisingID
Advertising ID as a UUID. [based on https://developer.android.com/reference/androidx/ads/identifier/AdvertisingIdInfo]
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:advertisingID | xsd:string |
@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:advertisingID a owl:DatatypeProperty ;
rdfs:label "advertisingID"@en ;
rdfs:comment "Advertising ID as a UUID. [based on https://developer.android.com/reference/androidx/ads/identifier/AdvertisingIdInfo]"@en ;
rdfs:range xsd:string .