observable:isVolatile leaf node


URI

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

Label

isVolatile

Description

The isVolatile property specifies whether or not the particular memory object is volatile.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:isVolatile 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:isVolatile a owl:DatatypeProperty ;
    rdfs:label "isVolatile"@en ;
    rdfs:comment "The isVolatile property specifies whether or not the particular memory object is volatile."@en ;
    rdfs:range xsd:boolean .