https://cacontology.projectvic.org/forensics#correlationMethod
Method used to establish the correlation (e.g., 'comparative log review', 'carrier subscriber production', 'court-ordered platform IP logs').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:CorrelationEvidence | cacontology-forensics:correlationMethod | xsd:string |
@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 .