configuration:dependencies leaf node


URI

https://ontology.unifiedcyberontology.org/uco/configuration/dependencies

Label

dependencies

Description

The relevant configuration dependencies for a tool, application, software, or other cyber object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:dependencies configuration:Dependency

Implementation

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

configuration:dependencies a owl:ObjectProperty ;
    rdfs:label "dependencies"@en ;
    rdfs:comment "The relevant configuration dependencies for a tool, application, software, or other cyber object."@en ;
    rdfs:range configuration:Dependency .