observable:profileImageHash leaf node


URI

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

Label

Profile Image Hash

Description

Specifies hashes of the profile image associated with the profile.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profileImageHash types:Hash

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 types: <https://unifiedcyberontology.org/ontology/uco/types#> .

observable:profileImageHash a owl:ObjectProperty ;
    rdfs:label "Profile Image Hash"@en-US ;
    rdfs:comment "Specifies hashes of the profile image associated with the profile."@en-US ;
    rdfs:range types:Hash .