tool:itemDescription leaf node


URI

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

Label

itemDescription

Description

A description of a configuration item.

Usage

DOMAINPROPERTYRANGE
tool:ConfigurationSettingType tool:itemDescription xs:string

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

tool:itemDescription a owl:DatatypeProperty ;
    rdfs:label "itemDescription"@en ;
    rdfs:comment "A description of a configuration item."@en ;
    rdfs:domain tool:ConfigurationSettingType ;
    rdfs:range xsd:string .