https://unifiedcyberontology.org/ontology/uco/observable#blockType
             The blockType property specifies the block type of a particular memory object.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:blockType | vocabulary1:MemoryBlockTypeVocab | 
@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 .