configuration:configurationEntry leaf node


URI

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

Label

configurationEntry

Description

A single configuration setting entry item for a tool or other software.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:configurationEntry configuration:ConfigurationEntry

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#> .

configuration:configurationEntry a owl:ObjectProperty ;
    rdfs:comment "A single configuration setting entry item for a tool or other software."@en ;
    rdfs:range configuration:ConfigurationEntry ;
    rdfs:seeAlso <https://github.com/ucoProject/UCO/issues/432> .