observable:isMapped leaf node


URI

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

Label

isMapped

Description

The isMapped property specifies whether or not the particular memory object has been assigned a byte-for-byte correlation with some portion of a file or file-like resource.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:isMapped 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:isMapped a owl:DatatypeProperty ;
    rdfs:label "isMapped"@en ;
    rdfs:comment "The isMapped property specifies whether or not the particular memory object has been assigned a byte-for-byte correlation with some portion of a file or file-like resource."@en ;
    rdfs:range xsd:boolean .