Ontology Version: 3.0.0

cacontology-stranger:concealsIdentityWith leaf node


URI

https://cacontology.projectvic.org/abduction#concealsIdentityWith

Label

conceals identity with

Description

Links perpetrator to disguise items used for concealment.

Usage

DOMAINPROPERTYRANGE
uco-identity:Person cacontology-stranger:concealsIdentityWith cacontology-stranger:DisguiseEvidence

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/abduction#> .
@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-stranger:concealsIdentityWith a owl:ObjectProperty ;
    rdfs:label "conceals identity with"@en ;
    rdfs:comment "Links perpetrator to disguise items used for concealment."@en ;
    rdfs:domain uco-identity:Person ;
    rdfs:range cacontology-stranger:DisguiseEvidence .