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