https://unifiedcyberontology.org/ontology/uco/observable#blockType
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:blockType | vocabulary: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 vocabulary: <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 vocabulary:MemoryBlockTypeVocab .