Ontology Version: 2.2.0

cacontology-forensics:ImageAnalysisForVictimIDShape leaf node


URI

https://cacontology.projectvic.org/forensics#ImageAnalysisForVictimIDShape

Label

Image Analysis for Victim ID Shape

Description

Validation shape for image analysis for victim identification instances.

Shape Properties

Instances of cacontology-forensics:ImageAnalysisForVictimID can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-forensics:VictimIdentificationProcess
cacontology-forensics:victimAgeRange 0 1 xsd:string
cacontology-forensics:victimGeographicOrigin 0 1 xsd:string
cacontology-forensics:victimsIdentifiedCount 0 1 xsd:nonNegativeInteger
1 1 xsd:dateTime

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:ImageAnalysisForVictimIDShape a sh:NodeShape ;
    rdfs:label "Image Analysis for Victim ID Shape"@en ;
    rdfs:comment "Validation shape for image analysis for victim identification instances."@en ;
    sh:property [ sh:class uco-tool:Tool ;
            sh:message "Image analysis for victim ID must specify at least one analysis tool."@en ;
            sh:minCount 1 ;
            sh:path uco-action:usesTool ],
        [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "Image analysis must specify analysis time."@en ;
            sh:minCount 1 ;
            sh:path uco-core:startTime ] ;
    sh:targetClass cacontology-forensics:ImageAnalysisForVictimID .