configuration:itemObject leaf node


URI

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

Label

itemObject

Description

The structured value of a configuration setting entry instance.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:itemObject core:UcoObject

Implementation

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

configuration:itemObject a owl:ObjectProperty ;
    rdfs:comment "The structured value of a configuration setting entry instance."@en ;
    rdfs:range core:UcoObject ;
    rdfs:seeAlso <https://github.com/ucoProject/UCO/issues/432> .