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)

Target Classes (1)

Shape Properties

Instances of identity:Persona can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

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 .