configuration:itemValue leaf node


URI

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

Label

itemValue

Description

The value of a configuration setting entry instance.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:itemValue 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:itemValue a owl:DatatypeProperty ;
    rdfs:label "itemValue"@en ;
    rdfs:comment "The value of a configuration setting entry instance."@en ;
    rdfs:range xsd:string .