configuration:isConfigurationOf leaf node


URI

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

Label

isConfigurationOf

Description

The object which has been configured to run in a more specified manner than another object. This property is expected to have a more specific range when associated with a class, such as a configured Tool having this property have a range of a Tool.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) configuration:isConfigurationOf 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:isConfigurationOf a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isConfigurationOf"@en ;
    rdfs:comment "The object which has been configured to run in a more specified manner than another object.  This property is expected to have a more specific range when associated with a class, such as a configured Tool having this property have a range of a Tool."@en ;
    rdfs:range core:UcoObject .