https://ontology.unifiedcyberontology.org/uco/observable/MemoryFacet-blockType-in-shape
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
observable:MemoryFacet-blockType-in-shape a sh:PropertyShape ;
sh:in ( "Bit-mapped" "Byte-mapped" "Initialized" "Overlay" "Uninitialized" ) ;
sh:message "Value is not member of the vocabulary MemoryBlockTypeVocab." ;
sh:path observable:blockType ;
sh:severity sh:Info .