identity:Persona leaf node


URI

https://ontology.adversaryengagement.org/ae/identity/Persona

Label

Persona

Description

An persona is a facticious entity created to serve a purpose in a deception operation.

Superclasses (1)

Shapes (1)

Usage

Instances of identity:Persona can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
engagement:alertContext owl:ObjectProperty An alert context describes the association of actions and objects relating to an alert. uco-core:UcoObject

Implementation

@prefix identity: <https://ontology.adversaryengagement.org/ae/identity/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .

identity:Persona a owl:Class,
        sh:NodeShape ;
    rdfs:label "Persona"@en ;
    rdfs:comment " An persona is a facticious entity created to serve a purpose in a deception operation."@en ;
    rdfs:subClassOf uco-identity:Identity ;
    sh:targetClass identity:Persona .