observable:isInjected leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#isInjected

Label

isInjected

Description

The isInjected property specifies whether or not the particular memory object has had data/code injected into it by another process.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:isInjected xsd:boolean

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:isInjected a owl:DatatypeProperty ;
    rdfs:label "isInjected"@en ;
    rdfs:comment "The isInjected property specifies whether or not the particular memory object has had data/code injected into it by another process."@en ;
    rdfs:range xsd:boolean .