Ontology Version: 3.1.0

cacontology-forensics:supportsAttributionOf leaf node


URI

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

Label

supports attribution of

Description

Links an attribution assessment or correlation evidence to the person whose control of the observables it supports.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-forensics:supportsAttributionOf uco-identity:Person

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 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 .