https://ontology.unifiedcyberontology.org/uco/configuration/itemObject
The structured value of a configuration setting entry instance.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | configuration:itemObject | core:UcoObject |
@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> .