tool:configurationSettings leaf node


URI

https://unifiedcyberontology.org/ontology/uco/tool#configurationSettings

Label

configurationSettings

Description

The configuration settings for a particular build of a particular software.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:configurationSettings tool:ConfigurationSettingType

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tool: <https://unifiedcyberontology.org/ontology/uco/tool#> .

tool:configurationSettings a owl:ObjectProperty ;
    rdfs:label "configurationSettings"@en ;
    rdfs:comment "The configuration settings for a particular build of a particular software."@en ;
    rdfs:range tool:ConfigurationSettingType .