Ontology Version: 3.1.0

cacontology-forensics:correlationMethod leaf node


URI

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

Label

correlation method

Description

Method used to establish the correlation (e.g., 'comparative log review', 'carrier subscriber production', 'court-ordered platform IP logs').

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:CorrelationEvidence cacontology-forensics:correlationMethod xsd:string

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@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-forensics:correlationMethod a owl:DatatypeProperty ;
    rdfs:label "correlation method"@en ;
    rdfs:comment "Method used to establish the correlation (e.g., 'comparative log review', 'carrier subscriber production', 'court-ordered platform IP logs')."@en ;
    rdfs:domain cacontology-forensics:CorrelationEvidence ;
    rdfs:range xsd:string .