https://cacontology.projectvic.org/forensics#supportsAttributionOf
Links an attribution assessment or correlation evidence to the person whose control of the observables it supports.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology-forensics:supportsAttributionOf | uco-identity:Person |
@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 uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
cacontology-forensics:supportsAttributionOf a owl:ObjectProperty ;
rdfs:label "supports attribution of"@en ;
rdfs:comment "Links an attribution assessment or correlation evidence to the person whose control of the observables it supports."@en ;
rdfs:range uco-identity:Person .