https://cacontology.projectvic.org/detection#hashAlgorithm
The specific algorithm used for perceptual hashing (e.g., 'pHash', 'aHash', 'dHash').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:PerceptualHash | cacontology-detection:hashAlgorithm | xsd:string |
@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 .