configuration:dependencyDescription leaf node


URI

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

Label

dependencyDescription

Description

A description of a tool or other software dependency.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:dependencyDescription xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

configuration:dependencyDescription a owl:DatatypeProperty ;
    rdfs:label "dependencyDescription"@en ;
    rdfs:comment "A description of a tool or other software dependency."@en ;
    rdfs:range xsd:string .