Ontology Version: 2.2.0

cacontology-forensics:BehavioralFingerprintingShape leaf node


URI

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

Label

Behavioral Fingerprinting Shape

Description

Validation shape for behavioral fingerprinting instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-forensics:MassDigitalEvidenceProcessing
cacontology-forensics:evidenceVolumeTerabytes 1 1 xsd:decimal
cacontology-forensics:filesProcessedMillions 0 1 xsd:decimal
cacontology-forensics:processingTimeframeDays 1 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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:BehavioralFingerprintingShape a sh:NodeShape ;
    rdfs:label "Behavioral Fingerprinting Shape"@en ;
    rdfs:comment "Validation shape for behavioral fingerprinting instances."@en ;
    sh:property [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "Behavioral fingerprinting must specify start time."@en ;
            sh:minCount 1 ;
            sh:path uco-core:startTime ] ;
    sh:targetClass cacontology-forensics:BehavioralFingerprinting .