observable:profileBackgroundHash leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/profileBackgroundHash

Label

Profile Background Hash

Description

Specifies hashes of the background associated with the profile.

Usage

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

Implementation

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

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