https://ontology.unifiedcyberontology.org/uco/configuration/dependencies
The relevant configuration dependencies for a tool, application, software, or other cyber object.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:dependencies | configuration:Dependency |
@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 .