observable:environmentVariables leaf node


URI

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

Label

environmentVariables

Description

A list of environment variables associated with the process.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:environmentVariables types:Dictionary

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

observable:environmentVariables a owl:ObjectProperty ;
    rdfs:label "environmentVariables"@en ;
    rdfs:comment "A list of environment variables associated with the process. "@en ;
    rdfs:range types:Dictionary .