https://unifiedcyberontology.org/ontology/uco/tool#configurationSettings
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | tool:configurationSettings | tool:ConfigurationSettingType |
@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 .