https://ontology.adversaryengagement.org/ae/engagement/hasPerceptionCharacterization
hasPerceptionCharacterization is an object property which describes the UcoObjects which compose the perception object which an adversary perceives.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | engagement:hasPerceptionCharacterization | uco-core:UcoObject |
@prefix engagement: <https://ontology.adversaryengagement.org/ae/engagement/> .
@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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
engagement:hasPerceptionCharacterization a owl:ObjectProperty,
sh:NodeShape ;
rdfs:label "hasPerceptionCharacterization"@en ;
rdfs:comment "hasPerceptionCharacterization is an object property which describes the UcoObjects which compose the perception object which an adversary perceives."@en ;
rdfs:range uco-core:UcoObject .