https://cacontology.projectvic.org/forensics#supportedByCorrelation
Links an attribution assessment to the correlation evidence supporting it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:AttributionAssessment | cacontology-forensics:supportedByCorrelation | cacontology-forensics:CorrelationEvidence |
@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#> .
cacontology-forensics:supportedByCorrelation a owl:ObjectProperty ;
rdfs:label "supported by correlation"@en ;
rdfs:comment "Links an attribution assessment to the correlation evidence supporting it."@en ;
rdfs:domain cacontology-forensics:AttributionAssessment ;
rdfs:range cacontology-forensics:CorrelationEvidence .