observable:blockType leaf node


URI

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

Label

blockType

Description

The blockType property specifies the block type of a particular memory object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:blockType vocabulary1:MemoryBlockTypeVocab

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 vocabulary1: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

observable:blockType a owl:DatatypeProperty ;
    rdfs:label "blockType"@en ;
    rdfs:comment "The blockType property specifies the block type of a particular memory object."@en ;
    rdfs:range vocabulary1:MemoryBlockTypeVocab .