https://unifiedcyberontology.org/ontology/uco/observable#isInjected
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:isInjected | xsd:boolean |
@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 .