observable:registryValues leaf node


URI

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

Label

registryValues

Description

The values that were enumerated as a result of the action on the object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:registryValues observable:WindowsRegistryValue

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#> .

observable:registryValues a owl:ObjectProperty ;
    rdfs:label "registryValues"@en ;
    rdfs:comment "The values that were enumerated as a result of the action on the object."@en ;
    rdfs:range observable:WindowsRegistryValue .