Ontology Version: 2.2.0

cacontology-forensics:EvidenceVerificationActionExtendedShape leaf node


URI

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

Label

Evidence Verification Action Extended Shape

Description

Extended validation shape for evidence verification action instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-forensics:EvidenceVerificationAction
cacontology-forensics:verificationHash 1 uco-core:UcoObject
1 xsd:string
1 xsd:string
1 1 xsd:dateTimeStamp
1 uco-core:UcoObject

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:EvidenceVerificationActionExtendedShape a sh:NodeShape ;
    rdfs:label "Evidence Verification Action Extended Shape"@en ;
    rdfs:comment "Extended validation shape for evidence verification action instances."@en ;
    sh:property [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "Evidence verification must specify verification time."@en ;
            sh:minCount 1 ;
            sh:path uco-core:startTime ],
        [ sh:class uco-tool:Tool ;
            sh:maxCount 1 ;
            sh:message "Evidence verification must specify verification tool used."@en ;
            sh:minCount 1 ;
            sh:path uco-action:usesTool ] ;
    sh:targetClass cacontology-forensics:EvidenceVerificationAction .