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