https://cacontology.projectvic.org/detection#perceptualHashValue
The perceptual hash value as a hexadecimal string.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:PerceptualHash | cacontology-detection:perceptualHashValue | 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:perceptualHashValue a owl:DatatypeProperty ;
rdfs:label "perceptual hash value"@en ;
rdfs:comment "The perceptual hash value as a hexadecimal string."@en ;
rdfs:domain cacontology-detection:PerceptualHash ;
rdfs:range xsd:string .