Ontology Version: 2.2.0

cacontology-detection:hashAlgorithm leaf node


URI

https://cacontology.projectvic.org/detection#hashAlgorithm

Label

hash algorithm

Description

The specific algorithm used for perceptual hashing (e.g., 'pHash', 'aHash', 'dHash').

Usage

DOMAINPROPERTYRANGE
cacontology-detection:PerceptualHash cacontology-detection:hashAlgorithm xsd:string

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@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#> .
cacontology-detection:hashAlgorithm a owl:DatatypeProperty ;
    rdfs:label "hash algorithm"@en ;
    rdfs:comment "The specific algorithm used for perceptual hashing (e.g., 'pHash', 'aHash', 'dHash')."@en ;
    rdfs:domain cacontology-detection:PerceptualHash ;
    rdfs:range xsd:string .