Ontology Version: 3.0.0

cacontology-detection:HashArtifactGUFOShape leaf node


URI

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

Label

gUFO Hash Artifact Shape

Description

Validates hash artifacts as gUFO Objects.

Shape Properties

Instances of cacontology-detection:PhotoDNAHash can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-detection:PhotoDNAHash
cacontology-detection:photoDNAValue 1 1 xsd:string

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-detection:HashArtifactGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Hash Artifact Shape"@en ;
    rdfs:comment "Validates hash artifacts as gUFO Objects."@en ;
    sh:targetClass cacontology-detection:PerceptualHash,
        cacontology-detection:PhotoDNAHash .